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  gridSpacing = cms.double(0.55),
5  maxRapidity = cms.double(2.5),
6  hbheRecHitsTag = cms.InputTag( "hltHbhereco" ),
7  ebRecHitsTag = cms.InputTag( 'hltEcalRecHit','EcalRecHitsEB' ),
8  eeRecHitsTag = cms.InputTag( 'hltEcalRecHit','EcalRecHitsEE' ),
9  skipHCAL = cms.bool( False ),
10  skipECAL = cms.bool( False ),
11  eThresHB = cms.vdouble( 0.8, 1.2, 1.2, 1.2 ),
12  eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 )
13 )