[CMSSW] / CMSSW / Configuration / StandardSequences / python / EDMtoMEAtRunEnd_cff.py Repository:
ViewVC logotype

Annotation of /CMSSW/Configuration/StandardSequences/python/EDMtoMEAtRunEnd_cff.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (view) (download) (as text)

1 : fambrogl 1.1 import FWCore.ParameterSet.Config as cms
2 :    
3 :     from DQMServices.Components.EDMtoMEConverter_cff import *
4 :    
5 : fambrogl 1.2 source.processingMode = "RunsAndLumis"
6 :    
7 : fambrogl 1.1 options = cms.untracked.PSet(
8 :     fileMode = cms.untracked.string('FULLMERGE')
9 :     )
10 :    
11 :     DQMStore.referenceFileName = ''
12 :     dqmSaver.convention = 'Offline'
13 :     dqmSaver.workflow = '/Global/CMSSW_X_Y_Z/RECO'
14 :    
15 :     DQMStore.collateHistograms = False
16 :     EDMtoMEConverter.convertOnEndLumi = True
17 :     EDMtoMEConverter.convertOnEndRun = False
18 :    
19 :     EDMtoME = cms.Sequence(EDMtoMEConverter)
20 :    
21 :     DQMSaver = cms.Sequence(dqmSaver)

CERN LCG CVS service
ViewVC Help
Powered by ViewVC 1.0.9