CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltHcalDoubleCone_cfi.py
Go to the documentation of this file.
2 
3 hltHcalDoubleCone = cms.EDProducer("EgammaHLTHcalIsolationDoubleConeProducers",
4  egHcalIsoConeSize = cms.double(0.3),
5  hbRecHitProducer = cms.InputTag("hbhereco"),
6  egHcalExclusion = cms.double(0.15),
7  hfRecHitProducer = cms.InputTag("hfreco"),
8  egHcalIsoPtMin = cms.double(0.0),
9  recoEcalCandidateProducer = cms.InputTag("l1IsoRecoEcalCandidate")
10 )
11 
12