Variables | |
tuple | correctedMulti5x5SuperClustersWithPreshower |
00001 cms.EDProducer("EgammaSCCorrectionMaker", 00002 corectedSuperClusterCollection = cms.string(''), 00003 sigmaElectronicNoise = cms.double(0.15), 00004 superClusterAlgo = cms.string('Multi5x5'), 00005 etThresh = cms.double(0.0), 00006 rawSuperClusterProducer = cms.InputTag("multi5x5SuperClustersWithPreshower"), 00007 applyEnergyCorrection = cms.bool(True), 00008 # energy correction 00009 fix_fCorrPset = cms.PSet( 00010 brLinearLowThr = cms.double(0.9), 00011 00012 fBremVec = cms.vdouble(-0.0731, 0.133, 0.9262, -0.0008765, 1.08), 00013 brLinearHighThr = cms.double(6.0), 00014 00015 fEtEtaVec = cms.vdouble(-0.0377, -915.9, 111.7, -135.8, 00016 0.523, 431.1, 114.2, 104.6, 00017 0, -120.3, 203.6, -31.98, 00018 0, 1054, 182.1, 112.10, 00019 0, 0, 0, 00020 1, 1, 1), 00021 00022 corrF = cms.vint32(0, 0, 1) 00023 ), 00024 VerbosityLevel = cms.string('ERROR'), 00025 recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEE") 00026 )
Definition at line 4 of file correctedMulti5x5ClustersWithPreshower_cfi.py.