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

Definition at line 3 of file SiPixelMonitorDigi_cfi.py.