![]() |
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 1210 of file computils.h.
|
inline |
Definition at line 1214 of file computils.h.
|
inline |
Definition at line 1452 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 1461 of file computils.h.
|
inline |
don't use empty histograms to find the bin limits unless they are all empty
Definition at line 1316 of file computils.h.
|
inline |
Definition at line 1506 of file computils.h.
|
inline |
Definition at line 1511 of file computils.h.
|
inline |
Definition at line 1419 of file computils.h.
|
inline |
Definition at line 1442 of file computils.h.
|
inline |
Definition at line 1418 of file computils.h.
|
inline |
Definition at line 1308 of file computils.h.
|
inline |
Definition at line 1249 of file computils.h.
|
inline |
Definition at line 1295 of file computils.h.
|
inline |
Definition at line 1268 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 1527 of file computils.h.
|
inline |
Definition at line 1235 of file computils.h.
|
inline |
Definition at line 1224 of file computils.h.
|
inline |
Definition at line 1503 of file computils.h.
|
inline |
Definition at line 1504 of file computils.h.
|
inline |
Definition at line 1430 of file computils.h.
|
inlinestatic |
Definition at line 1533 of file computils.h.
|
inline |
Definition at line 1516 of file computils.h.
|
inline |
Definition at line 1520 of file computils.h.
Definition at line 1381 of file computils.h.
|
inline |
Definition at line 1422 of file computils.h.
|
inherited |
STL member.
|
private |
Definition at line 1553 of file computils.h.
|
private |
Definition at line 1552 of file computils.h.
|
private |
canvas log setting
Definition at line 1540 of file computils.h.
|
private |
Definition at line 1541 of file computils.h.
|
private |
Definition at line 1545 of file computils.h.
|
private |
yaxis range setting
Definition at line 1544 of file computils.h.
|
private |
Definition at line 1548 of file computils.h.
|
private |
Definition at line 1547 of file computils.h.
|
private |
Definition at line 1537 of file computils.h.
|
private |
xaxis range setting
Definition at line 1551 of file computils.h.
|
private |
Definition at line 1555 of file computils.h.
|
staticprivate |
Definition at line 1559 of file computils.h.