The payload class for delay of GDL input bit.
More...
#include <CDCTrigger2DConfig.h>
The payload class for delay of GDL input bit.
The payload class stores the number of input bit and their delay value of a missing delay is "-1"
Definition at line 27 of file CDCTrigger2DConfig.h.
◆ CDCTrigger2DConfig()
Default constructor.
Definition at line 31 of file CDCTrigger2DConfig.h.
31: m_nTS(10), m_fullhit(false), m_hitthreshold(4), m_ADC(false) {}
◆ getADC()
◆ getfullhit()
bool getfullhit |
( |
| ) |
const |
|
inline |
Get full wire hit enable flag.
Definition at line 45 of file CDCTrigger2DConfig.h.
46 {
47 return m_fullhit;
48 }
◆ gethitthreshold()
int gethitthreshold |
( |
| ) |
const |
|
inline |
Get the hit threshold.
Definition at line 56 of file CDCTrigger2DConfig.h.
57 {
58 return m_hitthreshold;
59 }
◆ getnTS()
◆ setADC()
◆ setfullhit()
void setfullhit |
( |
bool | i | ) |
|
|
inline |
Set full wire hit enable flag.
Definition at line 50 of file CDCTrigger2DConfig.h.
51 {
52 m_fullhit = i;
53 }
◆ sethitthreshold()
void sethitthreshold |
( |
int | i | ) |
|
|
inline |
◆ setnTS()
◆ m_ADC
◆ m_fullhit
◆ m_hitthreshold
◆ m_nTS
The documentation for this class was generated from the following file: