5 Scenario supporting RelVal GEN production
13 import FWCore.ParameterSet.Config
as cms
19 Implement configuration building for RelVal GEN production
28 DQM Harvesting for RelVal GEN production
31 options = defaultOptions
32 options.scenario =
"pp"
33 options.step =
"HARVESTING:genHarvesting"
35 options.isData =
False
36 options.beamspot =
None
37 options.eventcontent =
None
38 options.name =
"EDMtoMEConvert"
39 options.conditions =
"FrontierConditions_GlobalTag,%s" % globalTag
40 options.arguments =
""
43 options.harvesting =
"AtJobEnd"
45 process = cms.Process(
"HARVESTING")
46 process.source = cms.Source(
"PoolSource")
48 configBuilder.prepare()
53 process.source.processingMode = cms.untracked.string(
'RunsAndLumis')
54 process.source.fileNames = cms.untracked(cms.vstring())
55 process.maxEvents.input = -1
56 process.dqmSaver.workflow = datasetName
57 if args.has_key(
'referenceFile')
and args.get(
'referenceFile',
''):
58 process.DQMStore.referenceFileName = \
59 cms.untracked.string(args[
'referenceFile'])