KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVExpSetUpDB.h
1
3
4#ifndef __KVEXPSETUPDB_H
5#define __KVEXPSETUPDB_H
6
7#include "KVExpDB.h"
8
17class KVExpSetUpDB : public KVExpDB {
18
19public:
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.
KVExpSetUpDB()
Default constructor.
virtual ~KVExpSetUpDB()
Destructor.
void ReadScalerInfos()