5 Module containing some utility tools
13 Creates and returns the configuration string for the ALCAPRODUCER step
14 starting from the list of AlcaReco path to be run.
20 step =
',ALCAPRODUCER:'
23 step = step.rstrip(
'+')
30 Add the monitoring services to the process provided
31 in order to write out performance summaries to the framework job report
35 process.SimpleMemoryCheck = cms.Service(
"SimpleMemoryCheck",
36 jobReportOutputOnly = cms.untracked.bool(
True)
38 process.Timing = cms.Service(
"Timing",
39 summaryOnly = cms.untracked.bool(
True)