xboa
Functions | Variables
xboa.examples.File_Convert Namespace Reference

Functions

def file_convert
 
def read_control
 
def read_input
 
def write_output
 
def rotate
 
def translate
 
def mass_shell_condition
 
def plots
 
def main
 

Variables

 debug = False
 

Function Documentation

def xboa.examples.File_Convert.file_convert (   control_file)
def xboa.examples.File_Convert.read_control (   filename)

Definition at line 176 of file File_Convert.py.

Referenced by xboa.examples.File_Convert.file_convert().

def xboa.examples.File_Convert.read_input (   lines)

Definition at line 187 of file File_Convert.py.

Referenced by xboa.examples.File_Convert.file_convert().

def xboa.examples.File_Convert.write_output (   lines,
  bunch 
)

Definition at line 204 of file File_Convert.py.

Referenced by xboa.examples.File_Convert.file_convert().

def xboa.examples.File_Convert.rotate (   lines,
  bunch 
)

Definition at line 213 of file File_Convert.py.

Referenced by xboa.examples.File_Convert.file_convert().

def xboa.examples.File_Convert.translate (   lines,
  bunch 
)

Definition at line 233 of file File_Convert.py.

Referenced by xboa.examples.File_Convert.file_convert().

def xboa.examples.File_Convert.mass_shell_condition (   lines,
  bunch 
)
def xboa.examples.File_Convert.plots (   lines,
  bunch,
  do_in 
)

Definition at line 250 of file File_Convert.py.

Referenced by xboa.examples.File_Convert.file_convert().

def xboa.examples.File_Convert.main (   argv = None)

Definition at line 263 of file File_Convert.py.

References xboa.examples.File_Convert.file_convert().

Variable Documentation

debug = False

Definition at line 164 of file File_Convert.py.