KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVINDRADB_e503.h
Go to the documentation of this file.
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 
29 class KVINDRADB_e503 : public KVINDRADB {
30 
31 protected:
32 
33  KVDBTable* fDeltaPed; //-> table of pedestal corrections
34 
35  void init();
36  virtual void ReadPedestalCorrection();
37  virtual void ReadDeltaPedestal(ifstream& ifile);
38  virtual void ReadVamosScalers() ;
39  virtual void ReadVamosBrhoAndAngle() ;
40  virtual void ReadPedestalList() ;
41 
42 public:
44  KVINDRADB_e503(const Char_t*) ;
45  virtual ~KVINDRADB_e503();
46 
47  void Build() ;
48 
49  ClassDef(KVINDRADB_e503, 1) //Database for e503 & e494s experiments with VAMOS
50 };
51 
52 #endif
char Char_t
#define ClassDef(name, id)
Table in a database.
Definition: KVDBTable.h:33
Database for INDRA-VAMOS experiments E503 & E494S (2007)
KVDBTable * fDeltaPed
DataBase of parameters for an INDRA campaign.
Definition: KVINDRADB.h:58