![]() |
ATLAS Offline Software
|
set of generic plots More...
#include <computils.h>
Public Member Functions | |
| Plots (const std::string &s="", bool errors=false) | |
| double | realmin (double lo=0, double hi=0) |
| double | realmax (double lo=0, double hi=0) |
| void | MaxScale (double scale=1.1, double lo=0, double hi=0) |
| void | MinScale (double scale, double lo=0, double hi=0) |
| void | Min (double scale) |
| void | Max (double scale) |
| std::vector< double > | findxrange (bool symmetric=false) |
| void | sortx (const AxisInfo &xinfo) |
| double | lo () const |
| double | hi () const |
| void | xrange (bool symmetric=false) |
| void | SetRangeUser (double lo, double hi) |
| void | limits () |
| void | Draw (Legend &leg, bool means=false) |
| void | Draw_i (Legend &leg, bool means=false) |
| void | SetLogx (bool b=true) |
| void | SetLogy (bool b=true) |
| std::string | GetXaxisTitle () |
| std::string | GetYaxisTitle () |
| void | SetXaxisTitle (const std::string &s) |
| void | SetYaxisTitle (const std::string &s) |
| void | push_back (const Plotter &val) |
| this is so that we can update the stats as we go along, but no updating isn't done at the moment | |
Static Public Member Functions | |
| static void | setwatermark (bool b) |
Public Attributes | |
| T | elements |
| STL member. | |
Private Attributes | |
| std::string | m_name |
| bool | m_logx |
| canvas log setting | |
| bool | m_logy |
| bool | m_maxset |
| yaxis range setting | |
| double | m_max |
| bool | m_minset |
| double | m_min |
| bool | m_rangeset |
| xaxis range setting | |
| double | m_lo |
| double | m_hi |
| bool | m_trim_errors |
Static Private Attributes | |
| static bool | s_watermark = true |
set of generic plots
Definition at line 917 of file computils.h.
|
inline |
Definition at line 921 of file computils.h.
|
inline |
Definition at line 1156 of file computils.h.
|
inline |
increase the number of log labels if only a few decades
still can't get this working correctly - for the time being leave these alternative loop orders in place but commented out until we can find a better solution ...
Definition at line 1165 of file computils.h.
|
inline |
don't use empty histograms to find the bin limits unless they are all empty
Definition at line 1023 of file computils.h.
|
inline |
Definition at line 1199 of file computils.h.
|
inline |
Definition at line 1204 of file computils.h.
|
inline |
Definition at line 1124 of file computils.h.
|
inline |
Definition at line 1146 of file computils.h.
|
inline |
Definition at line 1123 of file computils.h.
|
inline |
Definition at line 1015 of file computils.h.
|
inline |
Definition at line 956 of file computils.h.
|
inline |
Definition at line 1002 of file computils.h.
|
inline |
Definition at line 975 of file computils.h.
this is so that we can update the stats as we go along, but no updating isn't done at the moment
Definition at line 1220 of file computils.h.
|
inline |
Definition at line 942 of file computils.h.
|
inline |
Definition at line 931 of file computils.h.
|
inline |
Definition at line 1196 of file computils.h.
|
inline |
Definition at line 1197 of file computils.h.
|
inline |
Definition at line 1135 of file computils.h.
|
inlinestatic |
Definition at line 1226 of file computils.h.
|
inline |
Definition at line 1209 of file computils.h.
|
inline |
Definition at line 1213 of file computils.h.
Definition at line 1089 of file computils.h.
|
inline |
Definition at line 1127 of file computils.h.
|
inherited |
STL member.
|
private |
Definition at line 1246 of file computils.h.
|
private |
Definition at line 1245 of file computils.h.
|
private |
canvas log setting
Definition at line 1233 of file computils.h.
|
private |
Definition at line 1234 of file computils.h.
|
private |
Definition at line 1238 of file computils.h.
|
private |
yaxis range setting
Definition at line 1237 of file computils.h.
|
private |
Definition at line 1241 of file computils.h.
|
private |
Definition at line 1240 of file computils.h.
|
private |
Definition at line 1230 of file computils.h.
|
private |
xaxis range setting
Definition at line 1244 of file computils.h.
|
private |
Definition at line 1248 of file computils.h.
|
staticprivate |
Definition at line 1252 of file computils.h.