KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVINDRAUpDater_e475s.h
Go to the documentation of this file.
1 /*
2 $Id: KVINDRAUpDater_e475s.h,v 1.2 2007/09/21 07:44:09 franklan Exp $
3 $Revision: 1.2 $
4 $Date: 2007/09/21 07:44:09 $
5 */
6 
9 
10 #ifndef __KVINDRAUPDATER_E475S_H
11 #define __KVINDRAUPDATER_E475S_H
12 
13 #include "KVINDRAUpDater.h"
14 #include "KVDBRun.h"
15 
23 public:
24 
26  virtual ~KVINDRAUpDater_e475s();
27 
28 
30  void SetCalibParameters(KVDBRun* run);
31 
32  void SetPedestals(KVDBRun*);
33 
34 
35  ClassDef(KVINDRAUpDater_e475s, 1) //Sets run parameters for INDRA_e475s dataset
36 };
37 
38 #endif
unsigned int UInt_t
#define ClassDef(name, id)
Description of an experimental run in database ,.
Definition: KVDBRun.h:35
Sets run parameters for INDRA_e475s dataset.
void SetCalibrationParameters(UInt_t)
void SetPedestals(KVDBRun *)
Set pedestals for this run.
KVINDRAUpDater_e475s()
Default constructor.
virtual ~KVINDRAUpDater_e475s()
Destructor.
void SetCalibParameters(KVDBRun *run)
Override in child classes to set specific calibrations.
Class implementing necessary methods for setting INDRA parameters for each run, using information sto...