KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVINDRAUpDater_e475s.h
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
24public:
25
27 virtual ~KVINDRAUpDater_e475s();
28
29
31 void SetCalibParameters(KVDBRun* run);
32
33 void SetPedestals(KVDBRun*);
34
35
36 ClassDef(KVINDRAUpDater_e475s, 1) //Sets run parameters for INDRA_e475s dataset
37};
38
39#endif
unsigned int UInt_t
#define ClassDef(name, id)
Description of an experimental run in database ,,.
Definition KVDBRun.h:36
Sets run parameters for INDRA_e475s dataset.
KVINDRAUpDater_e475s()
Default constructor.
virtual ~KVINDRAUpDater_e475s()
Destructor.
void SetCalibParameters(KVDBRun *run)
Class implementing necessary methods for setting INDRA parameters for each run, using information sto...