5 Scenario supporting RelVal MC production
13 import FWCore.ParameterSet.Config
as cms
18 Scenario.__init__(self)
22 Implement configuration building for RelVal MC production
30 DQM Harvesting for RelVal MC production
33 options = defaultOptions
34 options.scenario =
"pp"
35 options.step =
"HARVESTING:validationHarvesting+dqmHarvesting"
37 options.isData =
False
38 options.beamspot =
None
39 options.eventcontent =
None
40 options.name =
"EDMtoMEConvert"
41 options.conditions =
"FrontierConditions_GlobalTag,%s" % globalTag
42 options.arguments =
""
46 process = cms.Process(
"HARVESTING", self.eras)
47 process.source = cms.Source(
"PoolSource")
49 configBuilder.prepare()
54 process.source.processingMode = cms.untracked.string(
'RunsAndLumis')
55 process.source.fileNames = cms.untracked(cms.vstring())
56 process.maxEvents.input = -1
57 process.dqmSaver.workflow = datasetName
58 if 'referenceFile' in args
and args.get(
'referenceFile',
''):
59 process.DQMStore.referenceFileName = \
60 cms.untracked.string(args[
'referenceFile'])