Variables | |
tuple | SiPixelDigiSource |
00001 cms.EDAnalyzer("SiPixelDigiSource", 00002 src = cms.InputTag("siPixelDigis"), 00003 outputFile = cms.string('Pixel_DQM_Digi.root'), 00004 saveFile = cms.untracked.bool(False), 00005 isPIB = cms.untracked.bool(False), 00006 slowDown = cms.untracked.bool(False), 00007 modOn = cms.untracked.bool(True), 00008 twoDimOn = cms.untracked.bool(True), 00009 twoDimModOn = cms.untracked.bool(True), 00010 #allows to have no twoD plots on Mod level (but possibly on other levels), 00011 #if !twoDimOn no plots on module level anyway, no projections if twoDimOn and !twoDimModOn 00012 twoDimOnlyLayDisk = cms.untracked.bool(False), 00013 #allows to have only twoD plots on lay/disk level (even if layOn/diskOn), no others (and no projections) 00014 #only possible if !reducedSet, twoD has no impact, for SiPixelMonitorClient hiRes must be true 00015 reducedSet = cms.untracked.bool(True), 00016 hiRes = cms.untracked.bool(False), 00017 ladOn = cms.untracked.bool(False), 00018 layOn = cms.untracked.bool(False), 00019 phiOn = cms.untracked.bool(False), 00020 ringOn = cms.untracked.bool(False), 00021 bladeOn = cms.untracked.bool(False), 00022 diskOn = cms.untracked.bool(False), 00023 bigEventSize = cms.untracked.int32(1000) 00024 )
Definition at line 3 of file SiPixelMonitorDigi_cfi.py.