Variables | |
tuple | PixelErrorEstimation |
00001 cms.EDAnalyzer("SiPixelErrorEstimation", 00002 # The type of particle that the simHit associated with recHits should be 00003 genType = cms.int32(13), 00004 # Replace "ctfWithMaterialTracks" with "generalTracks" 00005 #untracked string src = "ctfWithMaterialTracks" 00006 src = cms.untracked.string('generalTracks'), 00007 outputFile = cms.untracked.string('SiPixelErrorEstimation_Ntuple.root'), 00008 # Include track hits ? 00009 include_trk_hits = cms.bool(True), 00010 # Do we check that the simHit associated with recHit is of the expected particle type ? 00011 checkType = cms.bool(False) 00012 )
Definition at line 3 of file SiPixelErrorEstimation_cfi.py.