KaliVeda
Toolkit for HIC analysis
KVDBParameterSet Class Reference

Detailed Description

To store calibration parameters in a database ,.

Definition at line 34 of file KVDBParameterSet.h.

#include <KVDBParameterSet.h>

Inheritance diagram for KVDBParameterSet:

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 KVNameValueListGetParameters () const
 
const Char_t * GetParamName (UShort_t i=0) const
 
Int_t GetParamNumber () const
 
KVRListGetRuns () 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,...)
 
- Public Member Functions inherited from KVDBRecord
 KVDBRecord ()
 
 KVDBRecord (const Char_t *name, const Char_t *title="")
 
virtual ~ KVDBRecord ()
 
virtual KVDBKeyAddKey (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 KVDBKeyGetKey (const Char_t *key) const
 
virtual TList * GetKeys () const
 
virtual KVDBRecordGetLink (const Char_t *key, const Char_t *link) const
 Returns the record named "link" in the table named "key". More...
 
virtual KVRListGetLinks (const Char_t *key) const
 Returns the list of records linked to this record in table "key". More...
 
virtual Int_t GetNumber () const
 
virtual KVDBTableGetTable () 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...
 

Constructor & Destructor Documentation

◆ KVDBParameterSet() [1/2]

KVDBParameterSet::KVDBParameterSet ( )

Definition at line 32 of file KVDBParameterSet.cpp.

◆ KVDBParameterSet() [2/2]

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.

◆ ~ KVDBParameterSet()

virtual KVDBParameterSet::~ KVDBParameterSet ( )
virtual

Member Function Documentation

◆ GetParameter() [1/2]

Double_t KVDBParameterSet::GetParameter ( TString  name) const

Definition at line 125 of file KVDBParameterSet.cpp.

◆ GetParameter() [2/2]

Double_t KVDBParameterSet::GetParameter ( UShort_t  i = 0) const
inline

Definition at line 75 of file KVDBParameterSet.h.

◆ GetParameters()

const KVNameValueList& KVDBParameterSet::GetParameters ( ) const
inline

Definition at line 57 of file KVDBParameterSet.h.

◆ GetParamName()

const Char_t * KVDBParameterSet::GetParamName ( UShort_t  i = 0) const
inline

Definition at line 80 of file KVDBParameterSet.h.

◆ GetParamNumber()

Int_t KVDBParameterSet::GetParamNumber ( ) const
inline

Definition at line 45 of file KVDBParameterSet.h.

◆ GetRuns()

KVRList * KVDBParameterSet::GetRuns ( ) const
inline

Definition at line 85 of file KVDBParameterSet.h.

◆ GetStringParameter()

TString KVDBParameterSet::GetStringParameter ( const TString &  name) const

Definition at line 134 of file KVDBParameterSet.cpp.

◆ HasParameter()

Bool_t KVDBParameterSet::HasParameter ( const Char_t *  name) const
inline

Definition at line 53 of file KVDBParameterSet.h.

◆ Print()

void KVDBParameterSet::Print ( Option_t *  option = "") const
virtual

Reimplemented from KVDBRecord.

Definition at line 192 of file KVDBParameterSet.cpp.

◆ SetParameter() [1/4]

void KVDBParameterSet::SetParameter ( const TString &  name,
const char *  value 
)

Definition at line 152 of file KVDBParameterSet.cpp.

◆ SetParameter() [2/4]

void KVDBParameterSet::SetParameter ( Double_t  val)
inline

Definition at line 94 of file KVDBParameterSet.h.

◆ SetParameter() [3/4]

void KVDBParameterSet::SetParameter ( TString  name,
Double_t  val 
)

Definition at line 143 of file KVDBParameterSet.cpp.

◆ SetParameter() [4/4]

void KVDBParameterSet::SetParameter ( UShort_t  i,
Double_t  val 
)
inline

Definition at line 89 of file KVDBParameterSet.h.

◆ SetParameters() [1/2]

void KVDBParameterSet::SetParameters ( const std::vector< Double_t > *const  pars)

Definition at line 100 of file KVDBParameterSet.cpp.

◆ SetParameters() [2/2]

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.

◆ SetParamName()

void KVDBParameterSet::SetParamName ( UShort_t  i,
const Char_t *  name 
)

Definition at line 116 of file KVDBParameterSet.cpp.

◆ SetParamNames()

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.

Member Data Documentation

◆ fParameters

KVNameValueList KVDBParameterSet::fParameters
private

parameters

Definition at line 37 of file KVDBParameterSet.h.

◆ fParamNumber

Int_t KVDBParameterSet::fParamNumber
private

number of parameters

Definition at line 36 of file KVDBParameterSet.h.