5 Scenario supporting RelVal GEN production
13 import FWCore.ParameterSet.Config
as cms
17 Scenario.__init__(self)
21 Implement configuration building for RelVal GEN production
30 DQM Harvesting for RelVal GEN production
33 options = defaultOptions
34 options.scenario =
"pp"
35 options.step =
"HARVESTING:genHarvesting"
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 =
""
45 options.harvesting =
"AtJobEnd"
47 process = cms.Process(
"HARVESTING", self.eras)
48 process.source = cms.Source(
"PoolSource")
50 configBuilder.prepare()
55 process.source.processingMode = cms.untracked.string(
'RunsAndLumis')
56 process.source.fileNames = cms.untracked(cms.vstring())
57 process.maxEvents.input = -1
58 process.dqmSaver.workflow = datasetName
59 if 'referenceFile' in args
and args.get(
'referenceFile',
''):
60 process.DQMStore.referenceFileName = \
61 cms.untracked.string(args[
'referenceFile'])