CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
roadSearchHitDumper_cfi.py
Go to the documentation of this file.
2 
3 roadSearchHitDumper = cms.EDAnalyzer("RoadSearchHitDumper",
4  stereoStripRecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit"),
5  rphiStripRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
6  # rings service label
7  RingsLabel = cms.string(''),
8  # strip rechit collections
9  matchedStripRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
10  # module label of SiPixelRecHitConverter
11  pixelRecHits = cms.InputTag("siPixelRecHits")
12 )
13 
14