Variables | |
computeSummary = computeSummaryCRAB260 | |
project = None | |
float | threshold = 95.0 |
def crabWrap.checkStatus | ( | project, | |
threshold = 95.0 |
|||
) |
Definition at line 205 of file crabWrap.py.
References convertStatus(), crabStatus(), and bookConverter.max.
Referenced by crabWatch(), and production_tasks.MonitorJobs.run().
def crabWrap.computeSummaryCRAB251 | ( | up_task | ) |
Definition at line 38 of file crabWrap.py.
References split.
def crabWrap.computeSummaryCRAB260 | ( | up_task | ) |
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().
def crabWrap.crabAction | ( | options, | |
action = None |
|||
) |
Definition at line 95 of file crabWrap.py.
References mps_monitormerge.action.
Referenced by crabCreate(), crabStatus(), crabSubmit(), and getOutput().
def crabWrap.crabActionCRAB251 | ( | options, | |
action = None |
|||
) |
def crabWrap.crabCreate | ( | dir = '.' , |
|
crabCfg_name = 'crab.cfg' |
|||
) |
def crabWrap.crabStatus | ( | project | ) |
Definition at line 157 of file crabWrap.py.
References mps_monitormerge.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().
def crabWrap.crabWatch | ( | action, | |
project = None , |
|||
threshold = 95.0 |
|||
) |
Definition at line 240 of file crabWrap.py.
References mps_monitormerge.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 alcazmumu_cfi.filter, spr.find(), join(), and split.
def crabWrap.run | ( | project = None , |
|
threshold = 95.0 |
|||
) |
def crabWrap.summaryServer | ( | self | ) |
def crabWrap.summaryStandAlone | ( | self | ) |
crabWrap.computeSummary = computeSummaryCRAB260 |
Definition at line 68 of file crabWrap.py.
Referenced by summaryServer(), and summaryStandAlone().
list crabWrap.project = None |
Definition at line 318 of file crabWrap.py.
tuple crabWrap.threshold = 95.0 |
Definition at line 319 of file crabWrap.py.