CMS 3D CMS Logo

Variables

SiPixelMonitorDigi_cfi Namespace Reference

Variables

tuple SiPixelDigiSource

Variable Documentation

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

Definition at line 3 of file SiPixelMonitorDigi_cfi.py.