![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, name="", axis_title="", bins=-1, bmin=0., bmax=-1.e9, bin_width=-1, bdir=None, log_binning=False) | |
| has_log_binnnig (self) | |
| name (self) | |
| TH1 (self) | |
| fill (self, value, weight=1.) | |
| write (self) | |
| max (self) | |
| min (self) | |
| setMinimum (self, minimum) | |
| setMaximum (self, maximum) | |
| fixHisto (self) | |
Private Member Functions | |
| __getInterval (self, value) | |
Private Attributes | |
| __name = name | |
| __xTitle = axis_title | |
| __min = bmin | |
| tuple | __width = bin_width |
| int | __entries = 0 |
| Pull back the overflow. | |
| dict | __content = {} |
| dict | __error = {} |
| self.__TH1.Fill(value, weight) | __TH1 = None |
| __TDir = bdir | |
| __log_binning = log_binning | |
| __max = maximum | |
Definition at line 18 of file PlotUtils.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| PlotUtils.DiagnosticHisto.__init__ | ( | self, | |
| name = "", | |||
| axis_title = "", | |||
| bins = -1, | |||
| bmin = 0., | |||
| bmax = -1.e9, | |||
| bin_width = -1, | |||
| bdir = None, | |||
| log_binning = False ) |
Definition at line 19 of file PlotUtils.py.
|
private |
Definition at line 62 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.fill | ( | self, | |
| value, | |||
| weight = 1. ) |
Definition at line 53 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.fixHisto | ( | self | ) |
Definition at line 86 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.has_log_binnnig | ( | self | ) |
Definition at line 50 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.max | ( | self | ) |
Definition at line 78 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.min | ( | self | ) |
Definition at line 81 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.name | ( | self | ) |
Definition at line 51 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.setMaximum | ( | self, | |
| maximum ) |
Definition at line 85 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.setMinimum | ( | self, | |
| minimum ) |
Definition at line 84 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.TH1 | ( | self | ) |
Definition at line 52 of file PlotUtils.py.
| PlotUtils.DiagnosticHisto.write | ( | self | ) |
Definition at line 65 of file PlotUtils.py.
|
private |
Definition at line 32 of file PlotUtils.py.
|
private |
|
private |
Definition at line 33 of file PlotUtils.py.
|
private |
Definition at line 37 of file PlotUtils.py.
|
private |
Definition at line 85 of file PlotUtils.py.
|
private |
Definition at line 29 of file PlotUtils.py.
|
private |
Definition at line 27 of file PlotUtils.py.
|
private |
Definition at line 35 of file PlotUtils.py.
|
private |
Definition at line 34 of file PlotUtils.py.
|
private |
Definition at line 30 of file PlotUtils.py.
|
private |
Definition at line 28 of file PlotUtils.py.