CMS 3D CMS Logo

DQMSaverAtJobEnd_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # needed backend
5 
6 # needed output
8 
9 
10 dqmSaver.convention = 'Offline'
11 dqmSaver.workflow = '/Global/CMSSW_X_Y_Z/RECO'
12 
13 
14 dqmSaver.saveByRun = -1
15 dqmSaver.saveAtJobEnd = True
16 dqmSaver.forceRunNumber = 999999
17 
18 DQMSaver = cms.Sequence(dqmSaver)
19 
20 # configuration is modified as a side effect, this is just a placeholder
21 # to allow using this file as a customisation for cmsDriver.
22 def customise(process):
23  return process
DQMStore_cfg
DQMEnvironment_cfi
DQMSaverAtJobEnd_cff.customise
def customise(process)
Definition: DQMSaverAtJobEnd_cff.py:22