![]() |
KaliVeda
Toolkit for HIC analysis
|
#include <KVDBParameterSet.h>
Public Member Functions | |
KVDBParameterSet () | |
KVDBParameterSet (const Char_t *name, const Char_t *type, UShort_t pnum) | |
virtual | ~ KVDBParameterSet () |
Double_t | GetParameter (TString name) const |
Double_t | GetParameter (UShort_t i=0) const |
const KVNameValueList & | GetParameters () const |
const Char_t * | GetParamName (UShort_t i=0) const |
Int_t | GetParamNumber () const |
KVRList * | GetRuns () const |
TString | GetStringParameter (const TString &name) const |
Bool_t | HasParameter (const Char_t *name) const |
void | Print (Option_t *option="") const |
void | SetParameter (const TString &name, const char *value) |
void | SetParameter (Double_t val) |
void | SetParameter (TString name, Double_t val) |
void | SetParameter (UShort_t i, Double_t val) |
void | SetParameters (const std::vector< Double_t > *const pars) |
void | SetParameters (Double_t val,...) |
void | SetParamName (UShort_t i, const Char_t *name) |
void | SetParamNames (const Char_t *name,...) |
![]() | |
KVDBRecord () | |
KVDBRecord (const Char_t *name, const Char_t *title="") | |
virtual | ~ KVDBRecord () |
virtual KVDBKey * | AddKey (const Char_t *name, const Char_t *title, Bool_t check=kTRUE) |
virtual Bool_t | AddKey (KVDBKey *key, Bool_t check=kTRUE) |
virtual Bool_t | AddLink (const Char_t *key_name, KVDBRecord *rec, Bool_t linkback=kTRUE) |
virtual Int_t | Compare (const TObject *obj) const |
virtual KVDBKey * | GetKey (const Char_t *key) const |
virtual TList * | GetKeys () const |
virtual KVDBRecord * | GetLink (const Char_t *key, const Char_t *link) const |
Returns the record named "link" in the table named "key". More... | |
virtual KVRList * | GetLinks (const Char_t *key) const |
Returns the list of records linked to this record in table "key". More... | |
virtual Int_t | GetNumber () const |
virtual KVDBTable * | GetTable () const |
virtual void | ls (Option_t *option="*") const |
virtual void | RemoveAllLinks (const Char_t *key) |
Remove all links between this record and the records in the DB table"key_name". More... | |
virtual void | RemoveLink (const Char_t *key_name, KVDBRecord *rec, Bool_t linkback=kTRUE) |
Remove the link between this record and the record "rec" in the DB table"key_name". More... | |
virtual void | SetNumber (Int_t n) |
virtual void | SetTable (const KVDBTable *table) |
Private Attributes | |
KVNameValueList | fParameters |
parameters More... | |
Int_t | fParamNumber |
number of parameters More... | |
KVDBParameterSet::KVDBParameterSet | ( | ) |
Definition at line 32 of file KVDBParameterSet.cpp.
KVDBParameterSet::KVDBParameterSet | ( | const Char_t * | name, |
const Char_t * | title, | ||
UShort_t | pnum | ||
) |
Initialise a KVDBRecord for a set of "pnum" parameters. The names of the parameters are "par_1", "par_2", etc. The KVDBKey "Runs" is initialised to cross-reference the runs for which this set of parameters is valid.
Definition at line 45 of file KVDBParameterSet.cpp.
|
virtual |
Double_t KVDBParameterSet::GetParameter | ( | TString | name | ) | const |
Definition at line 125 of file KVDBParameterSet.cpp.
|
inline |
Definition at line 75 of file KVDBParameterSet.h.
|
inline |
Definition at line 57 of file KVDBParameterSet.h.
|
inline |
Definition at line 80 of file KVDBParameterSet.h.
|
inline |
Definition at line 45 of file KVDBParameterSet.h.
|
inline |
Definition at line 85 of file KVDBParameterSet.h.
TString KVDBParameterSet::GetStringParameter | ( | const TString & | name | ) | const |
Definition at line 134 of file KVDBParameterSet.cpp.
|
inline |
Definition at line 53 of file KVDBParameterSet.h.
|
virtual |
Reimplemented from KVDBRecord.
Definition at line 192 of file KVDBParameterSet.cpp.
void KVDBParameterSet::SetParameter | ( | const TString & | name, |
const char * | value | ||
) |
Definition at line 152 of file KVDBParameterSet.cpp.
|
inline |
Definition at line 94 of file KVDBParameterSet.h.
void KVDBParameterSet::SetParameter | ( | TString | name, |
Double_t | val | ||
) |
Definition at line 143 of file KVDBParameterSet.cpp.
|
inline |
Definition at line 89 of file KVDBParameterSet.h.
void KVDBParameterSet::SetParameters | ( | const std::vector< Double_t > *const | pars | ) |
Definition at line 100 of file KVDBParameterSet.cpp.
void KVDBParameterSet::SetParameters | ( | Double_t | val, |
... | |||
) |
Be cautious when using this method, if the number of arguments is lower than the expected number of parameters a segmantation fault will occur !!!!! exceeding argument won't be considered at all
Definition at line 77 of file KVDBParameterSet.cpp.
void KVDBParameterSet::SetParamName | ( | UShort_t | i, |
const Char_t * | name | ||
) |
Definition at line 116 of file KVDBParameterSet.cpp.
void KVDBParameterSet::SetParamNames | ( | const Char_t * | name, |
... | |||
) |
Be cautious when using this method, if the number of arguments is lower than the expected number of parameters a segmantation fault will occur !!!!! exceeding argument won't be considered at all
Definition at line 164 of file KVDBParameterSet.cpp.
|
private |
parameters
Definition at line 37 of file KVDBParameterSet.h.
|
private |
number of parameters
Definition at line 36 of file KVDBParameterSet.h.