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