Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 pixRecHitsValid = cms.EDAnalyzer("SiPixelRecHitsValid",
00004 src = cms.InputTag("siPixelRecHits"),
00005 outputFile = cms.untracked.string(''),
00006 associatePixel = cms.bool(True),
00007 ROUList = cms.vstring('g4SimHitsTrackerHitsPixelBarrelLowTof',
00008 'g4SimHitsTrackerHitsPixelBarrelHighTof',
00009 'g4SimHitsTrackerHitsPixelEndcapLowTof',
00010 'g4SimHitsTrackerHitsPixelEndcapHighTof'),
00011 associateRecoTracks = cms.bool(False),
00012 associateStrip = cms.bool(False),
00013 verbose = cms.untracked.bool(False)
00014 )
00015
00016