Variables | |
tuple | correctedDynamicHybridSuperClusters |
00001 cms.EDProducer("EgammaSCCorrectionMaker", 00002 corectedSuperClusterCollection = cms.string(''), 00003 sigmaElectronicNoise = cms.double(0.03), 00004 superClusterAlgo = cms.string('DynamicHybrid'), 00005 etThresh = cms.double(0.0), 00006 rawSuperClusterProducer = cms.InputTag("dynamicHybridSuperClusters"), 00007 applyEnergyCorrection = cms.bool(True), 00008 energyCorrectorName = cms.string("EcalClusterEnergyCorrection"), 00009 modeEB = cms.int32(3), 00010 modeEE = cms.int32(5), 00011 00012 # energy correction 00013 dyn_fCorrPset = cms.PSet( 00014 brLinearLowThr = cms.double(0.0), 00015 fBremVec = cms.vdouble(-0.01762, 0.04224, 0.9793, 0.0008075, 1.774), 00016 brLinearHighThr = cms.double(12.0), 00017 fEtEtaVec = cms.vdouble(0.9929, -0.01751, 0.0, -4.636, 5.945, 00018 737.9, 4.057, 8.0, 1.023, 0.0, 00019 0.0, 1.0, 0.0) 00020 ), 00021 recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEB") 00022 00023 )
Definition at line 4 of file correctedDynamicHybridSuperClusters_cfi.py.