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  outputFile = cms.untracked.string(''),
6  runStandalone = cms.bool(False),
7  associatePixel = cms.bool(True),
8  ROUList = cms.vstring('g4SimHitsTrackerHitsPixelBarrelLowTof',
9  'g4SimHitsTrackerHitsPixelBarrelHighTof',
10  'g4SimHitsTrackerHitsPixelEndcapLowTof',
11  'g4SimHitsTrackerHitsPixelEndcapHighTof'),
12  associateRecoTracks = cms.bool(False),
13  associateStrip = cms.bool(False),
14  verbose = cms.untracked.bool(False)
15 )
16 
17