Package pylal :: Module fu_Condor :: Class analyseQscanNode
[hide private]
[frames] | no frames]

Class analyseQscanNode

source code

webCondor.pipeline.CondorDAGNode --+
                                   |
            webCondor.webTheNode --+
                                   |
                                  analyseQscanNode

Runs an instance of a followup analyseQscan job

Instance Methods [hide private]
 
__init__(self, job, time, ifo, name, foregroundCache, backgroundCache, cp, opts, dag, command)
job = A CondorDAGJob that can run an instance of analyseQscan followup.
source code

Inherited from webCondor.webTheNode: invalidate, set_id, setupNodeWeb, validate, writeContent

Method Details [hide private]

__init__(self, job, time, ifo, name, foregroundCache, backgroundCache, cp, opts, dag, command)
(Constructor)

source code 

job = A CondorDAGJob that can run an instance of analyseQscan followup.

Overrides: webCondor.webTheNode.__init__