CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltEgammaBcHcalIsol_cfi.py
Go to the documentation of this file.
2 
3 hltEgammaBcHcalIsolationProducersRegional= cms.EDProducer("EgammaHLTBcHcalIsolationProducersRegional",
4  recoEcalCandidateProducer = cms.InputTag("hltRecoEcalCandidate"),
5  caloTowerProducer = cms.InputTag("hltTowerMakerForAll"),
6  rhoProducer = cms.InputTag("hltKT6CaloJets", "rho"),
7  doRhoCorrection = cms.bool(False),
8  rhoScale = cms.double(1.),
9  rhoMax = cms.double(99999999.),
10  etMin = cms.double(-1.0),
11  innerCone = cms.double(0.0),
12  outerCone = cms.double(0.14),
13  depth = cms.int32(-1),
14  doEtSum = cms.bool(False),
15  effectiveAreaBarrel = cms.double(0.021),
16  effectiveAreaEndcap = cms.double(0.040)
17  )