CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripRecHitsValid_cfi.py
Go to the documentation of this file.
2 
3 stripRecHitsValid = cms.EDAnalyzer("SiStripRecHitsValid",
4  outputFile = cms.untracked.string(''),
5  associatePixel = cms.bool(False),
6  stereoRecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit"),
7  matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"),
8  ROUList = cms.vstring('g4SimHitsTrackerHitsTIBLowTof',
9  'g4SimHitsTrackerHitsTIBHighTof',
10  'g4SimHitsTrackerHitsTIDLowTof',
11  'g4SimHitsTrackerHitsTIDHighTof',
12  'g4SimHitsTrackerHitsTOBLowTof',
13  'g4SimHitsTrackerHitsTOBHighTof',
14  'g4SimHitsTrackerHitsTECLowTof',
15  'g4SimHitsTrackerHitsTECHighTof'),
16  associateRecoTracks = cms.bool(False),
17  associateStrip = cms.bool(True),
18  rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"),
19  RecHitProducer = cms.string('siStripMatchedRecHits'),
20  verbose = cms.untracked.bool(False)
21 )
22 
23