ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
plotting.plot_kinematics | |
Functions | |
def | plotting.plot_kinematics.main () |
def | plotting.plot_kinematics.plotter_GeV (histname, title, xlabel, xmin, xmax, ylabel) |
def | plotting.plot_kinematics.plotter (histname, title, xlabel, xmin, xmax, ylabel) |
def | plotting.plot_kinematics.get_bins (histname) |
Variables | |
plotting.plot_kinematics.parser = argparse.ArgumentParser() | |
plotting.plot_kinematics.type | |
plotting.plot_kinematics.str | |
plotting.plot_kinematics.help | |
plotting.plot_kinematics.args = parser.parse_args() | |
plotting.plot_kinematics.infilename = args.infile | |
plotting.plot_kinematics.pattern = re.compile(r"tree_(\d+)\.root") | |
plotting.plot_kinematics.match = pattern.search(infilename) | |
plotting.plot_kinematics.run_number = match.group(1) | |
string | plotting.plot_kinematics.run_folder = "run_"+run_number |