1 import FWCore.ParameterSet.Config
as cms
3 hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000 = cms.EDProducer(
"MuonHLTEcalPFClusterIsolationProducer",
4 absEtaLowEdges = cms.vdouble(0.0, 1.479),
5 doRhoCorrection = cms.bool(
False),
6 drMax = cms.double(0.3),
7 drVetoBarrel = cms.double(0.0),
8 drVetoEndcap = cms.double(0.0),
9 effectiveAreas = cms.vdouble(0.35, 0.193),
10 energyBarrel = cms.double(0.0),
11 energyEndcap = cms.double(0.0),
12 etaStripBarrel = cms.double(0.0),
13 etaStripEndcap = cms.double(0.0),
14 pfClusterProducer = cms.InputTag(
"hltParticleFlowClusterECALUnseeded"),
15 recoCandidateProducer = cms.InputTag(
"hltPhase2L3MuonCandidates"),
16 rhoMax = cms.double(99999999.0),
17 rhoProducer = cms.InputTag(
"hltFixedGridRhoFastjetAllCaloForEGamma"),
18 rhoScale = cms.double(1.0)