CMS 3D CMS Logo

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 = "pfPhotonTranslator:pfphot",
6  recHitsLabel = "ecalRecHit:EcalRecHitsEB"
7  )
8 
9 pfPhotonInterestingEcalDetIdEE = RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi.interestingDetIdCollectionProducer.clone(
10  basicClustersLabel = "pfPhotonTranslator:pfphot",
11  recHitsLabel = "ecalRecHit:EcalRecHitsEE"
12  )