![]() |
ATLAS Offline Software
|
#include <RobRequestInfo.h>
Public Member Functions | |
| RobRequestInfo () | |
| ~RobRequestInfo () | |
| void | clearRequestScheduledRobIDs () |
| const std::vector< uint32_t > & | requestScheduledRobIDs () const |
| void | addRequestScheduledRobIDs (const std::vector< uint32_t > &roblist) |
| void | addRequestScheduledRobIDs (uint32_t rob) |
Private Attributes | |
| std::vector< uint32_t > | m_requestScheduledRobIDs |
| list of scheduled rob IDs to request in preparation stage | |
Definition at line 12 of file RobRequestInfo.h.
|
inline |
Definition at line 14 of file RobRequestInfo.h.
|
inline |
Definition at line 15 of file RobRequestInfo.h.
| void HLT::RobRequestInfo::addRequestScheduledRobIDs | ( | const std::vector< uint32_t > & | roblist | ) |
Definition at line 7 of file RobRequestInfo.cxx.
| void HLT::RobRequestInfo::addRequestScheduledRobIDs | ( | uint32_t | rob | ) |
Definition at line 13 of file RobRequestInfo.cxx.
|
inline |
Definition at line 17 of file RobRequestInfo.h.
|
inline |
Definition at line 21 of file RobRequestInfo.h.
|
private |
list of scheduled rob IDs to request in preparation stage
Definition at line 30 of file RobRequestInfo.h.