Belle II Software development
|
The payload class for delay of GDL input bit. More...
#include <CDCTriggerDeadch.h>
Public Member Functions | |
CDCTriggerDeadch () | |
Default constructor. | |
CDCTriggerDeadch (const CDCTriggerDeadch &b) | |
copy constructor | |
CDCTriggerDeadch & | operator= (const CDCTriggerDeadch &b) |
assignment operator | |
bool | getdeadch (int sl, int layer, int ch) const |
Get the number of TS. | |
void | setdeadch (int sl, int layer, int ch, bool flag) |
Set the number of TS. | |
Private Member Functions | |
ClassDef (CDCTriggerDeadch, 1) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
bool | m_deadch [c_nSuperLayers][MAX_N_LAYERS][c_maxNDriftCells] |
Dead channel mapping in each superlayer, layer, ch. | |
Static Private Attributes | |
static const int | MAX_N_LAYERS = 8 |
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 29 of file CDCTriggerDeadch.h.
|
inline |
Default constructor.
Definition at line 33 of file CDCTriggerDeadch.h.
|
inline |
copy constructor
Definition at line 44 of file CDCTriggerDeadch.h.
|
inline |
Get the number of TS.
Definition at line 68 of file CDCTriggerDeadch.h.
|
inline |
assignment operator
Definition at line 55 of file CDCTriggerDeadch.h.
|
inline |
Set the number of TS.
Definition at line 73 of file CDCTriggerDeadch.h.
|
private |
Dead channel mapping in each superlayer, layer, ch.
Definition at line 85 of file CDCTriggerDeadch.h.
|
staticprivate |
Definition at line 82 of file CDCTriggerDeadch.h.