![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | plot_tot_times |
Functions | |
| plot_tot_times.get_tot (fn) | |
| plot_tot_times.get_nbkgd (fn) | |
| plot_tot_times.plot_by_fn_type (fn_list, marker, label) | |
Variables | |
| plot_tot_times.stub = sys.argv[1] | |
| plot_tot_times.outname = sys.argv[2] | |
| plot_tot_times.fns = glob.glob(stub) | |
| plot_tot_times.fn_types = defaultdict(list) | |
| plot_tot_times.key = fn.split('_') | |
| plot_tot_times.markers = itertools.cycle(('ro','bo')) | |
| plot_tot_times.label | |