KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVFAZIAReconDataAnalyser.h
Go to the documentation of this file.
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 "TSelector.h"
15 #include <KVDataPatchList.h>
16 #include <KVEventSelector.h>
17 class TChain;
18 
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  virtual void preAnalysis();
47 
48  void SubmitTask();
49  void ProcessRun();
51  {
52  return fRunNumber;
53  }
54 
55 
56  ClassDef(KVFAZIAReconDataAnalyser, 1) //For analysing reconstructed FAZIA data
57 };
58 
59 #endif
int Int_t
bool Bool_t
#define ClassDef(name, id)
Pilots user analysis of experimental data.
General purpose analysis 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