CMS 3D CMS Logo

hltEgammaHoverEL1Seeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEgammaHoverEL1Seeded = cms.EDProducer("EgammaHLTHcalVarProducerFromRecHit",
4  absEtaLowEdges = cms.vdouble(0.0, 1.479),
5  depth = cms.int32(0),
6  doEtSum = cms.bool(False),
7  doRhoCorrection = cms.bool(False),
8  effectiveAreas = cms.vdouble(0.105, 0.17),
9  innerCone = cms.double(0.0),
10  outerCone = cms.double(0.14),
11  recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"),
12  rhoMax = cms.double(99999999.0),
13  rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
14  rhoScale = cms.double(1.0),
15  useSingleTower = cms.bool(False),
16  hbheRecHitsTag = cms.InputTag( "hltHbhereco" ),
17  eThresHB = cms.vdouble( 0.8, 1.2, 1.2, 1.2 ),
18  etThresHB = cms.vdouble( 0.0, 0.0, 0.0, 0.0 ),
19  eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ),
20  etThresHE = cms.vdouble( 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ),
21  maxSeverityHB = cms.int32( 9 ),
22  maxSeverityHE = cms.int32( 9 )
23 )