Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:06:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltFixedGridRhoFastjetAllCaloForEGamma = cms.EDProducer("FixedGridRhoProducerFastjetFromRecHit",
0004     gridSpacing = cms.double(0.55),
0005     maxRapidity = cms.double(2.5),
0006     hbheRecHitsTag = cms.InputTag( "hltHbhereco" ),
0007     ebRecHitsTag = cms.InputTag( 'hltEcalRecHit','EcalRecHitsEB' ),
0008     eeRecHitsTag = cms.InputTag( 'hltEcalRecHit','EcalRecHitsEE' ),
0009     skipHCAL = cms.bool( False ),
0010     skipECAL = cms.bool( False ),
0011     eThresHB = cms.vdouble( 0.8, 1.2, 1.2, 1.2 ),
0012     eThresHE = cms.vdouble( 0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 )
0013 )