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
MuonChi2MeasurementEstimator.h
Go to the documentation of this file.
1
#ifndef RecoMuon_TrackingTools_MuonChi2MeasurementEstimator_H
2
#define RecoMuon_TrackingTools_MuonChi2MeasurementEstimator_H
3
12
#include "
TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorBase.h
"
13
#include "
TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimator.h
"
14
15
class
MuonChi2MeasurementEstimator
:
public
Chi2MeasurementEstimatorBase
{
16
public
:
18
MuonChi2MeasurementEstimator
(
double
maxChi2
,
double
nSigma
= 3.);
19
21
MuonChi2MeasurementEstimator
(
double
dtMaxChi2,
double
cscMaxChi2,
double
rpcMaxChi2,
double
nSigma
);
22
24
std::pair<bool, double>
estimate
(
const
TrajectoryStateOnSurface
&,
const
TrackingRecHit
&)
const override
;
25
26
private
:
27
Chi2MeasurementEstimator
theDTChi2Estimator
;
28
Chi2MeasurementEstimator
theCSCChi2Estimator
;
29
Chi2MeasurementEstimator
theRPCChi2Estimator
;
30
};
31
32
#endif
Chi2MeasurementEstimatorBase.h
Chi2MeasurementEstimator.h
Chi2MeasurementEstimator
Definition:
Chi2MeasurementEstimator.h:15
MuonChi2MeasurementEstimator::theCSCChi2Estimator
Chi2MeasurementEstimator theCSCChi2Estimator
Definition:
MuonChi2MeasurementEstimator.h:28
beam_dqm_sourceclient-live_cfg.maxChi2
maxChi2
Definition:
beam_dqm_sourceclient-live_cfg.py:146
MuonChi2MeasurementEstimator::theRPCChi2Estimator
Chi2MeasurementEstimator theRPCChi2Estimator
Definition:
MuonChi2MeasurementEstimator.h:29
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
MuonChi2MeasurementEstimator::estimate
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &, const TrackingRecHit &) const override
Chi2 estimator.
Definition:
MuonChi2MeasurementEstimator.cc:33
MuonChi2MeasurementEstimator
Definition:
MuonChi2MeasurementEstimator.h:15
MuonChi2MeasurementEstimator::MuonChi2MeasurementEstimator
MuonChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
Constructor detector indipendent.
Definition:
MuonChi2MeasurementEstimator.cc:18
Chi2MeasurementEstimatorBase
Definition:
Chi2MeasurementEstimatorBase.h:14
TrackingRecHit
Definition:
TrackingRecHit.h:21
MuonChi2MeasurementEstimator::theDTChi2Estimator
Chi2MeasurementEstimator theDTChi2Estimator
Definition:
MuonChi2MeasurementEstimator.h:27
HLTSiStripMonitoring_cff.nSigma
nSigma
Definition:
HLTSiStripMonitoring_cff.py:151
Generated for CMSSW Reference Manual by
1.8.16