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 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(), 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, reco.ceil(), runall.testit.command, cmsswPreprocessor.CmsswPreprocessor.command, WorkFlow.WorkFlowBlock.command, TritonService::FallbackOpts.command, cmsswPreprocessor.CmsswPreprocessor.configFile, XMLConfigReader.configFile, edmUtils.edmFileLs(), beamvalidation.exit(), dqmMemoryStats.float, createfilelist.int, cmsswPreprocessor.CmsswPreprocessor.maybePrefetchFiles(), cmsswPreprocessor.CmsswPreprocessor.options, DTCalibrationWorker.DTCalibrationWorker.options, DTWorkflow.DTWorkflow.options, TestProcess.TestProcess.options, confdb.HLTProcess.options, Config.Process.options, validateAlignments.ValidationJobMultiIOV.options, and 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 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(), submitPVValidationJobs.BetterConfigParser.__updateDict(), CrabHelper.CrabHelper.check_crabtask(), betterConfigParser.BetterConfigParser.checkInput(), CrabHelper.CrabHelper.crab_config_filename(), CrabHelper.CrabHelper.crab_config_filepath(), CrabHelper.CrabHelper.crab_taskname(), CrabHelper.CrabHelper.fill_options_from_crab_config(), edmIntegrityCheck.IntegrityCheck.listFiles(), production_tasks.MonitorJobs.monitor(), edmIntegrityCheck.IntegrityCheck.query(), production_tasks.BaseDataset.query(), edmIntegrityCheck.IntegrityCheck.report(), cmsswPreprocessor.CmsswPreprocessor.run(), production_tasks.CheckDatasetExists.run(), production_tasks.BaseDataset.run(), production_tasks.GenerateMask.run(), production_tasks.CreateJobDirectory.run(), production_tasks.SourceCFG.run(), production_tasks.FullCFG.run(), production_tasks.WriteToDatasets.run(), production_tasks.RunCMSBatch.run(), production_tasks.MonitorJobs.run(), production_tasks.CheckJobStatus.run(), production_tasks.WriteJobReport.run(), production_tasks.CleanJobFiles.run(), edmIntegrityCheck.IntegrityCheck.structured(), CrabHelper.CrabHelper.submit_crab_task(), edmIntegrityCheck.IntegrityCheck.test(), and CrabHelper.CrabHelper.write_crabConfig().
cmsswPreprocessor.CmsswPreprocessor.prefetch |
Definition at line 16 of file cmsswPreprocessor.py.
Referenced by cmsswPreprocessor.CmsswPreprocessor.maybePrefetchFiles().