CMS 3D CMS Logo

hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEgammaHGCalLayerClusterIsoUnseeded = cms.EDProducer("EgammaHLTHGCalLayerClusterIsolationProducer",
4  doRhoCorrection = cms.bool(False),
5  drMax = cms.double(0.2),
6  drVetoEM = cms.double(0.02),
7  drVetoHad = cms.double(0.0),
8  layerClusterProducer = cms.InputTag("hgcalMergeLayerClusters"),
9  minEnergyEM = cms.double(0.02),
10  minEnergyHad = cms.double(0.07),
11  recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"),
12  rhoMax = cms.double(99999999.0),
13  rhoScale = cms.double(1.0),
14  useEt = cms.bool(False)
15 )