CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelMonitorDigi_cfi.py
Go to the documentation of this file.
2 
3 SiPixelDigiSource = cms.EDAnalyzer("SiPixelDigiSource",
4  src = cms.InputTag("siPixelDigis"),
5  outputFile = cms.string('Pixel_DQM_Digi.root'),
6  saveFile = cms.untracked.bool(False),
7  isPIB = cms.untracked.bool(False),
8  slowDown = cms.untracked.bool(False),
9  modOn = cms.untracked.bool(True),
10  twoDimOn = cms.untracked.bool(True),
11  twoDimModOn = cms.untracked.bool(True),
12  #allows to have no twoD plots on Mod level (but possibly on other levels),
13  #if !twoDimOn no plots on module level anyway, no projections if twoDimOn and !twoDimModOn
14  twoDimOnlyLayDisk = cms.untracked.bool(False),
15  #allows to have only twoD plots on lay/disk level (even if layOn/diskOn), no others (and no projections)
16  #only possible if !reducedSet, twoD has no impact, for SiPixelMonitorClient hiRes must be true
17  reducedSet = cms.untracked.bool(True),
18  hiRes = cms.untracked.bool(False),
19  ladOn = cms.untracked.bool(False),
20  layOn = cms.untracked.bool(False),
21  phiOn = cms.untracked.bool(False),
22  ringOn = cms.untracked.bool(False),
23  bladeOn = cms.untracked.bool(False),
24  diskOn = cms.untracked.bool(False),
25  bigEventSize = cms.untracked.int32(1000)
26 )
27 
28