5 Scenario supporting RelVal MC production
20 Implement configuration building for RelVal MC production
28 DQM Harvesting for RelVal MC production
31 options = defaultOptions
32 options.scenario =
"pp"
33 options.step =
"HARVESTING:validationHarvesting+dqmHarvesting"
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 =
""
44 process = cms.Process(
"HARVESTING")
45 process.source = cms.Source(
"PoolSource")
47 configBuilder.prepare()
52 process.source.processingMode = cms.untracked.string(
'RunsAndLumis')
53 process.source.fileNames = cms.untracked(cms.vstring())
54 process.maxEvents.input = -1
55 process.dqmSaver.workflow = datasetName
56 if args.has_key(
'referenceFile')
and args.get(
'referenceFile',
''):
57 process.DQMStore.referenceFileName = \
58 cms.untracked.string(args[
'referenceFile'])