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  virtual void InitAnalysis();
29  virtual void InitRun();
30  virtual Bool_t Analysis();
31  virtual void EndRun();
32  virtual void EndAnalysis();
33 
34  ClassDef(KVRawDataReconstructor, 1) //Reconstruct physical events from raw data
35 };
36 
37 #endif
bool Bool_t
#define ClassDef(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.