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 public:
25  KVExpSetUpDB();
26  KVExpSetUpDB(const Char_t* name);
27  KVExpSetUpDB(const Char_t* name, const Char_t* title);
28 
29  virtual ~KVExpSetUpDB();
30 
31  void Build() override;
32 
33  ClassDefOverride(KVExpSetUpDB, 1) //Database for dataset using KVExpSetUp
34 };
35 
36 #endif
char Char_t
#define ClassDefOverride(name, id)
char name[80]
Base class to describe database of an experiment ,,.
Definition: KVExpDB.h:20
Calibration database for experiments using coupled detector arrays.
Definition: KVExpSetUpDB.h:17
void FillRunsTable()
void LoadParameters(const KVString &)
KVExpSetUpDB()
Default constructor.
void ReadParameterFiles()
virtual ~KVExpSetUpDB()
Destructor.
void ReadScalerInfos()
void Build() override
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:73