LALBurst 2.0.7.1-eeff03c
lalburst.power.SQLiteNode Class Reference

Detailed Description

Definition at line 738 of file power.py.

Inherits pipeline.CondorDAGNode.

Public Member Functions

def __init__ (self, *args)
 
def add_input_cache (self, cache)
 
def add_file_arg (self, filename)
 
def set_output (self, filename)
 
def get_input_cache (self)
 
def get_output_cache (self)
 
def get_output_files (self)
 
def get_output (self)
 

Data Fields

 input_cache
 
 output_cache
 

Constructor & Destructor Documentation

◆ __init__()

def lalburst.power.SQLiteNode.__init__ (   self,
args 
)

Definition at line 739 of file power.py.

Member Function Documentation

◆ add_input_cache()

def lalburst.power.SQLiteNode.add_input_cache (   self,
  cache 
)

Definition at line 745 of file power.py.

◆ add_file_arg()

def lalburst.power.SQLiteNode.add_file_arg (   self,
  filename 
)

Definition at line 754 of file power.py.

◆ set_output()

def lalburst.power.SQLiteNode.set_output (   self,
  filename 
)

Definition at line 757 of file power.py.

◆ get_input_cache()

def lalburst.power.SQLiteNode.get_input_cache (   self)

Definition at line 762 of file power.py.

◆ get_output_cache()

def lalburst.power.SQLiteNode.get_output_cache (   self)

Definition at line 765 of file power.py.

◆ get_output_files()

def lalburst.power.SQLiteNode.get_output_files (   self)

Definition at line 770 of file power.py.

◆ get_output()

def lalburst.power.SQLiteNode.get_output (   self)

Definition at line 773 of file power.py.

Field Documentation

◆ input_cache

lalburst.power.SQLiteNode.input_cache

Definition at line 741 of file power.py.

◆ output_cache

lalburst.power.SQLiteNode.output_cache

Definition at line 742 of file power.py.