KaliVeda
Toolkit for HIC analysis
KVINDRADB_e503.h
1 /*
2 $Id: KVINDRADB_e503.h,v 1.1 2009/01/22 15:39:26 franklan Exp $
3 $Revision: 1.1 $
4 $Date: 2009/01/22 15:39:26 $
5 */
6 
9 
10 #ifndef __KVINDRADB_E503_H
11 #define __KVINDRADB_E503_H
12 
13 #include "KVINDRADB.h"
14 using namespace std;
15 
30 class KVINDRADB_e503 : public KVINDRADB {
31 
32 protected:
33 
34  KVDBTable* fDeltaPed; //-> table of pedestal corrections
35 
36  void init();
37  virtual void ReadPedestalCorrection();
38  virtual void ReadDeltaPedestal(ifstream& ifile);
39  virtual void ReadVamosScalers() ;
40  virtual void ReadVamosBrhoAndAngle() ;
41  virtual void ReadPedestalList() ;
42 
43 public:
45  KVINDRADB_e503(const Char_t*) ;
46  virtual ~KVINDRADB_e503();
47 
48  void Build() ;
49 
50  ClassDef(KVINDRADB_e503, 1) //Database for e503 & e494s experiments with VAMOS
51 };
52 
53 #endif
char Char_t
#define ClassDef(name, id)
Table in a database.
Definition: KVDBTable.h:34
Database for INDRA-VAMOS experiments E503 & E494S (2007)
KVDBTable * fDeltaPed
DataBase of parameters for an INDRA campaign.
Definition: KVINDRADB.h:59
void init()