KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVRawDataReconstructor.h
Go to the documentation of this file.
1 
4 #ifndef __KVRAWDATARECONSTRUCTOR_H
5 #define __KVRAWDATARECONSTRUCTOR_H
6 
7 #include "KVEventReconstructor.h"
8 #include "KVRawDataAnalyser.h"
9 
17 
18  unique_ptr<KVEventReconstructor> fEvRecon;
22 
23 public:
25  virtual ~KVRawDataReconstructor();
26 
27  virtual void InitAnalysis();
28  virtual void InitRun();
29  virtual Bool_t Analysis();
30  virtual void EndRun();
31  virtual void EndAnalysis();
32 
33  ClassDef(KVRawDataReconstructor, 1) //Reconstruct physical events from raw data
34 };
35 
36 #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.
unique_ptr< KVEventReconstructor > fEvRecon
virtual ~KVRawDataReconstructor()
Destructor.
KVReconstructedEvent * fRecev
Physical event reconstructed from data measured with a detector array using implemented identificatio...