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  TopFolderName = cms.string('Pixel'),
5  src = cms.InputTag("siPixelDigis"),
6  outputFile = cms.string('Pixel_DQM_Digi.root'),
7  saveFile = cms.untracked.bool(False),
8  isPIB = cms.untracked.bool(False),
9  slowDown = cms.untracked.bool(False),
10  modOn = cms.untracked.bool(True),
11  twoDimOn = cms.untracked.bool(True),
12  twoDimModOn = cms.untracked.bool(True),
13  #allows to have no twoD plots on Mod level (but possibly on other levels),
14  #if !twoDimOn no plots on module level anyway, no projections if twoDimOn and !twoDimModOn
15  twoDimOnlyLayDisk = cms.untracked.bool(False),
16  #allows to have only twoD plots on lay/disk level (even if layOn/diskOn), no others (and no projections)
17  #only possible if !reducedSet, twoD has no impact, for SiPixelMonitorClient hiRes must be true
18  reducedSet = cms.untracked.bool(True),
19  hiRes = cms.untracked.bool(False),
20  ladOn = cms.untracked.bool(False),
21  layOn = cms.untracked.bool(False),
22  phiOn = cms.untracked.bool(False),
23  ringOn = cms.untracked.bool(False),
24  bladeOn = cms.untracked.bool(False),
25  diskOn = cms.untracked.bool(False),
26  bigEventSize = cms.untracked.int32(1000)
27 )
28 
29