![]() |
ATLAS Offline Software
|
Functions | |
| get_tot (fn) | |
| get_nbkgd (fn) | |
| plot_by_fn_type (fn_list, marker, label) | |
Variables | |
| stub = sys.argv[1] | |
| outname = sys.argv[2] | |
| fns = glob.glob(stub) | |
| fn_types = defaultdict(list) | |
| key = fn.split('_') | |
| markers = itertools.cycle(('ro','bo')) | |
| label | |
| plot_tot_times.get_nbkgd | ( | fn | ) |
Definition at line 31 of file plot_tot_times.py.
| plot_tot_times.get_tot | ( | fn | ) |
Definition at line 24 of file plot_tot_times.py.
| plot_tot_times.plot_by_fn_type | ( | fn_list, | |
| marker, | |||
| label ) |
Definition at line 40 of file plot_tot_times.py.
| plot_tot_times.fn_types = defaultdict(list) |
Definition at line 48 of file plot_tot_times.py.
| plot_tot_times.fns = glob.glob(stub) |
Definition at line 18 of file plot_tot_times.py.
| str plot_tot_times.key = fn.split('_') |
Definition at line 51 of file plot_tot_times.py.
| plot_tot_times.label |
Definition at line 67 of file plot_tot_times.py.
| plot_tot_times.markers = itertools.cycle(('ro','bo')) |
Definition at line 56 of file plot_tot_times.py.
| plot_tot_times.outname = sys.argv[2] |
Definition at line 15 of file plot_tot_times.py.
| plot_tot_times.stub = sys.argv[1] |
Definition at line 14 of file plot_tot_times.py.