This is a Ganga.GPI.Task implementation class. Refer to
Ganga.GPI.Task.__doc__ for documentation.
|
|
|
|
|
check(self)
This function is called by run() or manually by the user |
source code
|
|
|
|
|
finaliseTransforms(self)
Check for any things needing doing after a transform has completed |
source code
|
|
|
getJobs(self,
transform=None,
partition=None,
only_master_jobs=True)
Get the job slice of all jobs that process this task |
source code
|
|
|
|
|
|
|
|
|
insertTransform(self,
id,
tf)
Insert transfrm tf before index id (counting from 0) |
source code
|
|
|
|
|
|
|
|
|
pause(self)
Pause the task - the background thread will not submit new jobs from
this task |
source code
|
|
|
remove(self,
remove_jobs=' do_nothing ' )
Delete the task |
source code
|
|
|
removeTransform(self,
id)
Remove the transform with the index id (counting from 0) |
source code
|
|
|
run(self)
Confirms that this task is fully configured and ready to be run. |
source code
|
|
|
setBackend(self,
backend)
Sets the backend on all transforms |
source code
|
|
|
setParameter(self,
**args)
Use: setParameter(processName="HWW") to set the processName
in all applications to "HWW" Warns if applications are not
affected because they lack the parameter |
source code
|
|
|
startup(self)
Startup function on Ganga startup |
source code
|
|
|
|
|
|
Inherited from Base.Objects.GangaObject :
__construct__ ,
__deepcopy__ ,
__getstate__ ,
__init__ ,
__setstate__ ,
_attribute_filter__set__ ,
accept ,
getJobObject
Inherited from Base.Objects.Node :
__copy__ ,
__eq__ ,
__ne__ ,
copyFrom ,
printSummaryTree ,
printTree
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
_category = ' tasks '
|
|
_exportmethods = [ ' setBackend ' , ' setParameter ' , ' insertTransfo ...
|
|
_name = ' Task '
|
|
_schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x1c9...
|
|
creation_date = <Ganga.GPIDev.Base.Objects.Descriptor object a...
|
|
default_registry = ' tasks '
|
|
float = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1c93...
|
|
id = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1c93610>
|
|
name = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1c933d0>
|
|
resub_limit = <Ganga.GPIDev.Base.Objects.Descriptor object at ...
|
|
status = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1c9...
|
|
transforms = <Ganga.GPIDev.Base.Objects.Descriptor object at 0...
|
|