KaliVeda
Toolkit for HIC analysis
KVFAZIARawDataReconstructor.h
1 
4 #ifndef __KVFAZIARAWDATARECONSTRUCTOR_H
5 #define __KVFAZIARAWDATARECONSTRUCTOR_H
6 
7 #include "KVFAZIAReader.h"
8 #include "KVReconstructedEvent.h"
9 #include "TFile.h"
10 #include "TTree.h"
11 #include "TString.h"
12 
21 protected:
22 
25 
27 
31 
32 public:
35 
36  virtual void InitAnalysis() {}
37  virtual void InitRun();
38  virtual Bool_t Analysis();
39  virtual void EndRun();
40  virtual void EndAnalysis() {};
41 
42  virtual void ExtraProcessing();
43 
44  ClassDef(KVFAZIARawDataReconstructor, 1) //Handle reconstruction of FAZIA events
45 };
46 
47 #endif
int Int_t
bool Bool_t
Reconstruction of raw FAZIA data.
virtual ~KVFAZIARawDataReconstructor()
Destructor.
Int_t nb_recon
number of reconstructed events
KVFAZIARawDataReconstructor()
Default constructor.
Read FAZIA data.
Definition: KVFAZIAReader.h:25
ClassDef(KVFAZIAReader, 0)
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.