CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloRecHitCopy_cfi.py
Go to the documentation of this file.
2 
3 caloRecHitCopy = cms.EDProducer("CaloRecHitCopy",
4  InputRecHitCollectionTypes = cms.vuint32(2, 3),
5  OutputRecHitCollections = cms.vstring('EcalRecHitsEB',
6  'EcalRecHitsEE'),
7  InputRecHitCollections = cms.VInputTag(cms.InputTag("ecalRecHit","EcalRecHitsEB"), cms.InputTag("ecalRecHit","EcalRecHitsEE"))
8 )
9 
10