![]() |
ATLAS Offline Software
|
#include <TRTDigit.h>
Public Member Functions | |
| TRTDigit (const int &strawID, const unsigned &digit) | |
| Construct new digit. | |
| TRTDigit () | |
| Empty, useless digit. | |
| ~TRTDigit ()=default | |
| int | GetStrawID () const |
| Get straw ID. | |
| unsigned | GetDigit () const |
| Get digit. | |
Private Attributes | |
| int | m_strawID |
| Straw ID. | |
| unsigned | m_digit |
| Digit (encoded 27 bit word). | |
Class for TRT digits.
Definition at line 11 of file TRTDigit.h.
|
inline |
|
default |
|
inline |
|
inline |
|
private |
Digit (encoded 27 bit word).
Definition at line 31 of file TRTDigit.h.
|
private |
Straw ID.
Definition at line 30 of file TRTDigit.h.