1 import FWCore.ParameterSet.Config
as cms
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 )