CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoParticleFlow/PFProducer/python/pfPhotonInterestingDetIds_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi
00004 pfPhotonInterestingEcalDetIdEB = RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi.interestingDetIdCollectionProducer.clone(
00005     basicClustersLabel = cms.InputTag("pfPhotonTranslator","pfphot"),
00006     recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB")
00007     )
00008 
00009 pfPhotonInterestingEcalDetIdEE = RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi.interestingDetIdCollectionProducer.clone(
00010     basicClustersLabel = cms.InputTag("pfPhotonTranslator","pfphot"),
00011     recHitsLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE")
00012     )