![]() |
ATLAS Offline Software
|
TRT input class to the CTP simulation. More...
#include <TrtCTP.h>
Public Member Functions | |
| TrtCTP (uint32_t word0=0) | |
| uint32_t | cableWord0 (void) const |
| Returns an unsigned integer trigger word containing 1 bit of information. | |
| const std::string | dump () const |
| dump raw object content to string | |
| const std::string | print () const |
| print object content in a human readable form to string | |
Private Attributes | |
| const uint32_t | m_cableWord0 |
| A data member to contain 1 bit of information. | |
TRT input class to the CTP simulation.
A StoreGate class to contain the output status of the level 1 TRTfast trigger simulation for input into the CTP simulation.
| LVL1::TrtCTP::TrtCTP | ( | uint32_t | word0 = 0 | ) |
Definition at line 16 of file TrtCTP.cxx.
|
inline |
Returns an unsigned integer trigger word containing 1 bit of information.
| const std::string LVL1::TrtCTP::dump | ( | ) | const |
dump raw object content to string
Definition at line 19 of file TrtCTP.cxx.
| const std::string LVL1::TrtCTP::print | ( | ) | const |
print object content in a human readable form to string
Definition at line 29 of file TrtCTP.cxx.
|
private |