test
CMS 3D CMS Logo

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

Variables

tuple DQMStore
 

Variable Documentation

tuple DQMStore_cfi.DQMStore
Initial value:
1 = cms.Service("DQMStore",
2  referenceFileName = cms.untracked.string(''),
3  verbose = cms.untracked.int32(0),
4  verboseQT = cms.untracked.int32(0),
5  collateHistograms = cms.untracked.bool(False),
6  enableMultiThread = cms.untracked.bool(False),
7  #the LSbasedMode flag is needed for the online. All the
8  #MEs are flagged to be LS based.
9  LSbasedMode = cms.untracked.bool(False),
10  #this is bound to the enableMultiThread flag.
11  forceResetOnBeginLumi = cms.untracked.bool(False)
12 )

Definition at line 3 of file DQMStore_cfi.py.