![]() |
ATLAS Offline Software
|
#include <TrigMonROB.h>
Public Member Functions | |
| TrigMonROB () | |
| TrigMonROB (uint32_t requestor_id, long int beg_sec, long int beg_usec, long int end_sec, long int end_usec) | |
| ~TrigMonROB () | |
| void | addData (const TrigMonROBData &data) |
| void | addWord (const uint32_t word) |
| std::vector< TrigMonROBData > & | getData () |
| std::vector< uint32_t > & | getWord () |
| uint32_t | getRequestorId () const |
| double | getTimer () const |
| double | elapsed () const |
| const TrigMonTimer | start () const |
| const TrigMonTimer | stop () const |
| const std::vector< TrigMonROBData > & | getData () const |
| const std::vector< TrigMonROBSum > | getSum () const |
| uint32_t | getStart () const |
| uint32_t | getStop () const |
| const std::vector< uint32_t > & | getWord () const |
| void | print (std::ostream &os=std::cout) const |
Private Attributes | |
| std::vector< uint32_t > | m_word |
| std::vector< TrigMonROBData > | m_data |
Definition at line 29 of file TrigMonROB.h.
| TrigMonROB::TrigMonROB | ( | ) |
Definition at line 16 of file TrigMonROB.cxx.
| TrigMonROB::TrigMonROB | ( | uint32_t | requestor_id, |
| long int | beg_sec, | ||
| long int | beg_usec, | ||
| long int | end_sec, | ||
| long int | end_usec ) |
Definition at line 22 of file TrigMonROB.cxx.
|
inline |
Definition at line 37 of file TrigMonROB.h.
|
inline |
Definition at line 39 of file TrigMonROB.h.
|
inline |
Definition at line 40 of file TrigMonROB.h.
|
inline |
Definition at line 47 of file TrigMonROB.h.
|
inline |
Definition at line 42 of file TrigMonROB.h.
|
inline |
Definition at line 52 of file TrigMonROB.h.
|
inline |
Definition at line 45 of file TrigMonROB.h.
|
inline |
Definition at line 55 of file TrigMonROB.h.
|
inline |
Definition at line 56 of file TrigMonROB.h.
| const std::vector< TrigMonROBSum > TrigMonROB::getSum | ( | ) | const |
Definition at line 34 of file TrigMonROB.cxx.
|
inline |
Definition at line 46 of file TrigMonROB.h.
|
inline |
Definition at line 43 of file TrigMonROB.h.
|
inline |
Definition at line 58 of file TrigMonROB.h.
| void TrigMonROB::print | ( | std::ostream & | os = std::cout | ) | const |
Definition at line 49 of file TrigMonROB.cxx.
|
inline |
Definition at line 49 of file TrigMonROB.h.
|
inline |
Definition at line 50 of file TrigMonROB.h.
|
private |
Definition at line 65 of file TrigMonROB.h.
|
private |
Definition at line 64 of file TrigMonROB.h.