![]() |
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 1631 of file computils.h.
|
inline |
don't know how many rows or total hists yet, but do know number of columns
Definition at line 1637 of file computils.h.
|
inline |
|
inline |
Definition at line 1662 of file computils.h.
|
inline |
Definition at line 1661 of file computils.h.
|
inline |
Definition at line 1654 of file computils.h.
|
inline |
Definition at line 1665 of file computils.h.
|
inline |
Definition at line 1664 of file computils.h.
|
inline |
Definition at line 1659 of file computils.h.
|
inline |
Definition at line 1658 of file computils.h.
|
inline |
|
inline |
Definition at line 1656 of file computils.h.
|
private |
Definition at line 1676 of file computils.h.
|
private |
Definition at line 1669 of file computils.h.
|
private |
Definition at line 1674 of file computils.h.
|
private |
Definition at line 1671 of file computils.h.
|
private |
Definition at line 1673 of file computils.h.