CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfElectronInterestingDetIds_cfi.py
Go to the documentation of this file.
2 pfElectronInterestingEcalDetIdEB = cms.EDProducer("InterestingDetIdCollectionProducer",
3  basicClustersLabel = cms.InputTag("pfElectronTranslator","pf"),
4  recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
5  etaSize = cms.int32(5),
6  interestingDetIdCollection = cms.string(''),
7  phiSize = cms.int32(5)
8  )
9 
10 pfElectronInterestingEcalDetIdEE = cms.EDProducer("InterestingDetIdCollectionProducer",
11  basicClustersLabel = cms.InputTag("pfElectronTranslator","pf"),
12  recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
13  etaSize = cms.int32(5),
14  interestingDetIdCollection = cms.string(''),
15  phiSize = cms.int32(5)
16  )