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 public:
20  KVExpSetUpDB();
21  KVExpSetUpDB(const Char_t* name);
22  KVExpSetUpDB(const Char_t* name, const Char_t* title);
23 
24  virtual ~KVExpSetUpDB();
25 
26  void Build();
27  void FillRunsTable();
28  void ReadScalerInfos();
29 
30  ClassDef(KVExpSetUpDB, 1) //Database for dataset using KVExpSetUp
31 };
32 
33 #endif
char Char_t
#define ClassDef(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()
KVExpSetUpDB()
Default constructor.
virtual ~KVExpSetUpDB()
Destructor.
void ReadScalerInfos()