CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
correctedDynamicHybridSuperClusters_cfi Namespace Reference

Variables

tuple correctedDynamicHybridSuperClusters
 

Variable Documentation

tuple correctedDynamicHybridSuperClusters_cfi.correctedDynamicHybridSuperClusters
Initial value:
1 = cms.EDProducer("EgammaSCCorrectionMaker",
2  corectedSuperClusterCollection = cms.string(''),
3  sigmaElectronicNoise = cms.double(0.03),
4  superClusterAlgo = cms.string('DynamicHybrid'),
5  etThresh = cms.double(0.0),
6  rawSuperClusterProducer = cms.InputTag("dynamicHybridSuperClusters"),
7  applyEnergyCorrection = cms.bool(True),
8  energyCorrectorName = cms.string("EcalClusterEnergyCorrection"),
9  modeEB = cms.int32(3),
10  modeEE = cms.int32(5),
11 
12  # energy correction
13  dyn_fCorrPset = cms.PSet(
14  brLinearLowThr = cms.double(0.0),
15  fBremVec = cms.vdouble(-0.01762, 0.04224, 0.9793, 0.0008075, 1.774),
16  brLinearHighThr = cms.double(12.0),
17  fEtEtaVec = cms.vdouble(0.9929, -0.01751, 0.0, -4.636, 5.945,
18  737.9, 4.057, 8.0, 1.023, 0.0,
19  0.0, 1.0, 0.0)
20  ),
21  recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEB")
22 
23 )

Definition at line 4 of file correctedDynamicHybridSuperClusters_cfi.py.