|
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 | ( | ) |
| PValues::PValues | ( | const PValues & | p | ) |
| bool PValues::GetValue | ( | int | id, |
| double * | val ) |
Definition at line 54 of file PValues.cxx.
| void PValues::Print | ( | const Option_t * | ) | const |
Definition at line 73 of file PValues.cxx.
| bool PValues::SetValue | ( | int | id, |
| double | val ) |
Definition at line 35 of file PValues.cxx.
References array_id, array_val, MAX_VALUES, and pointer.
| int PValues::StringToValueID | ( | char * | st | ) |
Definition at line 65 of file PValues.cxx.
|
protected |
Definition at line 37 of file PValues.h.
Referenced by GetValue(), Print(), PValues(), and SetValue().
|
protected |
Definition at line 38 of file PValues.h.
Referenced by GetValue(), Print(), PValues(), and SetValue().
|
protected |
Definition at line 40 of file PValues.h.
Referenced by GetValue(), Print(), PValues(), PValues(), and SetValue().