CMS 3D CMS Logo

pfElectronInterestingDetIds_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi
4 
5 pfElectronInterestingEcalDetIdEB = RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi.interestingDetIdCollectionProducer.clone(
6  basicClustersLabel = "pfElectronTranslator:pf",
7  recHitsLabel = "ecalRecHit:EcalRecHitsEB"
8  )
9 pfElectronInterestingEcalDetIdEE = RecoEcal.EgammaClusterProducers.interestingDetIdCollectionProducer_cfi.interestingDetIdCollectionProducer.clone(
10  basicClustersLabel = "pfElectronTranslator:pf",
11  recHitsLabel = "ecalRecHit:EcalRecHitsEE"
12  )