CbmRoot
|
#include <PValues.h>
Public Member Functions | |
PValues () | |
PValues (const PValues &p) | |
void | Print (const Option_t *) const |
bool | SetValue (int id, double val) |
bool | GetValue (int id, double *val) |
int | StringToValueID (char *st) |
Protected Attributes | |
int | array_id [MAX_VALUES] |
double | array_val [MAX_VALUES] |
int | pointer |
PValues::PValues | ( | ) |
Definition at line 15 of file PValues.cxx.
PValues::PValues | ( | const PValues & | p | ) |
Definition at line 19 of file PValues.cxx.
References pointer.
bool PValues::GetValue | ( | int | id, |
double * | val | ||
) |
void PValues::Print | ( | const Option_t * | ) | const |
bool PValues::SetValue | ( | int | id, |
double | val | ||
) |
Definition at line 28 of file PValues.cxx.
References array_id, array_val, i, MAX_VALUES, and pointer.
int PValues::StringToValueID | ( | char * | st | ) |
Definition at line 56 of file PValues.cxx.
|
protected |
Definition at line 36 of file PValues.h.
Referenced by GetValue(), Print(), and SetValue().
|
protected |
Definition at line 37 of file PValues.h.
Referenced by GetValue(), Print(), and SetValue().
|
protected |
Definition at line 39 of file PValues.h.
Referenced by GetValue(), Print(), PValues(), and SetValue().