Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALBurst 2.0.7.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
lalburst.power.BurstInjNode Class Reference

Detailed Description

Definition at line 294 of file power.py.

Inherits pipeline.CondorDAGNode, and pipeline.AnalysisNode.

Public Member Functions

def __init__ (self, job)
 
def set_user_tag (self, tag)
 
def get_user_tag (self)
 
def set_time_slide_file (self, filename)
 
def get_time_slide_file (self)
 
def set_start (self, start)
 
def get_start (self)
 
def set_end (self, end)
 
def get_end (self)
 
def get_output_cache (self)
 Returns a LAL cache of the output file name. More...
 
def get_output_files (self)
 
def get_output (self)
 

Data Fields

 output_cache
 
 output_dir
 

Constructor & Destructor Documentation

◆ __init__()

def lalburst.power.BurstInjNode.__init__ (   self,
  job 
)

Definition at line 295 of file power.py.

Member Function Documentation

◆ set_user_tag()

def lalburst.power.BurstInjNode.set_user_tag (   self,
  tag 
)

Definition at line 303 of file power.py.

◆ get_user_tag()

def lalburst.power.BurstInjNode.get_user_tag (   self)

Definition at line 307 of file power.py.

◆ set_time_slide_file()

def lalburst.power.BurstInjNode.set_time_slide_file (   self,
  filename 
)

Definition at line 312 of file power.py.

◆ get_time_slide_file()

def lalburst.power.BurstInjNode.get_time_slide_file (   self)

Definition at line 315 of file power.py.

◆ set_start()

def lalburst.power.BurstInjNode.set_start (   self,
  start 
)

Definition at line 318 of file power.py.

◆ get_start()

def lalburst.power.BurstInjNode.get_start (   self)

Definition at line 323 of file power.py.

◆ set_end()

def lalburst.power.BurstInjNode.set_end (   self,
  end 
)

Definition at line 326 of file power.py.

◆ get_end()

def lalburst.power.BurstInjNode.get_end (   self)

Definition at line 331 of file power.py.

◆ get_output_cache()

def lalburst.power.BurstInjNode.get_output_cache (   self)

Returns a LAL cache of the output file name.

Calling this method also induces the output name to get set, so it must be at least once.

Definition at line 339 of file power.py.

◆ get_output_files()

def lalburst.power.BurstInjNode.get_output_files (   self)

Definition at line 345 of file power.py.

◆ get_output()

def lalburst.power.BurstInjNode.get_output (   self)

Definition at line 348 of file power.py.

Field Documentation

◆ output_cache

lalburst.power.BurstInjNode.output_cache

Definition at line 299 of file power.py.

◆ output_dir

lalburst.power.BurstInjNode.output_dir

Definition at line 300 of file power.py.