Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoMuon
TrackingTools
interface
MuonBestMeasurementFinder.h
Go to the documentation of this file.
1
#ifndef RecoMuon_TrackingTools_MuonBestMeasurementFinder_H
2
#define RecoMuon_TrackingTools_MuonBestMeasurementFinder_H
3
17
#include <vector>
18
19
class
Propagator
;
20
class
MeasurementEstimator
;
21
class
TrajectoryMeasurement
;
22
class
MuonTransientTrackingRecHit
;
23
24
class
MuonBestMeasurementFinder
{
25
typedef
std::vector<TrajectoryMeasurement*>
TMContainer
;
26
typedef
TMContainer::iterator
TMIterator
;
27
28
public
:
30
MuonBestMeasurementFinder
();
31
33
virtual
~MuonBestMeasurementFinder
();
34
35
// Operations
36
38
TrajectoryMeasurement
*
findBestMeasurement
(std::vector<TrajectoryMeasurement>& measC,
const
Propagator
*
propagator
);
39
40
std::pair<double, int>
lookAtSubRecHits
(
TrajectoryMeasurement
* measurement,
const
Propagator
*
propagator
);
41
42
const
MeasurementEstimator
*
estimator
()
const
{
return
theEstimator
; }
43
44
protected
:
45
private
:
46
const
MeasurementEstimator
*
theEstimator
;
47
};
48
#endif
MeasurementEstimator
Definition:
MeasurementEstimator.h:19
MuonBestMeasurementFinder::~MuonBestMeasurementFinder
virtual ~MuonBestMeasurementFinder()
Destructor.
Definition:
MuonBestMeasurementFinder.cc:30
MuonTransientTrackingRecHit
Definition:
MuonTransientTrackingRecHit.h:19
MuonBestMeasurementFinder::TMIterator
TMContainer::iterator TMIterator
Definition:
MuonBestMeasurementFinder.h:26
Propagator
Definition:
Propagator.h:44
TrackCandidateProducer_cfi.propagator
propagator
Definition:
TrackCandidateProducer_cfi.py:17
MuonBestMeasurementFinder::estimator
const MeasurementEstimator * estimator() const
Definition:
MuonBestMeasurementFinder.h:42
MuonBestMeasurementFinder::lookAtSubRecHits
std::pair< double, int > lookAtSubRecHits(TrajectoryMeasurement *measurement, const Propagator *propagator)
Definition:
MuonBestMeasurementFinder.cc:80
MuonBestMeasurementFinder
Definition:
MuonBestMeasurementFinder.h:24
MuonBestMeasurementFinder::TMContainer
std::vector< TrajectoryMeasurement * > TMContainer
Definition:
MuonBestMeasurementFinder.h:25
MuonBestMeasurementFinder::MuonBestMeasurementFinder
MuonBestMeasurementFinder()
Constructor.
Definition:
MuonBestMeasurementFinder.cc:28
MuonBestMeasurementFinder::theEstimator
const MeasurementEstimator * theEstimator
Definition:
MuonBestMeasurementFinder.h:46
MuonBestMeasurementFinder::findBestMeasurement
TrajectoryMeasurement * findBestMeasurement(std::vector< TrajectoryMeasurement > &measC, const Propagator *propagator)
return the Tm with the best chi2: no cut applied.
Definition:
MuonBestMeasurementFinder.cc:32
TrajectoryMeasurement
Definition:
TrajectoryMeasurement.h:25
Generated for CMSSW Reference Manual by
1.8.16