5 Scenario supporting MC production
19 Implement configuration building for MC production
27 DQM Harvesting for MC production
30 options = defaultOptions
31 options.scenario =
"pp"
32 options.step =
"HARVESTING:validationprodHarvesting"
34 options.isData =
False
35 options.beamspot =
None
36 options.eventcontent =
None
37 options.name =
"EDMtoMEConvert"
38 options.conditions =
"FrontierConditions_GlobalTag,%s" % globalTag
39 options.arguments =
""
43 process = cms.Process(
"HARVESTING")
44 if args.get(
'newDQMIO',
False):
45 process.source = cms.Source(
"DQMRootSource")
47 process.source = cms.Source(
"PoolSource")
49 configBuilder.prepare()
54 process.source.processingMode = cms.untracked.string(
'RunsAndLumis')
55 process.source.fileNames = cms.untracked(cms.vstring())
56 process.maxEvents.input = -1
57 process.dqmSaver.workflow = datasetName
58 if args.has_key(
'referenceFile')
and args.get(
'referenceFile',
''):
59 process.DQMStore.referenceFileName = \
60 cms.untracked.string(args[
'referenceFile'])