BPTX input class to the CTP simulation.
More...
#include <BptxCTP.h>
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.
- Author
- Ellie Dobson elean.nosp@m.or.d.nosp@m.obson.nosp@m.@cer.nosp@m.n.ch
- Revision
- 337266
- Date
- 2009-05-27 18:18:06 +0200 (Wed, 27 May 2009)
Definition at line 26 of file BptxCTP.h.
◆ BptxCTP()
LVL1::BptxCTP::BptxCTP |
( |
uint32_t |
word0 = 0 | ) |
|
◆ cableWord0()
uint32_t LVL1::BptxCTP::cableWord0 |
( |
void |
| ) |
const |
|
inline |
Returns an unsigned integer trigger word containing 3bits.
Definition at line 34 of file BptxCTP.h.
◆ dump()
const std::string LVL1::BptxCTP::dump |
( |
| ) |
const |
dump raw object content to string
Definition at line 20 of file BptxCTP.cxx.
24 s <<
" 0x" << std::hex << std::setw(8) << std::setfill(
'0' ) <<
m_cableWord0
25 << std::dec << std::setfill(
' ') << std::endl;
◆ print()
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.
34 s << std::setfill(
'0' )
36 << std::setfill(
' ') << std::endl;
◆ m_cableWord0
const uint32_t LVL1::BptxCTP::m_cableWord0 |
|
private |
A data member to contain two 3bit trigger multiplicities.
Definition at line 45 of file BptxCTP.h.
The documentation for this class was generated from the following files:
static const std::string printBits(const int value, const int startbit, const int endbit)
print selected bit range into string