CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TrackingTools/RoadSearchHitAccess/python/roadSearchHitDumper_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 roadSearchHitDumper = cms.EDAnalyzer("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