Belle II Software development
|
The payload class for delay of GDL input bit. More...
#include <TRGGDLDBDelay.h>
Public Member Functions | |
TRGGDLDBDelay () | |
Default constructor. | |
TRGGDLDBDelay (const TRGGDLDBDelay &b) | |
copy constructor | |
TRGGDLDBDelay & | operator= (const TRGGDLDBDelay &b) |
assignment operator | |
void | setninbit (int i) |
void | setdelay (int i, const int j) |
int | getninbit () const |
int | getdelay (int i) const |
Private Member Functions | |
ClassDef (TRGGDLDBDelay, 1) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
int | m_ninbit |
Number of bit. | |
int | m_delay [320] |
Number of bins per sensor along u side. | |
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 TRGGDLDBDelay.h.
|
inline |
Default constructor.
Definition at line 31 of file TRGGDLDBDelay.h.
|
inline |
copy constructor
Definition at line 33 of file TRGGDLDBDelay.h.
|
inline |
Definition at line 63 of file TRGGDLDBDelay.h.
|
inline |
Definition at line 59 of file TRGGDLDBDelay.h.
|
inline |
assignment operator
Definition at line 41 of file TRGGDLDBDelay.h.
|
inline |
Definition at line 54 of file TRGGDLDBDelay.h.
|
inline |
Definition at line 50 of file TRGGDLDBDelay.h.
|
private |
Number of bins per sensor along u side.
Definition at line 74 of file TRGGDLDBDelay.h.
|
private |
Number of bit.
Definition at line 71 of file TRGGDLDBDelay.h.