19 ***************************************************************************
21 * This program is free software; you can redistribute it and/or modify *
22 * it under the terms of the GNU General Public License as published by *
23 * the Free Software Foundation; either version 2 of the License, or *
24 * (at your option) any later version. *
26 ***************************************************************************/
28#ifndef GTDataParameters_H
29#define GTDataParameters_H
76 int Fill(
const char* buffParam);
90 char*
CopyParam(
char* Dest,
char* Source)
const;
#define ClassDef(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
Classes handling VME/VXI parameters in GANIL DAQ data.
GTDataPar(const TString name, const int index, const int bits)
char * CopyParam(char *Dest, char *Source) const
Small utility routine to copy a char string.
GTDataPar * GetPar(const int index) const
Return the parameter corresponding to the parameter number.
Int_t fMaxIndex
but OK for now.
Int_t GetMaxIndex() const
const char * GetParName(const int index) const
Return the text label name corresponding to a parameter number.
int GetIndex(const TString parName) const
Return the index number corresponding to a text label.
const TList * GetList() const
GTDataParameters(void)
Default constructor. Don't create anything yet.
int Fill(const char *buffParam)