![]() |
KaliVeda
Toolkit for HIC analysis
|
Classes handling VME/VXI parameters in GANIL DAQ data.
Handle parameters data names and related offsets in the event buffer. Data on GANIL Tapes are labelled with a string name. They are also known from theyr relative position (offset or index)in the data buffer. This class handle conversion between those two representation.
Definition at line 49 of file GTDataParameters.h.
#include <GTDataParameters.h>
Public Member Functions | |
GTDataPar (const TString name, const int index, const int bits) | |
int | Bits (void) const |
int | Index (void) const |
Private Attributes | |
int | fBits |
int | fIndex |
|
inline |
Definition at line 51 of file GTDataParameters.h.
|
inline |
Definition at line 61 of file GTDataParameters.h.
|
inline |
Definition at line 57 of file GTDataParameters.h.
|
private |
Definition at line 67 of file GTDataParameters.h.
|
private |
Definition at line 66 of file GTDataParameters.h.