|
ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
Public Member Functions | |
| def | __init__ (self, line) |
| def | __str__ (self) |
| def | __lt__ (self, other) |
Public Attributes | |
| mglu | |
| mlsp | |
| lumi | |
| met | |
| njets | |
| nbm | |
| tkveto | |
| limit | |
| significance | |
Definition at line 10 of file plot_aggregates.py.
| def plot_aggregates.Result.__init__ | ( | self, | |
| line | |||
| ) |
Definition at line 11 of file plot_aggregates.py.
| def plot_aggregates.Result.__lt__ | ( | self, | |
| other | |||
| ) |
Definition at line 26 of file plot_aggregates.py.
References plot_aggregates.Result.limit, plot_aggregates.Result.lumi, plot_aggregates.Result.met, plot_aggregates.Result.mglu, plot_aggregates.Result.mlsp, plot_aggregates.Result.nbm, plot_aggregates.Result.njets, plot_aggregates.Result.significance, and plot_aggregates.Result.tkveto.
| def plot_aggregates.Result.__str__ | ( | self | ) |
Definition at line 23 of file plot_aggregates.py.
References plot_aggregates.Result.limit, plot_aggregates.Result.lumi, plot_aggregates.Result.met, plot_aggregates.Result.mglu, plot_aggregates.Result.mlsp, plot_aggregates.Result.nbm, plot_aggregates.Result.njets, plot_aggregates.Result.significance, and plot_aggregates.Result.tkveto.
| plot_aggregates.Result.limit |
Definition at line 20 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
| plot_aggregates.Result.lumi |
Definition at line 15 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
| plot_aggregates.Result.met |
Definition at line 16 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
| plot_aggregates.Result.mglu |
Definition at line 13 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
| plot_aggregates.Result.mlsp |
Definition at line 14 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
| plot_aggregates.Result.nbm |
Definition at line 18 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
| plot_aggregates.Result.njets |
Definition at line 17 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
| plot_aggregates.Result.significance |
Definition at line 21 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
| plot_aggregates.Result.tkveto |
Definition at line 19 of file plot_aggregates.py.
Referenced by plot_aggregates.Result.__lt__(), and plot_aggregates.Result.__str__().
1.8.11