![]() |
ATLAS Offline Software
|
#include <computils.h>
Public Member Functions | |
| Panel (const std::string &s, int nc) | |
| don't know how many rows or total hists yet, but do know number of columns | |
| Panel (const std::string &s, int nr, int nc) | |
| know number of rows and columns | |
| void | push_back (const HistDetails &h) |
| const std::string & | name () const |
| size_t | size () const |
| const HistDetails & | operator[] (int i) const |
| HistDetails & | operator[] (int i) |
| const HistDetails & | back () const |
| HistDetails & | back () |
| int | nrows () const |
| int | ncols () const |
Private Attributes | |
| std::string | m_name |
| int | m_nhist |
| int | m_nrows |
| int | m_ncols |
| std::vector< HistDetails > | m_hist |
Definition at line 1324 of file computils.h.
|
inline |
don't know how many rows or total hists yet, but do know number of columns
Definition at line 1330 of file computils.h.
|
inline |
|
inline |
Definition at line 1355 of file computils.h.
|
inline |
Definition at line 1354 of file computils.h.
|
inline |
Definition at line 1347 of file computils.h.
|
inline |
Definition at line 1358 of file computils.h.
|
inline |
Definition at line 1357 of file computils.h.
|
inline |
Definition at line 1352 of file computils.h.
|
inline |
Definition at line 1351 of file computils.h.
|
inline |
|
inline |
Definition at line 1349 of file computils.h.
|
private |
Definition at line 1369 of file computils.h.
|
private |
Definition at line 1362 of file computils.h.
|
private |
Definition at line 1367 of file computils.h.
|
private |
Definition at line 1364 of file computils.h.
|
private |
Definition at line 1366 of file computils.h.