KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVFAZIARawDataReconstructor.h
Go to the documentation of this file.
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 
20 protected:
21 
24 
26 
30 
31 public:
34 
35  virtual void InitAnalysis() {}
36  virtual void InitRun();
37  virtual Bool_t Analysis();
38  virtual void EndRun();
39  virtual void EndAnalysis() {};
40 
41  virtual void ExtraProcessing();
42 
43  ClassDef(KVFAZIARawDataReconstructor, 1) //Handle reconstruction of FAZIA events
44 };
45 
46 #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:24
ClassDef(KVFAZIAReader, 0)
Physical event reconstructed from data measured with a detector array using implemented identificatio...