CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMStore_cfi.py
Go to the documentation of this file.
2 
3 DQMStore = cms.Service("DQMStore",
4  referenceFileName = cms.untracked.string(''),
5  verbose = cms.untracked.int32(0),
6  verboseQT = cms.untracked.int32(0),
7  collateHistograms = cms.untracked.bool(False),
8  enableMultiThread = cms.untracked.bool(False),
9  #the LSbasedMode flag is needed for the online. All the
10  #MEs are flagged to be LS based.
11  LSbasedMode = cms.untracked.bool(False),
12  #this is bound to the enableMultiThread flag.
13  forceResetOnBeginLumi = cms.untracked.bool(False)
14 )