Configuration
StandardSequences
python
DQMSaverAtRunEnd_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# needed backend
4
from
DQMServices.Core.DQMStore_cfg
import
*
5
6
# needed output
7
from
DQMServices.Components.DQMEnvironment_cfi
import
*
8
9
10
dqmSaver.convention =
'Offline'
11
dqmSaver.workflow =
'/Global/CMSSW_X_Y_Z/RECO'
12
13
14
DQMSaver = cms.Sequence(dqmSaver)
DQMStore_cfg
DQMEnvironment_cfi
Generated for CMSSW Reference Manual by
1.8.16