5 Scenario supporting pre-production
20 Implement configuration building for RelVal MC production
28 DQM Harvesting for pre-production
31 options = defaultOptions
32 options.scenario =
"pp"
33 options.step =
"HARVESTING:validationpreprodHarvesting+dqmHarvestingPOG"
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 if args.get(
'newDQMIO',
False):
46 process.source = cms.Source(
"DQMRootSource")
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 args.has_key(
'referenceFile')
and args.get(
'referenceFile',
''):
60 process.DQMStore.referenceFileName = \
61 cms.untracked.string(args[
'referenceFile'])