KaliVeda
Toolkit for HIC analysis
KVExpSetUpDB Class Reference

Detailed Description

Calibration database for experiments using coupled detector arrays.

Created by KVClassFactory on Fri Jul 20 15:49:04 2018 Author: eindra

See also
KVExpSetUp

Definition at line 17 of file KVExpSetUpDB.h.

#include <KVExpSetUpDB.h>

Inheritance diagram for KVExpSetUpDB:

Public Member Functions

 KVExpSetUpDB ()
 Default constructor. More...
 
 KVExpSetUpDB (const Char_t *name)
 Constructor inherited from KVExpDB. More...
 
 KVExpSetUpDB (const Char_t *name, const Char_t *title)
 Constructor inherited from KVExpDB. More...
 
virtual ~KVExpSetUpDB ()
 Destructor. More...
 
void Build ()
 
void FillRunsTable ()
 
void ReadScalerInfos ()
 
- Public Member Functions inherited from KVExpDB
 KVExpDB ()
 Default constructor. More...
 
 KVExpDB (const Char_t *name)
 Constructor inherited from KVDataBase. More...
 
 KVExpDB (const Char_t *name, const Char_t *title)
 Constructor inherited from KVDataBase. More...
 
virtual ~KVExpDB ()
 Destructor. More...
 
void AddRun (KVDBRun *r)
 
void AddSystem (KVDBSystem *r)
 
virtual void cd ()
 
Bool_t FindCalibFile (const Char_t *type, TString &fullpath, const TString &array_name="") const
 
TString GetCalibFileName (const Char_t *type) const
 
const Char_t * GetDataSetDir () const
 
virtual TString GetDBEnv (const Char_t *) const
 
KVDBRunGetDBRun (Int_t number) const
 
TString GetDBType () const
 
const KVNumberListGetRunList () const
 
virtual KVSeqCollectionGetRuns () const
 
virtual KVDBSystemGetSystem (const Char_t *system) const
 
virtual KVSeqCollectionGetSystems () const
 
ULong64_t GetTotalEvents (const KVString &system) const
 Return total number of events for given system. More...
 
ULong64_t GetTotalEvents (int first_run, int last_run=-1) const
 
virtual void LinkListToRunRange (TList *list, const KVNumberList &nl)
 Link the records contained in the list to the set of runs (see LinkRecordToRunRanges). More...
 
virtual void LinkListToRunRanges (TList *list, UInt_t rr_number, UInt_t run_ranges[][2])
 Link the records contained in the list to the set of runs (see LinkRecordToRunRanges). More...
 
virtual void LinkRecordToRun (KVDBRecord *rec, Int_t run)
 
virtual void LinkRecordToRunRange (KVDBRecord *rec, const KVNumberList &nl)
 
virtual void LinkRecordToRunRange (KVDBRecord *rec, UInt_t first_run, UInt_t last_run)
 
virtual void LinkRecordToRunRanges (KVDBRecord *rec, UInt_t rr_number, UInt_t run_ranges[][2])
 
virtual void PrintRuns (KVNumberList &) const
 
virtual void ReadObjects (TFile *)
 
void RemoveSystem (KVDBSystem *s)
 
virtual void Save (const Char_t *)
 
void SetDataSet (const TString &s)
 
void SetDataSetDir (const Char_t *d)
 
void SetDBType (const TString &s)
 
virtual void WriteObjects (TFile *)
 
void WriteRunListFile () const
 
void WriteSystemsFile () const
 
- Public Member Functions inherited from KVDataBase
 KVDataBase ()
 
 KVDataBase (const Char_t *name)
 
 KVDataBase (const Char_t *name, const Char_t *title)
 
virtual ~ KVDataBase ()
 
virtual KVDBTableAddTable (const Char_t *name, const Char_t *title, Bool_t unique=kFALSE)
 
virtual Bool_t AddTable (KVDBTable *table)
 
virtual KVDBRecordGetRecord (const Char_t *table_name, const Char_t *rec_name) const
 
virtual KVDBTableGetTable (const Char_t *table) const
 
virtual TList * GetTables () const
 
virtual void Print (Option_t *option="") const
 

Additional Inherited Members

- Static Public Member Functions inherited from KVExpDB
static KVExpDBMakeDataBase (const Char_t *name, const Char_t *datasetdir)
 

Constructor & Destructor Documentation

◆ KVExpSetUpDB() [1/3]

KVExpSetUpDB::KVExpSetUpDB ( )

Default constructor.

Definition at line 16 of file KVExpSetUpDB.cpp.

◆ KVExpSetUpDB() [2/3]

KVExpSetUpDB::KVExpSetUpDB ( const Char_t *  name)

Constructor inherited from KVExpDB.

Definition at line 28 of file KVExpSetUpDB.cpp.

◆ KVExpSetUpDB() [3/3]

KVExpSetUpDB::KVExpSetUpDB ( const Char_t *  name,
const Char_t *  title 
)

Constructor inherited from KVExpDB.

Definition at line 40 of file KVExpSetUpDB.cpp.

◆ ~KVExpSetUpDB()

KVExpSetUpDB::~KVExpSetUpDB ( )
virtual

Destructor.

Definition at line 52 of file KVExpSetUpDB.cpp.

Member Function Documentation

◆ Build()

void KVExpSetUpDB::Build ( )
virtual

Build the database. Runs & Systems tables are handled by us, calibrations are handled by each multidetector

If no run infos are available (perhaps no data yet available for dataset), we make a dummy database with runs numbered from 1 to 100.

Reimplemented from KVExpDB.

Definition at line 66 of file KVExpSetUpDB.cpp.

◆ FillRunsTable()

void KVExpSetUpDB::FillRunsTable ( )

Fill the Runs table using the informations in file runinfos.root (which can be generated using KVRunListCreator).

If there are no run infos available (perhaps because no data yet exists for the dataset), this method throws an exception and the database will have a dummy list of runs numbered from 1 to 100

Definition at line 134 of file KVExpSetUpDB.cpp.

◆ ReadScalerInfos()

void KVExpSetUpDB::ReadScalerInfos ( )

Look for file scalers.root and read scalers from it scalers are assumed to be stored as 64-bit parameters in the list

Definition at line 99 of file KVExpSetUpDB.cpp.