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 DQMStore.referenceFileName = ''
11 dqmSaver.convention = 'Offline'
12 dqmSaver.workflow = '/Global/CMSSW_X_Y_Z/RECO'
13 
14 DQMStore.collateHistograms = True
15 
16 dqmSaver.saveByRun = -1
17 dqmSaver.saveAtJobEnd = True
18 dqmSaver.forceRunNumber = 999999
19 
20 DQMSaver = cms.Sequence(dqmSaver)
21 
22 # configuration is modified as a side effect, this is just a placeholder
23 # to allow using this file as a customisation for cmsDriver.
24 def customise(process):
25  return process