KaliVeda
Toolkit for HIC analysis
GTScalers Class Reference

Detailed Description

Handle scaler buffers in GANIL DAQ data.

Definition at line 34 of file GTScalers.h.

#include <GTScalers.h>

Inheritance diagram for GTScalers:

Public Member Functions

 GTScalers (void)
 
 ~GTScalers (void)
 
void DumpScalers (void)
 Dump scalers value on cout. More...
 
void Fill (void *)
 
Int_t GetNbChannel (void) const
 
const GTOneScalerGetScalerPtr (Int_t index) const
 Return a constant pointer to the Scaler Index. More...
 

Private Attributes

Int_t fNbChannel
 Number of individual scales. More...
 
TClonesArray fScalerArray
 Array of scalers. More...
 

Constructor & Destructor Documentation

◆ GTScalers()

GTScalers::GTScalers ( void  )

Definition at line 43 of file GTScalers.cpp.

◆ ~GTScalers()

GTScalers::~GTScalers ( void  )

Definition at line 53 of file GTScalers.cpp.

Member Function Documentation

◆ DumpScalers()

void GTScalers::DumpScalers ( void  )

Dump scalers value on cout.

Definition at line 83 of file GTScalers.cpp.

◆ Fill()

void GTScalers::Fill ( void *  echelle)

Definition at line 61 of file GTScalers.cpp.

◆ GetNbChannel()

Int_t GTScalers::GetNbChannel ( void  ) const
inline

Definition at line 42 of file GTScalers.h.

◆ GetScalerPtr()

const GTOneScaler * GTScalers::GetScalerPtr ( Int_t  index) const

Return a constant pointer to the Scaler Index.

Definition at line 98 of file GTScalers.cpp.

Member Data Documentation

◆ fNbChannel

Int_t GTScalers::fNbChannel
private

Number of individual scales.

Definition at line 48 of file GTScalers.h.

◆ fScalerArray

TClonesArray GTScalers::fScalerArray
private

Array of scalers.

Definition at line 49 of file GTScalers.h.