18 #include "KVDBParameterSet.h"
54 for (UInt_t i = 0; i < pnum; i++) {
57 AddKey(
"Runs",
"List of Runs");
66 KVDBParameterSet::~KVDBParameterSet()
102 assert(pars->size() <=
static_cast<UInt_t
>(
fParamNumber));
105 std::vector<Double_t>::const_iterator it;
106 for (it = pars->begin(); it != pars->end(); ++it) {
171 Info(
"SetParamNames(const Char_t* name,...)",
"Start");
184 Info(
"SetParamNames(const Char_t* name,...)",
"OK");
195 cout <<
">>>> KVParameterSet :" << endl
196 << GetName() <<
" " << GetTitle() << endl
199 cout << endl <<
"<<<<<<<<<<" << endl;
To store calibration parameters in a database ,.
TString GetStringParameter(const TString &name) const
void SetParamName(UShort_t i, const Char_t *name)
Double_t GetParameter(UShort_t i=0) const
void Print(Option_t *option="") const
void SetParamNames(const Char_t *name,...)
void SetParameters(Double_t val,...)
KVNameValueList fParameters
parameters
Int_t fParamNumber
number of parameters
Int_t GetParamNumber() const
void SetParameter(UShort_t i, Double_t val)
Record folder for the database.
virtual void Print(Option_t *option="") const
virtual Bool_t AddKey(KVDBKey *key, Bool_t check=kTRUE)
virtual void Print(Option_t *opt="") const
KVNamedParameter * GetParameter(Int_t idx) const
return the parameter object with index idx
Double_t GetDoubleValue(const Char_t *name) const
void SetValue(const Char_t *name, value_type value)
TString GetTStringValue(const Char_t *name) const