![]() |
ATLAS Offline Software
|
Functions | |
| find_matrix_files (process_dir) | |
| get_process (infile, test_string='Process:') | |
| return_out_index (process) | |
| find_W_prepare_DRXhack (mfile, bindex, windex, redefine_twidth, which_DR) | |
| do_DR1_hacks (mfile, tmpfile) | |
| do_driver_hacks (driver_filename) | |
| do_fks_hacks (pdir) | |
| do_coupl_hacks (pdir) | |
| find_jamp (mfile, helperfile, test_string, end_string) | |
| do_DR2_hack (mfile, tmpfile, suffix, to_replace, should_replace) | |
| write_jamp_res (my_jamp_line, tmp_c) | |
| do_DRX (DRmode, process_dir) | |
| Perform DR for matrix element #. | |
| do_MadSpin_DRX (DRmode, msdirname) | |
| Perform Diagram Removal for MadSpin #. | |
Variables | |
| drlog = Logging.logging.getLogger('DiagramRemoval') | |
| python.DiagramRemoval.do_coupl_hacks | ( | pdir | ) |
Definition at line 145 of file DiagramRemoval.py.
| python.DiagramRemoval.do_DR1_hacks | ( | mfile, | |
| tmpfile ) |
Definition at line 86 of file DiagramRemoval.py.
| python.DiagramRemoval.do_DR2_hack | ( | mfile, | |
| tmpfile, | |||
| suffix, | |||
| to_replace, | |||
| should_replace ) |
Definition at line 193 of file DiagramRemoval.py.
| python.DiagramRemoval.do_driver_hacks | ( | driver_filename | ) |
Definition at line 102 of file DiagramRemoval.py.
| python.DiagramRemoval.do_DRX | ( | DRmode, | |
| process_dir ) |
Perform DR for matrix element #.
Definition at line 262 of file DiagramRemoval.py.
| python.DiagramRemoval.do_fks_hacks | ( | pdir | ) |
Definition at line 120 of file DiagramRemoval.py.
| python.DiagramRemoval.do_MadSpin_DRX | ( | DRmode, | |
| msdirname ) |
Perform Diagram Removal for MadSpin #.
Definition at line 302 of file DiagramRemoval.py.
| python.DiagramRemoval.find_jamp | ( | mfile, | |
| helperfile, | |||
| test_string, | |||
| end_string ) |
Definition at line 170 of file DiagramRemoval.py.
| python.DiagramRemoval.find_matrix_files | ( | process_dir | ) |
Definition at line 15 of file DiagramRemoval.py.
| python.DiagramRemoval.find_W_prepare_DRXhack | ( | mfile, | |
| bindex, | |||
| windex, | |||
| redefine_twidth, | |||
| which_DR ) |
Definition at line 46 of file DiagramRemoval.py.
| python.DiagramRemoval.get_process | ( | infile, | |
| test_string = 'Process:' ) |
Definition at line 19 of file DiagramRemoval.py.
| python.DiagramRemoval.return_out_index | ( | process | ) |
Definition at line 28 of file DiagramRemoval.py.
| python.DiagramRemoval.write_jamp_res | ( | my_jamp_line, | |
| tmp_c ) |
Definition at line 231 of file DiagramRemoval.py.
| python.DiagramRemoval.drlog = Logging.logging.getLogger('DiagramRemoval') |
Definition at line 12 of file DiagramRemoval.py.