KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVFAZIAUpDater.h
Go to the documentation of this file.
1 
4 #ifndef __KVFAZIAUpDater_H
5 #define __KVFAZIAUpDater_H
6 
7 #include "KVUpDater.h"
13 class KVFAZIAUpDater : public KVUpDater {
14 
15 public:
17  virtual ~KVFAZIAUpDater();
18  virtual void SetCalibParameters(KVDBRun*);
20  void SetCalibrations(KVDBRun*);
21  virtual void CheckStatusOfDetectors(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:35
Handle run-dependent configuration settings for FAZIA experiment.
virtual ~KVFAZIAUpDater()
Destructor.
void SetPSAParameters(KVDBRun *)
void SetCalibrations(KVDBRun *)
virtual void SetCalibParameters(KVDBRun *)
Override in child classes to set specific calibrations.
KVFAZIAUpDater()
Default constructor.
virtual void CheckStatusOfDetectors(KVDBRun *)
Check status (present, working) of each detector for run.
Abstract class implementing necessary methods for setting multidetector parameters for each run of th...
Definition: KVUpDater.h:24