KaliVeda
Toolkit for HIC analysis
GTDataPar Class Reference

Detailed Description

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>

Inheritance diagram for GTDataPar:

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
 

Constructor & Destructor Documentation

◆ GTDataPar()

GTDataPar::GTDataPar ( const TString  name,
const int  index,
const int  bits 
)
inline

Definition at line 51 of file GTDataParameters.h.

Member Function Documentation

◆ Bits()

int GTDataPar::Bits ( void  ) const
inline

Definition at line 61 of file GTDataParameters.h.

◆ Index()

int GTDataPar::Index ( void  ) const
inline

Definition at line 57 of file GTDataParameters.h.

Member Data Documentation

◆ fBits

int GTDataPar::fBits
private

Definition at line 67 of file GTDataParameters.h.

◆ fIndex

int GTDataPar::fIndex
private

Definition at line 66 of file GTDataParameters.h.