File indexing completed on 2024-04-06 12:15:56
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000 = cms.EDProducer("MuonHLTEcalPFClusterIsolationProducer",
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.35, 0.193),
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("hltParticleFlowClusterECALUnseeded"),
0015 recoCandidateProducer = cms.InputTag("hltPhase2L3MuonCandidates"),
0016 rhoMax = cms.double(99999999.0),
0017 rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
0018 rhoScale = cms.double(1.0)
0019 )