CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelRecHitsValid_cfi.py
Go to the documentation of this file.
2 
3 pixRecHitsValid = cms.EDAnalyzer("SiPixelRecHitsValid",
4  src = cms.InputTag("siPixelRecHits"),
5  associatePixel = cms.bool(True),
6  ROUList = cms.vstring('g4SimHitsTrackerHitsPixelBarrelLowTof',
7  'g4SimHitsTrackerHitsPixelBarrelHighTof',
8  'g4SimHitsTrackerHitsPixelEndcapLowTof',
9  'g4SimHitsTrackerHitsPixelEndcapHighTof'),
10  associateRecoTracks = cms.bool(False),
11  associateStrip = cms.bool(False),
12  verbose = cms.untracked.bool(False)
13 )
14 
15