CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEgamma/EgammaHLTProducers/python/hltEgammaHcalIsol_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltEgammaHcalIsolationProducersRegional= cms.EDProducer( "EgammaHLTHcalIsolationProducersRegional",
00004     recoEcalCandidateProducer = cms.InputTag( "hltRecoEcalCandidate" ),
00005     hbheRecHitProducer = cms.InputTag( "hbhereco" ),
00006     eMinHB = cms.double( 0.7 ),
00007     eMinHE = cms.double( 0.8 ),
00008     etMinHB = cms.double( -1.0 ),
00009     etMinHE = cms.double( -1.0 ),
00010     innerCone = cms.double( 0.0 ),
00011     outerCone = cms.double( 0.14 ),
00012     depth = cms.int32( -1 ),
00013     doEtSum = cms.bool( False )
00014 )
00015