CMS 3D CMS Logo

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

Variables

tuple SiPixelDigiSource
 

Variable Documentation

tuple SiPixelMonitorDigi_cfi.SiPixelDigiSource
Initial value:
1 = cms.EDAnalyzer("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  twoDimOn = cms.untracked.bool(True),
10  twoDimModOn = cms.untracked.bool(True),
11  #allows to have no twoD plots on Mod level (but possibly on other levels),
12  #if !twoDimOn no plots on module level anyway, no projections if twoDimOn and !twoDimModOn
13  twoDimOnlyLayDisk = cms.untracked.bool(False),
14  #allows to have only twoD plots on lay/disk level (even if layOn/diskOn), no others (and no projections)
15  #only possible if !reducedSet, twoD has no impact, for SiPixelMonitorClient hiRes must be true
16  reducedSet = cms.untracked.bool(True),
17  hiRes = cms.untracked.bool(False),
18  ladOn = cms.untracked.bool(False),
19  layOn = cms.untracked.bool(False),
20  phiOn = cms.untracked.bool(False),
21  ringOn = cms.untracked.bool(False),
22  bladeOn = cms.untracked.bool(False),
23  diskOn = cms.untracked.bool(False),
24  bigEventSize = cms.untracked.int32(1000)
25 )

Definition at line 3 of file SiPixelMonitorDigi_cfi.py.