Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Variables
stringResolutionProvider_cfi Namespace Reference
Variables
tuple
stringResolution
Variable Documentation
tuple stringResolutionProvider_cfi.stringResolution
Initial value:
1
= cms.ESProducer(
"StringResolutionProviderESProducer"
,
2
## specify parametrization (see
3
## SWGuidePATKinematicResolutions for more details)
4
parametrization = cms.string (
'EtEtaPhi'
),
5
functions = cms.VPSet(
6
cms.PSet(
7
## set the eta bin as selection string.(optional)
8
## See SWGuidePhysicsCutParser for more details
9
bin = cms.string(
""
),
10
## define resolution functions of each parameter
11
et = cms.string(
"et * (sqrt(0.08^2 + (1./sqrt(et))^2 + (5./et)^2))"
),
12
eta = cms.string(
"sqrt(0.008^2 + (1.5/et)^2)"
),
13
phi = cms.string(
"sqrt(0.008^2 + (2.6/et)^2)"
),
14
),
15
),
16
## add constraints (depending on the choice of para-
17
## metrization); for et/eta/phi this has to be set
18
## to 0 (have a look at SWGuidePATKinematicResolutions
19
## for more details)
20
constraints = cms.vdouble(0)
21
)
Definition at line
3
of file
stringResolutionProvider_cfi.py
.
Generated for CMSSW Reference Manual by
1.8.5