![]() |
ATLAS Offline Software
|
BPTX input class to the CTP simulation. More...
#include <BptxCTP.h>
Public Member Functions | |
| BptxCTP (uint32_t word0=0) | |
| uint32_t | cableWord0 (void) const |
| Returns an unsigned integer trigger word containing 3bits. | |
| 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 two 3bit trigger multiplicities. | |
BPTX input class to the CTP simulation.
A StoreGate class to contain the output status of the level 1 BPTX trigger simulation for input into the CTP simulation. This class contains three bits.
| LVL1::BptxCTP::BptxCTP | ( | uint32_t | word0 = 0 | ) |
Definition at line 15 of file BptxCTP.cxx.
|
inline |
Returns an unsigned integer trigger word containing 3bits.
| const std::string LVL1::BptxCTP::dump | ( | ) | const |
dump raw object content to string
Definition at line 20 of file BptxCTP.cxx.
| const std::string LVL1::BptxCTP::print | ( | ) | const |
print object content in a human readable form to string
Definition at line 30 of file BptxCTP.cxx.
|
private |