Belle II Software development
|
The payload class for GDL badrun. More...
#include <TRGGDLDBBadrun.h>
Public Member Functions | |
TRGGDLDBBadrun () | |
Default constructor. | |
TRGGDLDBBadrun (const TRGGDLDBBadrun &b) | |
copy constructor | |
TRGGDLDBBadrun & | operator= (const TRGGDLDBBadrun &b) |
assignment operator | |
void | setflag (int i) |
set trigger GDL readout status 0:fine 1:problematic -1:not known | |
int | getflag () const |
get trigger GDL readout status 0:fine 1:problematic -1:not known | |
Private Member Functions | |
ClassDef (TRGGDLDBBadrun, 1) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
int | m_flag |
status flag | |
The payload class for GDL badrun.
The payload class stores the flag of gdl status. 1 is fine and -1 is bad. value of a not confirmed status is "0"
Definition at line 25 of file TRGGDLDBBadrun.h.
|
inline |
|
inline |
copy constructor
Definition at line 31 of file TRGGDLDBBadrun.h.
|
inline |
get trigger GDL readout status 0:fine 1:problematic -1:not known
Definition at line 47 of file TRGGDLDBBadrun.h.
|
inline |
assignment operator
Definition at line 36 of file TRGGDLDBBadrun.h.
|
inline |
set trigger GDL readout status 0:fine 1:problematic -1:not known
Definition at line 42 of file TRGGDLDBBadrun.h.
|
private |
status flag
Definition at line 55 of file TRGGDLDBBadrun.h.