|
Analysis
version 7.0 - august 2014
|
#include <GanilParam.hh>
Public Member Functions | |
| GanilParam () | |
| GanilParam (const u_int p_type, const string &p_name, const u_int p_label, const u_int p_datatype=DATA_TYPE_U_INT2, const u_int p_mask=0) | |
| GanilParam (const GanilParam &) | |
| virtual | ~GanilParam () |
| bool | operator== (const GanilParam &par) |
| bool | operator!= (const GanilParam &par) |
| string | Name () const |
| u_int | Label () const |
| u_int | Mask () const |
| u_int | Branch () const |
| ClassDef (GanilParam, 0) | |
Protected Attributes | |
| u_int | type |
| Type de paramètre (single, multihit, array) | |
| u_int | datatype |
| Type de données du paramètre (entier/réel, 16/32/64 bits, signé/non signé) | |
| string | name |
| Nom du paramètre brut. | |
| u_int | label |
| Label du paramètre (différent de number en mode EBYEDAT) | |
| u_int | mask |
| Masque binaire associé | |
| u_int | branch |
| Numéro de branche. | |
Private Member Functions | |
| GObject (GanilParam) | |
Friends | |
| class | GanilParamInfo |
| class | GanilRun |
Classe représentant les paramètres bruts de l'acquisition GANIL. Le champ type contient plusieurs information:
| GanilParam::GanilParam | ( | ) |
| GanilParam::GanilParam | ( | const u_int | p_type, |
| const string & | p_name, | ||
| const u_int | p_label, | ||
| const u_int | p_datatype = DATA_TYPE_U_INT2, |
||
| const u_int | p_mask = 0 |
||
| ) |
Constructeur à partir des données complètres.
| p_type | type de paramètre (single, multihit, array) |
| p_name | nom du paramètre |
| p_label | label du paramètre (mode EBYEDAT) |
| p_datatype | Type de données (entier/réel, 16/32/64 bits, signé/non signé) |
| p_mask | masque binaire du paramètre |
| GanilParam::GanilParam | ( | const GanilParam & | original | ) |
|
virtual |
Destructeur.
|
private |
Macro from GCpp library that defines the following functions:
| bool GanilParam::operator== | ( | const GanilParam & | par | ) |
|
inline |
Opérateur de comparaison (non-équivalence).
| par | paramètre GANIL à comparer |
|
inline |
Retourne le nom du paramètre.
References name.
|
inline |
Retourne le label du paramètre.
References label.
Referenced by GanilParamInfo::SetGanilParamMask().
|
inline |
Retourne le masque binaire du paramètre.
References mask.
Referenced by GanilParamInfo::GetGanilParamMask().
|
inline |
Retourne le numéro de branche du paramètre.
References branch.
| GanilParam::ClassDef | ( | GanilParam | , |
| 0 | |||
| ) |
Définition à usage de ROOT...