ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
Classes | |
class | Result |
Functions | |
def | GroupResults (results) |
def | GetResults (dir_name) |
def | GetMax (graphs) |
def | GetMin (graphs) |
def | GetMaxSignif (results) |
def | GetMinLimit (results) |
def | GetColor (index) |
def | GetTitle (results, is_signif) |
def | Format (graphs, results, is_signif) |
def | GetFileName (ex) |
def | GetMarker (results, is_signif) |
def | MakePlot (results, out_dir) |
Variables | |
tuple | parser = argparse.ArgumentParser(description="Takes a precomputed set of results with different aggregate binning and makes comparison plots") |
tuple | args = parser.parse_args() |
tuple | results = GetResults(args.input) |
def plot_aggregates.Format | ( | graphs, | |
results, | |||
is_signif | |||
) |
Definition at line 110 of file plot_aggregates.py.
References GetColor(), and GetTitle().
Referenced by MakePlot().
def plot_aggregates.GetColor | ( | index | ) |
Definition at line 82 of file plot_aggregates.py.
Referenced by Format(), GetMarker(), and MakeBackgroundHistos().
def plot_aggregates.GetFileName | ( | ex | ) |
Definition at line 127 of file plot_aggregates.py.
Referenced by MakePlot().
def plot_aggregates.GetMarker | ( | results, | |
is_signif | |||
) |
Definition at line 136 of file plot_aggregates.py.
References GetColor(), GetMaxSignif(), and GetMinLimit().
Referenced by MakePlot().
def plot_aggregates.GetMax | ( | graphs | ) |
Definition at line 60 of file plot_aggregates.py.
def plot_aggregates.GetMaxSignif | ( | results | ) |
Definition at line 66 of file plot_aggregates.py.
Referenced by GetMarker(), and GetTitle().
def plot_aggregates.GetMin | ( | graphs | ) |
Definition at line 63 of file plot_aggregates.py.
def plot_aggregates.GetMinLimit | ( | results | ) |
Definition at line 74 of file plot_aggregates.py.
Referenced by GetMarker(), and GetTitle().
def plot_aggregates.GetResults | ( | dir_name | ) |
Definition at line 49 of file plot_aggregates.py.
References GroupResults().
def plot_aggregates.GetTitle | ( | results, | |
is_signif | |||
) |
Definition at line 96 of file plot_aggregates.py.
References GetMaxSignif(), and GetMinLimit().
Referenced by Format().
def plot_aggregates.GroupResults | ( | results | ) |
Definition at line 29 of file plot_aggregates.py.
Referenced by GetResults().
def plot_aggregates.MakePlot | ( | results, | |
out_dir | |||
) |
Definition at line 148 of file plot_aggregates.py.
References Format(), GetFileName(), and GetMarker().
tuple plot_aggregates.args = parser.parse_args() |
Definition at line 201 of file plot_aggregates.py.
tuple plot_aggregates.parser = argparse.ArgumentParser(description="Takes a precomputed set of results with different aggregate binning and makes comparison plots") |
Definition at line 198 of file plot_aggregates.py.
tuple plot_aggregates.results = GetResults(args.input) |
Definition at line 203 of file plot_aggregates.py.
Referenced by GetLimit(), and GetSignificance().