KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVExpSetUpDB.h
Go to the documentation of this file.
1 
4 #ifndef __KVEXPSETUPDB_H
5 #define __KVEXPSETUPDB_H
6 
7 #include "KVExpDB.h"
8 
16 class KVExpSetUpDB : public KVExpDB {
17 
18  virtual void ReadOoODetectors(const TString& = "");
19 
20 public:
21  KVExpSetUpDB();
22  KVExpSetUpDB(const Char_t* name);
23  KVExpSetUpDB(const Char_t* name, const Char_t* title);
24 
25  virtual ~KVExpSetUpDB();
26 
27  void Build();
28  void FillRunsTable();
29  void ReadScalerInfos();
30 
31  ClassDef(KVExpSetUpDB, 1) //Database for dataset using KVExpSetUp
32 };
33 
34 #endif
char Char_t
#define ClassDef(name, id)
Base class to describe database of an experiment ,.
Definition: KVExpDB.h:18
Calibration database for experiments using coupled detector arrays.
Definition: KVExpSetUpDB.h:16
void FillRunsTable()
KVExpSetUpDB()
Default constructor.
virtual ~KVExpSetUpDB()
Destructor.
void ReadScalerInfos()
virtual void ReadOoODetectors(const TString &="")