CMS 3D CMS Logo

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

Variables

tuple DQMStore
 

Variable Documentation

tuple DQMStore_cfi.DQMStore
Initial value:
1 = cms.Service("DQMStore",
2  verbose = cms.untracked.int32(0),
3  # similar to LSBasedMode but for offline. Explicitly sets LumiFLag on all
4  # MEs/modules that allow it (canSaveByLumi)
5  saveByLumi = cms.untracked.bool(False),
6  #Following list has no effect if saveByLumi is False
7  MEsToSave = cms.untracked.vstring(nanoDQMIO_perLSoutput.MEsToSave),
8  trackME = cms.untracked.string(""),
9  #Legacy code should be out. Suggested on:
10  #https://github.com/cms-sw/cmssw/pull/34231#issuecomment-874789622
11  assertLegacySafe = cms.untracked.bool(False),
12  # UNUSED: historical HLT configs expect this option to be present, so it
13  # remains here, even though the DQMStore does not use it any more.
14  enableMultiThread = cms.untracked.bool(True)
15 )

Definition at line 4 of file DQMStore_cfi.py.