5 Scenario supporting RelVal MC FastSim production 13 import FWCore.ParameterSet.Config
as cms
18 Scenario.__init__(self)
22 Implement configuration building for RelVal MC FastSim production 31 DQM Harvesting for RelVal MC production 34 options = defaultOptions
35 options.scenario =
"pp" 36 options.step =
"HARVESTING:validationHarvestingFS" 38 options.isData =
False 39 options.beamspot =
None 40 options.name =
"EDMtoMEConvert" 41 options.conditions = globalTag
43 process = cms.Process(
"HARVESTING", self.eras)
44 process.source = cms.Source(
"PoolSource")
46 configBuilder.prepare()
51 process.source.processingMode = cms.untracked.string(
'RunsAndLumis')
52 process.source.fileNames = cms.untracked(cms.vstring())
53 process.maxEvents.input = -1
54 process.dqmSaver.workflow = datasetName
55 if 'referenceFile' in args
and args.get(
'referenceFile',
''):
56 process.DQMStore.referenceFileName = \
57 cms.untracked.string(args[
'referenceFile'])
def dqmHarvesting(self, datasetName, runNumber, globalTag, args)