CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripTrackingRecHitsValid_cfi.py
Go to the documentation of this file.
2 
3 StripTrackingRecHitsValid = cms.EDAnalyzer("SiStripTrackingRecHitsValid",
4  outputFile = cms.untracked.string(''),
5  associatePixel = cms.bool(False),
6  ROUList = cms.vstring('g4SimHitsTrackerHitsTIBLowTof',
7  'g4SimHitsTrackerHitsTIBHighTof',
8  'g4SimHitsTrackerHitsTIDLowTof',
9  'g4SimHitsTrackerHitsTIDHighTof',
10  'g4SimHitsTrackerHitsTOBLowTof',
11  'g4SimHitsTrackerHitsTOBHighTof',
12  'g4SimHitsTrackerHitsTECLowTof',
13  'g4SimHitsTrackerHitsTECHighTof'),
14  trajectoryInput = cms.string('generalTracks'),
15  associateRecoTracks = cms.bool(False),
16  # string trajectoryInput = "rsWithMaterialTracks"
17  associateStrip = cms.bool(True)
18 )
19 
20