Variables | |
tuple | PixelTrackingRecHitsValid |
00001 cms.EDAnalyzer("SiPixelTrackingRecHitsValid", 00002 src = cms.untracked.string('generalTracks'), 00003 outputFile = cms.untracked.string(''), 00004 #debugNtuple = cms.untracked.string('SiPixelTrackingRecHitsValid_Ntuple.root'), 00005 debugNtuple = cms.untracked.string(''), 00006 Fitter = cms.string('KFFittingSmoother'), 00007 # do we check that the simHit associated with recHit is of the expected particle type ? 00008 checkType = cms.bool(True), 00009 MTCCtrack = cms.bool(False), 00010 TTRHBuilder = cms.string('WithAngleAndTemplate'), 00011 # the type of particle that the simHit associated with recHits should be 00012 genType = cms.int32(13), 00013 associatePixel = cms.bool(True), 00014 associateRecoTracks = cms.bool(False), 00015 associateStrip = cms.bool(False), 00016 ROUList = cms.vstring('g4SimHitsTrackerHitsPixelBarrelLowTof', 00017 'g4SimHitsTrackerHitsPixelBarrelHighTof', 00018 'g4SimHitsTrackerHitsPixelEndcapLowTof', 00019 'g4SimHitsTrackerHitsPixelEndcapHighTof'), 00020 Propagator = cms.string('PropagatorWithMaterial') 00021 )
Definition at line 3 of file SiPixelTrackingRecHitsValid_cfi.py.