xboa
|
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 | |
def xboa.examples.File_Convert.file_convert | ( | control_file | ) |
Definition at line 166 of file File_Convert.py.
References xboa.examples.File_Convert.mass_shell_condition(), xboa.examples.File_Convert.plots(), xboa.examples.File_Convert.read_control(), xboa.examples.File_Convert.read_input(), xboa.examples.File_Convert.rotate(), xboa.examples.File_Convert.translate(), and xboa.examples.File_Convert.write_output().
Referenced by xboa.examples.File_Convert.main().
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 | |||
) |
Definition at line 242 of file File_Convert.py.
Referenced by xboa.examples.File_Convert.file_convert(), and Bunch.new_hit_shell().
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().
debug = False |
Definition at line 164 of file File_Convert.py.