Main Page
Namespaces
Classes
Package Documentation
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
DQMStore.referenceFileName =
''
11
dqmSaver.convention =
'Offline'
12
dqmSaver.workflow =
'/Global/CMSSW_X_Y_Z/RECO'
13
14
DQMStore.collateHistograms =
False
15
16
DQMSaver = cms.Sequence(dqmSaver)
DQMEnvironment_cfi
DQMStore_cfg
Generated for CMSSW Reference Manual by
1.8.11