9 #ifndef GANIL_PARAM_INFO_HH
10 #define GANIL_PARAM_INFO_HH
110 {
return ( ! (*
this == data) ); }
string * coder
Table des noms de branches.
Definition: GanilCoderInfo.hh:85
Definition: GanilParamInfo.hh:23
void WriteParamList()
Definition: GanilParamInfo.hh:114
Definition: GanilRun.hh:39
u_int number_table[16384]
Table de conversion label -> numéro de paramètre (mode EBYEDAT)
Definition: GanilParamInfo.hh:36
Definition: GanilParam.hh:29
Definition: GanilCoderInfo.hh:66
GanilParamInfo & operator=(const GanilParamInfo &)
Definition: GanilParamInfo.cpp:55
bool operator==(const GanilParamInfo &)
Definition: GanilParamInfo.cpp:82
virtual ~GanilParamInfo()
Definition: GanilParamInfo.cpp:47
GListT< GanilParam > param_list
Liste des paramètres GANIL.
Definition: GanilParamInfo.hh:34
Definition: GanilBuffer.hh:26
void ParamInfo()
Definition: GanilParamInfo.hh:119
int SetParamInfo(GanilBuffer &buffer)
Definition: GanilParamInfo.hh:127
GanilParam * GetGanilParamPtr(const string &par_name)
Definition: GanilParamInfo.cpp:141
u_int GetGanilParamMask(const string &par_name)
Definition: GanilParamInfo.cpp:168
bool SetGanilParamMask(const string &par_name, const u_int m)
Definition: GanilParamInfo.cpp:202
u_short mask_table[16384]
Table des masques binaires.
Definition: GanilParamInfo.hh:37
int GetGanilParamNumber(const string &par_name)
Definition: GanilParamInfo.cpp:117
bool operator!=(const GanilParamInfo &data)
Definition: GanilParamInfo.hh:109
GanilParamInfo()
Definition: GanilParamInfo.cpp:15
ClassDef(GanilParamInfo, 0)