Belle II Software development
|
The payload class for delay of GDL input bit. More...
#include <CDCTrigger2DConfig.h>
Public Member Functions | |
CDCTrigger2DConfig () | |
Default constructor. | |
CDCTrigger2DConfig (const CDCTrigger2DConfig &b) | |
copy constructor | |
CDCTrigger2DConfig & | operator= (const CDCTrigger2DConfig &b) |
assignment operator | |
int | getnTS () const |
Get the number of TS. | |
void | setnTS (int i) |
Set the number of TS. | |
Private Member Functions | |
ClassDef (CDCTrigger2DConfig, 1) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
int | m_nTS |
Number of TS. | |
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.
|
inline |
|
inline |
copy constructor
Definition at line 33 of file CDCTrigger2DConfig.h.
|
inline |
Get the number of TS.
Definition at line 45 of file CDCTrigger2DConfig.h.
|
inline |
assignment operator
Definition at line 38 of file CDCTrigger2DConfig.h.
|
inline |
|
private |
Number of TS.
Definition at line 59 of file CDCTrigger2DConfig.h.