KaliVeda
Toolkit for HIC analysis
KVFAZIAUpDater.h
1 
4 #ifndef __KVFAZIAUpDater_H
5 #define __KVFAZIAUpDater_H
6 
7 #include "KVUpDater.h"
14 class KVFAZIAUpDater : public KVUpDater {
15 
16 public:
18  virtual ~KVFAZIAUpDater();
19  virtual void SetCalibParameters(KVDBRun*);
21  void SetCalibrations(KVDBRun*);
22 
23  ClassDef(KVFAZIAUpDater, 1) //handle FAZIA detectors configuration for a given run
24 };
25 
26 #endif
#define ClassDef(name, id)
Description of an experimental run in database ,,.
Definition: KVDBRun.h:36
Handle run-dependent configuration settings for FAZIA experiment.
virtual ~KVFAZIAUpDater()
Destructor.
void SetPSAParameters(KVDBRun *)
void SetCalibrations(KVDBRun *)
virtual void SetCalibParameters(KVDBRun *)
KVFAZIAUpDater()
Default constructor.
Abstract class implementing necessary methods for setting multidetector parameters for each run of th...
Definition: KVUpDater.h:25