CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
SiPixelMonitorDigi_cfi Namespace Reference

Variables

tuple SiPixelDigiSource
 

Variable Documentation

tuple SiPixelMonitorDigi_cfi.SiPixelDigiSource
Initial value:
1 = DQMEDAnalyzer('SiPixelDigiSource',
2  TopFolderName = cms.string('Pixel'),
3  src = cms.InputTag("siPixelDigis"),
4  outputFile = cms.string('Pixel_DQM_Digi.root'),
5  saveFile = cms.untracked.bool(False),
6  isPIB = cms.untracked.bool(False),
7  slowDown = cms.untracked.bool(False),
8  modOn = cms.untracked.bool(True),
9  perLSsaving = cms.untracked.bool(False), #driven by DQMServices/Core/python/DQMStore_cfi.py
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 )

Definition at line 8 of file SiPixelMonitorDigi_cfi.py.