KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVINDRAUpDater_e416a.h
Go to the documentation of this file.
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 
22 public:
23 
25  virtual ~KVINDRAUpDater_e416a();
26 
27  virtual void SetChIoPressures(KVDBRun*);
28 
29  ClassDef(KVINDRAUpDater_e416a, 1) //Sets run parameters for INDRA_e416a dataset
30 };
31 
32 #endif
#define ClassDef(name, id)
Description of an experimental run in database ,.
Definition: KVDBRun.h:35
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...