Belle II Software development
|
The payload class for GDL input bit. More...
#include <TRGGDLDBInputBits.h>
Public Member Functions | |
TRGGDLDBInputBits () | |
Default constructor. | |
TRGGDLDBInputBits (const TRGGDLDBInputBits &b) | |
copy constructor | |
TRGGDLDBInputBits & | operator= (const TRGGDLDBInputBits &b) |
assignment operator | |
void | setinbitname (int i, const char *c) |
set name of i-th input trigger bit | |
void | setninbit (int i) |
set the number of input trigger bits | |
const char * | getinbitname (int i) const |
get name of i-th input trigger bit | |
int | getninbit () const |
get the number of input trigger bits | |
int | getinbitnum (const char *c) const |
get name of i-th input trigger bit | |
Private Member Functions | |
ClassDef (TRGGDLDBInputBits, 1) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
int | m_ninbit |
Number of bit. | |
char | m_inbitname [320][100] |
Number of bins per sensor along u side. | |
The payload class for GDL input bit.
The payload class stores the number of input bit and their names value of a missing name is ""
Definition at line 25 of file TRGGDLDBInputBits.h.
|
inline |
Default constructor.
Definition at line 29 of file TRGGDLDBInputBits.h.
|
inline |
copy constructor
Definition at line 31 of file TRGGDLDBInputBits.h.
|
inline |
get name of i-th input trigger bit
Definition at line 58 of file TRGGDLDBInputBits.h.
|
inline |
get name of i-th input trigger bit
Definition at line 68 of file TRGGDLDBInputBits.h.
|
inline |
get the number of input trigger bits
Definition at line 63 of file TRGGDLDBInputBits.h.
|
inline |
assignment operator
Definition at line 39 of file TRGGDLDBInputBits.h.
|
inline |
set name of i-th input trigger bit
Definition at line 48 of file TRGGDLDBInputBits.h.
|
inline |
set the number of input trigger bits
Definition at line 53 of file TRGGDLDBInputBits.h.
|
private |
Number of bins per sensor along u side.
Definition at line 82 of file TRGGDLDBInputBits.h.
|
private |
Number of bit.
Definition at line 79 of file TRGGDLDBInputBits.h.