![]() |
ATLAS Offline Software
|
ROIB::CTPRoI contains a RoI delivered by the CTP. More...
#include <CTPRoI.h>
Public Member Functions | |
| CTPRoI (uint32_t r) | |
| constructor: setting the RoI | |
| CTPRoI () | |
| default constructor: init RoI to 0 | |
| ~CTPRoI ()=default | |
| empty default destructor | |
| uint32_t | roIWord () const |
| returning the RoI | |
Private Attributes | |
| uint32_t | m_roIWord |
| The uint32_t data member of the RoI. | |
ROIB::CTPRoI contains a RoI delivered by the CTP.
The CTPRoI class is mainly used in the CTPResult class.
|
inline |
|
inline |
|
default |
empty default destructor
|
inline |
|
private |