CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/FastSimulation/CaloRecHitsProducer/python/CaloRecHitCopy_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 CaloRecHitCopy = cms.EDProducer("CaloRecHitCopy",
00004     InputRecHitCollectionTypes = cms.vuint32(2, 3),
00005     OutputRecHitCollections = cms.vstring('EcalRecHitsEB', 
00006         'EcalRecHitsEE'),
00007     InputRecHitCollections = cms.VInputTag(cms.InputTag("ecalRecHit","EcalRecHitsEB"), cms.InputTag("ecalRecHit","EcalRecHitsEE"))
00008 )
00009 
00010