CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
correctedDynamicHybridSuperClusters_cfi.py
Go to the documentation of this file.
2 
3 # Energy scale correction for Hybrid SuperClusters
4 correctedDynamicHybridSuperClusters = cms.EDProducer("EgammaSCCorrectionMaker",
5  corectedSuperClusterCollection = cms.string(''),
6  sigmaElectronicNoise = cms.double(0.03),
7  superClusterAlgo = cms.string('DynamicHybrid'),
8  etThresh = cms.double(0.0),
9  rawSuperClusterProducer = cms.InputTag("dynamicHybridSuperClusters"),
10  applyEnergyCorrection = cms.bool(True),
11  energyCorrectorName = cms.string("EcalClusterEnergyCorrection"),
12  modeEB = cms.int32(3),
13  modeEE = cms.int32(5),
14 
15  # energy correction
16  dyn_fCorrPset = cms.PSet(
17  brLinearLowThr = cms.double(0.0),
18  fBremVec = cms.vdouble(-0.01762, 0.04224, 0.9793, 0.0008075, 1.774),
19  brLinearHighThr = cms.double(12.0),
20  fEtEtaVec = cms.vdouble(0.9929, -0.01751, 0.0, -4.636, 5.945,
21  737.9, 4.057, 8.0, 1.023, 0.0,
22  0.0, 1.0, 0.0)
23  ),
24  recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEB")
25 
26 )
27 
28