CMS 3D CMS Logo

hltEgammaEcalPFClusterIsoUnseeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEgammaEcalPFClusterIsoUnseeded = cms.EDProducer("EgammaHLTEcalPFClusterIsolationProducer",
4  absEtaLowEdges = cms.vdouble(0.0, 1.479),
5  doRhoCorrection = cms.bool(False),
6  drMax = cms.double(0.2),
7  drVetoBarrel = cms.double(0.0),
8  drVetoEndcap = cms.double(0.0),
9  effectiveAreas = cms.vdouble(0.29, 0.21),
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  recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"),
16  rhoMax = cms.double(99999999.0),
17  rhoProducer = cms.InputTag("hltFixedGridRhoFastjetAllCaloForEGamma"),
18  rhoScale = cms.double(1.0)
19 )