CMS 3D CMS Logo

hltEgammaHoverEUnseeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEgammaHoverEUnseeded = cms.EDProducer("EgammaHLTBcHcalIsolationProducersRegional",
4  absEtaLowEdges = cms.vdouble(0.0, 1.479),
5  caloTowerProducer = cms.InputTag("hltTowerMakerForAllForEgamma"),
6  depth = cms.int32(-1),
7  doEtSum = cms.bool(False),
8  doRhoCorrection = cms.bool(False),
9  effectiveAreas = cms.vdouble(0.105, 0.17),
10  etMin = cms.double(0.0),
11  innerCone = cms.double(0.0),
12  outerCone = cms.double(0.14),
13  recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"),
14  rhoMax = cms.double(99999999.0),
15  rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
16  rhoScale = cms.double(1.0),
17  useSingleTower = cms.bool(False)
18 )