Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:53

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltEgammaHcalPFClusterIsoL1Seeded = cms.EDProducer("EgammaHLTHcalPFClusterIsolationProducer",
0004     absEtaLowEdges = cms.vdouble(0.0, 1.479),
0005     doRhoCorrection = cms.bool(False),
0006     drMax = cms.double(0.3),
0007     drVetoBarrel = cms.double(0.0),
0008     drVetoEndcap = cms.double(0.0),
0009     effectiveAreas = cms.vdouble(0.2, 0.25),
0010     energyBarrel = cms.double(0.0),
0011     energyEndcap = cms.double(0.0),
0012     etaStripBarrel = cms.double(0.0),
0013     etaStripEndcap = cms.double(0.0),
0014     pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCAL"),
0015     pfClusterProducerHFEM = cms.InputTag(""),
0016     pfClusterProducerHFHAD = cms.InputTag(""),
0017     recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"),
0018     rhoMax = cms.double(99999999.0),
0019     rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
0020     rhoScale = cms.double(1.0),
0021     useEt = cms.bool(True),
0022     useHF = cms.bool(False)
0023 )