CMS 3D CMS Logo

Variables

stringResolutionProvider_cfi Namespace Reference

Variables

tuple stringResolution

Variable Documentation

Initial value:
00001 cms.ESProducer("StringResolutionProviderESProducer",
00002   ## specify parametrization (see
00003   ## SWGuidePATKinematicResolutions for more details)
00004   parametrization = cms.string ('EtEtaPhi'),
00005   functions = cms.VPSet(
00006     cms.PSet(
00007       ## set the eta bin as selection string.(optional)
00008       ## See SWGuidePhysicsCutParser for more details
00009       bin = cms.string(""),
00010       ## define resolution functions of each parameter
00011       et  = cms.string("et * (sqrt(0.08^2 + (1./sqrt(et))^2 + (5./et)^2))"),
00012       eta = cms.string("sqrt(0.008^2 + (1.5/et)^2)"),
00013       phi = cms.string("sqrt(0.008^2 + (2.6/et)^2)"),
00014     ),
00015   ),
00016   ## add constraints (depending on the choice of para-
00017   ## metrization); for et/eta/phi this has to be set
00018   ## to 0 (have a look at SWGuidePATKinematicResolutions
00019   ## for more details)
00020   constraints = cms.vdouble(0)
00021 )

Definition at line 3 of file stringResolutionProvider_cfi.py.