KaliVeda
Toolkit for HIC analysis
KVExpSetUpDB.h
1 
4 #ifndef __KVEXPSETUPDB_H
5 #define __KVEXPSETUPDB_H
6 
7 #include "KVExpDB.h"
8 
17 class KVExpSetUpDB : public KVExpDB {
18 
19  void FillRunsTable();
20  void ReadScalerInfos();
21  void ReadParameterFiles();
22  void LoadParameters(const KVString&);
23 
24  void make_minimal_database() override;
25  void extend_minimal_database() override;
26 
27 public:
28  KVExpSetUpDB();
29  KVExpSetUpDB(const Char_t* name);
30  KVExpSetUpDB(const Char_t* name, const Char_t* title);
31 
32  ClassDefOverride(KVExpSetUpDB, 1) //Database for dataset using KVExpSetUp
33 };
34 
35 #endif
char Char_t
#define ClassDefOverride(name, id)
char name[80]
Base class to describe database of an experiment ,,.
Definition: KVExpDB.h:61
Calibration database for experiments using coupled detector arrays.
Definition: KVExpSetUpDB.h:17
void FillRunsTable()
void LoadParameters(const KVString &)
KVExpSetUpDB()
Default constructor.
void extend_minimal_database() override
void ReadParameterFiles()
void make_minimal_database() override
void ReadScalerInfos()
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:73