CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfPhotonInterestingDetIds_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi
4 pfPhotonInterestingEcalDetIdEB = RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi.interestingDetIdCollectionProducer.clone(
5  basicClustersLabel = cms.InputTag("pfPhotonTranslator","pfphot"),
6  recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB")
7  )
8 
9 pfPhotonInterestingEcalDetIdEE = RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi.interestingDetIdCollectionProducer.clone(
10  basicClustersLabel = cms.InputTag("pfPhotonTranslator","pfphot"),
11  recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE")
12  )