#include <TrigMonROB.h>
Definition at line 29 of file TrigMonROB.h.
◆ TrigMonROB() [1/2]
| TrigMonROB::TrigMonROB |
( |
| ) |
|
Definition at line 16 of file TrigMonROB.cxx.
18{
19}
std::vector< uint32_t > m_word
◆ TrigMonROB() [2/2]
| 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.
27{
28 m_word.push_back(requestor_id);
29 m_word.push_back(TrigMonTimer(start_sec, start_usec).getEncoded());
30 m_word.push_back(TrigMonTimer(stop_sec, stop_usec).getEncoded());
31}
◆ ~TrigMonROB()
| TrigMonROB::~TrigMonROB |
( |
| ) |
|
|
inline |
◆ addData()
Definition at line 39 of file TrigMonROB.h.
char data[hepevt_bytes_allocation_ATLAS]
std::vector< TrigMonROBData > m_data
◆ addWord()
| void TrigMonROB::addWord |
( |
const uint32_t | word | ) |
|
|
inline |
◆ elapsed()
| double TrigMonROB::elapsed |
( |
| ) |
const |
|
inline |
Definition at line 47 of file TrigMonROB.h.
const TrigMonTimer stop() const
const TrigMonTimer start() const
double getElapsed(const TrigMonTimer &start) const
◆ getData() [1/2]
◆ getData() [2/2]
◆ getRequestorId()
| uint32_t TrigMonROB::getRequestorId |
( |
| ) |
const |
|
inline |
◆ getStart()
| uint32_t TrigMonROB::getStart |
( |
| ) |
const |
|
inline |
◆ getStop()
| uint32_t TrigMonROB::getStop |
( |
| ) |
const |
|
inline |
◆ getSum()
Definition at line 34 of file TrigMonROB.cxx.
35{
36
37
38
39 std::vector<TrigMonROBSum> svec;
40
41 for(
unsigned int i = 3;
i <
m_word.size(); ++
i) {
42 svec.push_back(TrigMonROBSum(
m_word[i]));
43 }
44
45 return svec;
46}
◆ getTimer()
| double TrigMonROB::getTimer |
( |
| ) |
const |
|
inline |
◆ getWord() [1/2]
| std::vector< uint32_t > & TrigMonROB::getWord |
( |
| ) |
|
|
inline |
◆ getWord() [2/2]
| const std::vector< uint32_t > & TrigMonROB::getWord |
( |
| ) |
const |
|
inline |
◆ print()
| void TrigMonROB::print |
( |
std::ostream & | os = std::cout | ) |
const |
◆ start()
◆ stop()
◆ m_data
◆ m_word
| std::vector<uint32_t> TrigMonROB::m_word |
|
private |
The documentation for this class was generated from the following files: