CMS 3D CMS Logo

roadSearchHitDumper_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 roadSearchHitDumper = cms.EDFilter("RoadSearchHitDumper",
00004     stereoStripRecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit"),
00005     rphiStripRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
00006     # rings service label
00007     RingsLabel = cms.string(''),
00008     # strip rechit collections
00009     matchedStripRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
00010     # module label of SiPixelRecHitConverter
00011     pixelRecHits = cms.InputTag("siPixelRecHits")
00012 )
00013 
00014 

Generated on Tue Jun 9 17:48:28 2009 for CMSSW by  doxygen 1.5.4