Belle II Software development
|
The payload class for GDL psnm. More...
#include <TRGGDLDBPrescales.h>
Public Member Functions | |
TRGGDLDBPrescales () | |
Default constructor. | |
TRGGDLDBPrescales (const TRGGDLDBPrescales &b) | |
copy constructor | |
TRGGDLDBPrescales & | operator= (const TRGGDLDBPrescales &b) |
assignment operator | |
void | setprescales (int i, int j) |
set prescale of i-th output trigger bit | |
void | setnoutbit (int i) |
set the number of output trigger bit | |
int | getprescales (int i) const |
get prescale of i-th output trigger bit | |
int | getnoutbit () const |
get the number of output trigger bit | |
Private Member Functions | |
ClassDef (TRGGDLDBPrescales, 1) | |
ClassDef, must be the last term before the closing {}. | |
Private Attributes | |
int | m_noutbit |
Number of bit. | |
int | m_prescales [320] |
Number of bins per sensor along u side. | |
The payload class for GDL psnm.
The payload class stores the number of psnm bit and their prescale values value of a missing bit is "0"
Definition at line 25 of file TRGGDLDBPrescales.h.
|
inline |
Default constructor.
Definition at line 29 of file TRGGDLDBPrescales.h.
|
inline |
copy constructor
Definition at line 31 of file TRGGDLDBPrescales.h.
|
inline |
get the number of output trigger bit
Definition at line 63 of file TRGGDLDBPrescales.h.
|
inline |
get prescale of i-th output trigger bit
Definition at line 58 of file TRGGDLDBPrescales.h.
|
inline |
assignment operator
Definition at line 39 of file TRGGDLDBPrescales.h.
|
inline |
set the number of output trigger bit
Definition at line 53 of file TRGGDLDBPrescales.h.
|
inline |
set prescale of i-th output trigger bit
Definition at line 48 of file TRGGDLDBPrescales.h.
|
private |
Number of bit.
Definition at line 71 of file TRGGDLDBPrescales.h.
|
private |
Number of bins per sensor along u side.
Definition at line 74 of file TRGGDLDBPrescales.h.