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