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
n
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
c
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
src
TrackingTools
KalmanUpdators
interface
Chi2MeasurementEstimatorParams.h
Go to the documentation of this file.
1
#ifndef TrackingToolsKalmanUpdatorsChi2MeasurementEstimatorParams_H
2
#define TrackingToolsKalmanUpdatorsChi2MeasurementEstimatorParams_H
3
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
4
#include "
FWCore/ParameterSet/interface/ConfigurationDescriptions.h
"
5
namespace
chi2MeasurementEstimatorParams
{
6
inline
edm::ParameterSetDescription
getFilledConfigurationDescription
() {
7
edm::ParameterSetDescription
desc
;
8
desc
.add<
double
>(
"MaxChi2"
, 30);
9
desc
.add<
double
>(
"nSigma"
, 3);
10
desc
.add<
double
>(
"MaxDisplacement"
, 0.5);
11
desc
.add<
double
>(
"MaxSagitta"
, 2.);
12
desc
.add<
double
>(
"MinimalTolerance"
, 0.5);
13
desc
.add<
double
>(
"MinPtForHitRecoveryInGluedDet"
, 1.e12);
// for mitigation use 0.9);
14
return
desc
;
15
}
16
}
// namespace chi2MeasurementEstimatorParams
17
#endif
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
ParameterSetDescription.h
submitPVResolutionJobs.desc
string desc
Definition:
submitPVResolutionJobs.py:251
chi2MeasurementEstimatorParams::getFilledConfigurationDescription
edm::ParameterSetDescription getFilledConfigurationDescription()
Definition:
Chi2MeasurementEstimatorParams.h:6
chi2MeasurementEstimatorParams
Definition:
Chi2MeasurementEstimatorParams.h:5
ConfigurationDescriptions.h
Generated for CMSSW Reference Manual by
1.8.14