Public Member Functions | |
def | __init__ (self, configFile, command="cmsRun", addOrigAsSecondary=True, prefetch=False, options={}) |
def | endLoop (self, component) |
def | maybePrefetchFiles (self, component) |
def | prefetchOneXrootdFile (self, fname) |
def | run (self, component, wd, firstEvent, nEvents) |
Public Attributes | |
addOrigAsSecondary | |
command | |
configFile | |
garbageFiles | |
options | |
prefetch | |
Definition at line 11 of file cmsswPreprocessor.py.
def cmsswPreprocessor.CmsswPreprocessor.__init__ | ( | self, | |
configFile, | |||
command = "cmsRun" , |
|||
addOrigAsSecondary = True , |
|||
prefetch = False , |
|||
options = {} |
|||
) |
Definition at line 12 of file cmsswPreprocessor.py.
def cmsswPreprocessor.CmsswPreprocessor.endLoop | ( | self, | |
component | |||
) |
Definition at line 46 of file cmsswPreprocessor.py.
References edm.print().
def cmsswPreprocessor.CmsswPreprocessor.maybePrefetchFiles | ( | self, | |
component | |||
) |
Definition at line 34 of file cmsswPreprocessor.py.
References cmsswPreprocessor.CmsswPreprocessor.prefetch, and cmsswPreprocessor.CmsswPreprocessor.prefetchOneXrootdFile().
Referenced by cmsswPreprocessor.CmsswPreprocessor.run().
def cmsswPreprocessor.CmsswPreprocessor.prefetchOneXrootdFile | ( | self, | |
fname | |||
) |
Definition at line 20 of file cmsswPreprocessor.py.
References join(), edm.print(), and python.rootplot.root2matplotlib.replace().
Referenced by cmsswPreprocessor.CmsswPreprocessor.maybePrefetchFiles().
def cmsswPreprocessor.CmsswPreprocessor.run | ( | self, | |
component, | |||
wd, | |||
firstEvent, | |||
nEvents | |||
) |
Definition at line 51 of file cmsswPreprocessor.py.
References cmsswPreprocessor.CmsswPreprocessor.addOrigAsSecondary, runall.testit.command, cmsswPreprocessor.CmsswPreprocessor.command, WorkFlow.WorkFlowBlock.command, cmsswPreprocessor.CmsswPreprocessor.configFile, XMLConfigReader.configFile, edmUtils.edmFileLs(), cmsRelvalreport.exit, objects.autophobj.float, createfilelist.int, cmsswPreprocessor.CmsswPreprocessor.maybePrefetchFiles(), FileExportPlugin.FileExportPlugin.options, cmsswPreprocessor.CmsswPreprocessor.options, DTCalibrationWorker.DTCalibrationWorker.options, DTWorkflow.DTWorkflow.options, DOTExport.DotProducer.options, TestProcess.TestProcess.options, confdb.HLTProcess.options, and edm.print().
cmsswPreprocessor.CmsswPreprocessor.addOrigAsSecondary |
Definition at line 15 of file cmsswPreprocessor.py.
Referenced by cmsswPreprocessor.CmsswPreprocessor.run().
cmsswPreprocessor.CmsswPreprocessor.command |
Definition at line 14 of file cmsswPreprocessor.py.
Referenced by cmsRelvalreport.Profile._profile_edmsize(), cmsRelvalreport.Profile._profile_igprof(), cmsRelvalreport.Profile._profile_Memcheck_Valgrind(), cmsRelvalreport.Profile._profile_None(), cmsRelvalreport.Profile._profile_valgrindfce(), cmsRelvalreport.Profile._save_output(), and cmsswPreprocessor.CmsswPreprocessor.run().
cmsswPreprocessor.CmsswPreprocessor.configFile |
Definition at line 13 of file cmsswPreprocessor.py.
Referenced by cmsswPreprocessor.CmsswPreprocessor.run().
cmsswPreprocessor.CmsswPreprocessor.garbageFiles |
Definition at line 17 of file cmsswPreprocessor.py.
cmsswPreprocessor.CmsswPreprocessor.options |
Definition at line 18 of file cmsswPreprocessor.py.
Referenced by betterConfigParser.BetterConfigParser.__updateDict(), betterConfigParser.BetterConfigParser.checkInput(), CrabHelper.CrabHelper.crab_config_filename(), CrabHelper.CrabHelper.crab_taskname(), DOTExport.DotExport.export(), CrabHelper.CrabHelper.fill_options_from_crab_config(), edmIntegrityCheck.IntegrityCheck.query(), cmsswPreprocessor.CmsswPreprocessor.run(), production_tasks.BaseDataset.run(), production_tasks.GenerateMask.run(), production_tasks.RunCMSBatch.run(), production_tasks.MonitorJobs.run(), production_tasks.CheckJobStatus.run(), production_tasks.CleanJobFiles.run(), and DOTExport.DotExport.write_output().
cmsswPreprocessor.CmsswPreprocessor.prefetch |
Definition at line 16 of file cmsswPreprocessor.py.
Referenced by cmsswPreprocessor.CmsswPreprocessor.maybePrefetchFiles().