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

Class h1h2QeventNode

source code

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

Runs an instance of a qscan job

Instance Methods [hide private]
 
__init__(self, job, dNode, times, ifoList, name, cp, opts, dag, qeventCommand)
job = A CondorDAGJob that can run an instance of H1H2 qevent.
source code

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

Method Details [hide private]

__init__(self, job, dNode, times, ifoList, name, cp, opts, dag, qeventCommand)
(Constructor)

source code 

job = A CondorDAGJob that can run an instance of H1H2 qevent.

Overrides: webCondor.webTheNode.__init__