Functions | |
def | checkStatus (project, threshold=95.0) |
def | computeSummaryCRAB251 (up_task) |
def | computeSummaryCRAB260 (up_task) |
def | convertStatus (status) |
def | crabAction (options, action=None) |
def | crabActionCRAB251 (options, action=None) |
def | crabCreate (dir='.', crabCfg_name='crab.cfg') |
def | crabStatus (project) |
def | crabSubmit (project) |
def | crabWatch (action, project=None, threshold=95.0) |
def | getOutput (project) |
def | initCrabEnvironment () |
def | run (project=None, threshold=95.0) |
def | summaryServer (self) |
def | summaryStandAlone (self) |
def crabWrap.checkStatus | ( | project, | |
threshold = 95.0 |
|||
) |
Definition at line 205 of file crabWrap.py.
References convertStatus(), crabStatus(), and SiStripPI.max.
Referenced by crabWatch(), CamacTBDataFormatter.interpretRawData(), and production_tasks.MonitorJobs.run().
def crabWrap.computeSummaryCRAB251 | ( | up_task | ) |
Definition at line 38 of file crabWrap.py.
References split, and harvestTrackValidationPlots.str.
def crabWrap.computeSummaryCRAB260 | ( | up_task | ) |
Computes jobs summary for given task
Definition at line 5 of file crabWrap.py.
References split, and harvestTrackValidationPlots.str.
def crabWrap.convertStatus | ( | status | ) |
doneStatus = ['Done','Done (success)','Cleared','Retrieved'] failedStatus = ['Aborted','Done (failed)','Killed','Cancelled'] ignoreStatus = ['Created']
Definition at line 174 of file crabWrap.py.
Referenced by gen::HydjetHadronizer.build_hyjet(), checkStatus(), gen::Hydjet2Hadronizer.generatePartonsAndHadronize(), and CrabWatch.CrabWatch.run().
Definition at line 95 of file crabWrap.py.
References mps_fire.action.
Referenced by crabCreate(), crabStatus(), crabSubmit(), and getOutput().
Definition at line 116 of file crabWrap.py.
References mps_fire.action, and harvestTrackValidationPlots.str.
def crabWrap.crabCreate | ( | dir = '.' , |
|
crabCfg_name = 'crab.cfg' |
|||
) |
def crabWrap.crabStatus | ( | project | ) |
Definition at line 157 of file crabWrap.py.
References mps_fire.action, and crabAction().
Referenced by checkStatus(), and CrabWatch.CrabWatch.run().
def crabWrap.crabSubmit | ( | project | ) |
Definition at line 150 of file crabWrap.py.
References crabAction().
Referenced by CrabTask.CrabTask.submit().
Definition at line 240 of file crabWrap.py.
References mps_fire.action, and checkStatus().
Referenced by run().
def crabWrap.getOutput | ( | project | ) |
Definition at line 230 of file crabWrap.py.
References crabAction().
Referenced by CrabTask.CrabTask.getoutput().
def crabWrap.initCrabEnvironment | ( | ) |
Definition at line 252 of file crabWrap.py.
References ALCARECOTkAlBeamHalo_cff.filter, spr.find(), join(), and split.
def crabWrap.summaryServer | ( | self | ) |
def crabWrap.summaryStandAlone | ( | self | ) |