KaliVeda
Toolkit for HIC analysis
KVRawDataReconstructor.h
1 
4 #ifndef __KVRAWDATARECONSTRUCTOR_H
5 #define __KVRAWDATARECONSTRUCTOR_H
6 
7 #include "KVEventReconstructor.h"
8 #include "KVRawDataAnalyser.h"
9 
18 
19  std::unique_ptr<KVEventReconstructor> fEvRecon;
23 
24 public:
26  virtual ~KVRawDataReconstructor();
27 
28  void InitAnalysis() override;
29  void InitRun() override;
30  Bool_t Analysis() override;
31  void EndRun() override;
32  void EndAnalysis() override;
33 
34  ClassDefOverride(KVRawDataReconstructor, 1) //Reconstruct physical events from raw data
35 };
36 
37 #endif
bool Bool_t
#define ClassDefOverride(name, id)
Abstract base class for user analysis of raw data.
Manage task of reconstruction of physical events from raw data.
KVRawDataReconstructor()
Default constructor.
std::unique_ptr< KVEventReconstructor > fEvRecon
virtual ~KVRawDataReconstructor()
Destructor.
KVReconstructedEvent * fRecev
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.