5 Scenario supporting RelVal MC FastSim production
20 Implement configuration building for RelVal MC FastSim production
29 DQM Harvesting for RelVal MC production
32 options = defaultOptions
33 options.scenario =
"pp"
34 options.step =
"HARVESTING:validationHarvestingFS"
36 options.isData =
False
37 options.beamspot =
None
38 options.name =
"EDMtoMEConvert"
39 options.conditions = globalTag
41 process = cms.Process(
"HARVESTING")
42 process.source = cms.Source(
"PoolSource")
44 configBuilder.prepare()
49 process.source.processingMode = cms.untracked.string(
'RunsAndLumis')
50 process.source.fileNames = cms.untracked(cms.vstring())
51 process.maxEvents.input = -1
52 process.dqmSaver.workflow = datasetName
53 if args.has_key(
'referenceFile')
and args.get(
'referenceFile',
''):
54 process.DQMStore.referenceFileName = \
55 cms.untracked.string(args[
'referenceFile'])