KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVFAZIARawDataAnalyser.h
Go to the documentation of this file.
1 
4 #ifndef __KVFAZIARAWDATAANALYSER_H
5 #define __KVFAZIARAWDATAANALYSER_H
6 
7 #include "KVDataSetAnalyser.h"
8 
18 
19 public:
21  virtual ~KVFAZIARawDataAnalyser();
22 
23  virtual void preInitAnalysis();
24  virtual void preInitRun();
25 
26  void SubmitTask();
27  void ProcessRun();
29  {
30  return fRunNumber;
31  }
32 
33  ClassDef(KVFAZIARawDataAnalyser, 1) //Handle analysis for FAZIA data
34 };
35 
36 #endif
int Int_t
#define ClassDef(name, id)
Pilots user analysis of experimental data.
Pilot analysis of raw FAZIA data.
virtual void preInitRun()
called by the KVFAZIAReader::Notify() derived analysis class
virtual ~KVFAZIARawDataAnalyser()
Destructor.
KVFAZIARawDataAnalyser()
Default constructor.
Int_t fRunNumber
run number of current file
virtual void preInitAnalysis()
called by the KVFAZIAReader::SlaveBegin() derived analysis class