CMS 3D CMS Logo

hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltFixedGridRhoFastjetAllCaloForEGamma = cms.EDProducer("FixedGridRhoProducerFastjetFromRecHit",
4  eThresHB = cms.vdouble(0.8, 1.2, 1.2, 1.2),
5  eThresHE = cms.vdouble(
6  0.1, 0.2, 0.2, 0.2, 0.2,
7  0.2, 0.2
8  ),
9  ebRecHitsTag = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
10  eeRecHitsTag = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
11  gridSpacing = cms.double(0.55),
12  hbheRecHitsTag = cms.InputTag("hltHbhereco"),
13  maxRapidity = cms.double(2.5),
14  skipECAL = cms.bool(False),
15  skipHCAL = cms.bool(False)
16 )