ZDC input class to the CTP simulation.
More...
#include <ZdcCTP.h>
ZDC input class to the CTP simulation.
A StoreGate class to contain the output status of the
level 1 ZDC trigger simulation for input into the CTP
simulation. This class contains the trigger multiplicities
and single inputs above threshold for one side.
- Author
- Matthew Hoppesch mch6@.nosp@m.illi.nosp@m.nois..nosp@m.edu Based on MbtsCTP William H. Bell w.bel.nosp@m.l@ph.nosp@m.ysics.nosp@m..gla.nosp@m..ac.u.nosp@m.k
Definition at line 31 of file ZdcCTP.h.
◆ ZdcCTP() [1/2]
◆ ZdcCTP() [2/2]
LVL1::ZdcCTP::ZdcCTP |
( |
unsigned int |
cableword0 = 0 , |
|
|
unsigned int |
cableword1 = 0 |
|
) |
| |
◆ ~ZdcCTP()
virtual LVL1::ZdcCTP::~ZdcCTP |
( |
| ) |
|
|
virtualdefault |
◆ cableWord0()
unsigned int LVL1::ZdcCTP::cableWord0 |
( |
| ) |
const |
return the data that is sent on cable 0
Returns an unsigned integer trigger word containing two 3bit trigger multiplicities: backward and forward triggers above threshold.
Definition at line 31 of file ZdcCTP.cxx.
◆ cableWord1()
unsigned int LVL1::ZdcCTP::cableWord1 |
( |
| ) |
const |
◆ dump()
const std::string LVL1::ZdcCTP::dump |
( |
| ) |
const |
dump raw object content to string
◆ print()
const std::string LVL1::ZdcCTP::print |
( |
| ) |
const |
print object content in a human readable form to string
◆ setCableWord0()
void LVL1::ZdcCTP::setCableWord0 |
( |
unsigned int |
data | ) |
|
set the data that is sent on cable 0
Definition at line 20 of file ZdcCTP.cxx.
◆ setCableWord1()
void LVL1::ZdcCTP::setCableWord1 |
( |
unsigned int |
data | ) |
|
set the data that is sent on cable 0
set the data that is sent on cable 1
Definition at line 25 of file ZdcCTP.cxx.
◆ m_cableWord0
uint32_t LVL1::ZdcCTP::m_cableWord0 |
|
private |
A data member to contain 3bit trigger multiplicities.
Definition at line 67 of file ZdcCTP.h.
◆ m_cableWord1
uint32_t LVL1::ZdcCTP::m_cableWord1 |
|
private |
A data member to contain ALT 3bit trigger multiplicities.
Definition at line 69 of file ZdcCTP.h.
The documentation for this class was generated from the following files: