![]() |
![]() |
Variables | |
tuple | correctedHybridSuperClusters |
00001 cms.EDProducer("EgammaSCCorrectionMaker", 00002 corectedSuperClusterCollection = cms.string(''), 00003 sigmaElectronicNoise = cms.double(0.03), 00004 superClusterAlgo = cms.string('Hybrid'), 00005 etThresh = cms.double(0.0), 00006 rawSuperClusterProducer = cms.InputTag("hybridSuperClusters"), 00007 applyEnergyCorrection = cms.bool(True), 00008 applyCrackCorrection = cms.bool(True), 00009 VerbosityLevel = cms.string('ERROR'), 00010 # energy correction 00011 hyb_fCorrPset = cms.PSet( 00012 00013 brLinearLowThr = cms.double(1.1), 00014 fBremVec = cms.vdouble(-0.04382, 0.1169, 0.9267, -0.0009413, 1.419), 00015 brLinearHighThr = cms.double(8.0), 00016 00017 fEtEtaVec = cms.vdouble(0, 00018 1.00121, -0.63672, 0, 0, 00019 0, 0.5655, 6.457, 0.5081, 00020 8.0, 1.023, -0.00181) 00021 ), 00022 recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEB") 00023 )
Definition at line 4 of file correctedHybridSuperClusters_cfi.py.
Referenced by miscalibExample::analyze(), and EgammaSimpleAnalyzer::analyze().