CMS 3D CMS Logo

CaloRecHitCopy_cfi.py

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

Generated on Tue Jun 9 17:35:02 2009 for CMSSW by  doxygen 1.5.4