File indexing completed on 2024-04-06 12:15:53
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltEgammaEcalPFClusterIsoL1Seeded = cms.EDProducer("EgammaHLTEcalPFClusterIsolationProducer",
0004 absEtaLowEdges = cms.vdouble(0.0, 1.479),
0005 doRhoCorrection = cms.bool(False),
0006 drMax = cms.double(0.2),
0007 drVetoBarrel = cms.double(0.0),
0008 drVetoEndcap = cms.double(0.0),
0009 effectiveAreas = cms.vdouble(0.29, 0.21),
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 pfClusterProducer = cms.InputTag("hltParticleFlowClusterECALL1Seeded"),
0015 recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"),
0016 rhoMax = cms.double(99999999.0),
0017 rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
0018 rhoScale = cms.double(1.0)
0019 )