CMS 3D CMS Logo

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