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

Class followUpCohireNode

source code

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

Runs an instance of a cohire (coherent trigger clustering) job

Instance Methods [hide private]
 
__init__(self, job, chiaXmlFilePath, trig, chiaNode, dag, page, opts)
job = A CondorDAGJob that can run an instance of COHIRE clustering
source code

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

Method Details [hide private]

__init__(self, job, chiaXmlFilePath, trig, chiaNode, dag, page, opts)
(Constructor)

source code 

job = A CondorDAGJob that can run an instance of COHIRE clustering

Overrides: webCondor.webTheNode.__init__