KaliVeda
Toolkit for HIC analysis
KVFAZIAReconDataAnalyser.h
1 /*
2 $Id: KVFAZIAReconDataAnalyser.h,v 1.2 2007/05/31 09:59:22 franklan Exp $
3 $Revision: 1.2 $
4 $Date: 2007/05/31 09:59:22 $
5 */
6 
9 
10 #ifndef __KVFAZIAReconDataAnalyser_H
11 #define __KVFAZIAReconDataAnalyser_H
12 
13 #include "KVDataSetAnalyser.h"
14 #include <KVDataPatchList.h>
15 #include <KVEventSelector.h>
16 class TChain;
17 
26 
27 protected:
28 
33 
34 public:
35 
37  {
38  fEventSelector = dynamic_cast<KVEventSelector*>(o);
39  }
40 
43 
44  virtual void preInitAnalysis();
45  virtual void preInitRun();
46 
47  void SubmitTask();
48  void ProcessRun();
50  {
51  return fRunNumber;
52  }
53 
54 
55  ClassDef(KVFAZIAReconDataAnalyser, 1) //For analysing reconstructed FAZIA data
56 };
57 
58 #endif
int Int_t
bool Bool_t
#define ClassDef(name, id)
Pilots user analysis of experimental data.
General purpose analysis base class for TTree containing KVEvent objects.
Pilot analysis of reconstructed FAZIA data.
Int_t fRunNumber
run number of current file
KVFAZIAReconDataAnalyser()
Default constructor.
void SubmitTask()
Run the interactive analysis.
virtual ~ KVFAZIAReconDataAnalyser()
TTree * theTree
tree to be analysed