KaliVeda
Toolkit for HIC analysis
KVINDRAUpDater_e416a.h
1 /*
2 $Id: KVINDRAUpDater_e416a.h,v 1.1 2007/02/14 14:12:00 franklan Exp $
3 $Revision: 1.1 $
4 $Date: 2007/02/14 14:12:00 $
5 */
6 
9 
10 #ifndef __KVINDRAUPDATER_E416A_H
11 #define __KVINDRAUPDATER_E416A_H
12 
13 #include <KVINDRAUpDater.h>
14 
23 public:
24 
26  virtual ~KVINDRAUpDater_e416a();
27 
28  virtual void SetChIoPressures(KVDBRun*);
29 
30  ClassDef(KVINDRAUpDater_e416a, 1) //Sets run parameters for INDRA_e416a dataset
31 };
32 
33 #endif
#define ClassDef(name, id)
Description of an experimental run in database ,,.
Definition: KVDBRun.h:36
Sets run parameters for INDRA_e416a dataset.
virtual void SetChIoPressures(KVDBRun *)
Update ChIo and BIC pressures for this run with values in database.
KVINDRAUpDater_e416a()
Default constructor.
virtual ~KVINDRAUpDater_e416a()
Destructor.
Class implementing necessary methods for setting INDRA parameters for each run, using information sto...