CMS 3D CMS Logo

interestingEgammaIsoHCALDetIdModule_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 interestingEgammaIsoHCALDetId = cms.EDProducer("EgammaIsoHcalDetIdCollectionProducer",
4  recHitsLabel=cms.InputTag("hbhereco"),
5  elesLabel=cms.InputTag("gedGsfElectrons"),
6  phosLabel=cms.InputTag("gedPhotons"),
7  superClustersLabel=cms.InputTag("particleFlowEGamma"),
8  minSCEt=cms.double(20),
9  minEleEt=cms.double(20),
10  minPhoEt=cms.double(20),
11  maxDIEta=cms.int32(6),
12  maxDIPhi=cms.int32(6),
13  minEnergyHCAL = cms.double(0.8),
14  interestingDetIdCollection=cms.string("")
15  )