KaliVeda
Toolkit for HIC analysis
KVFAZIARawDataAnalyser.h
1 
4 #ifndef __KVFAZIARAWDATAANALYSER_H
5 #define __KVFAZIARAWDATAANALYSER_H
6 
7 #include "KVDataSetAnalyser.h"
8 
19 
20 public:
22  virtual ~KVFAZIARawDataAnalyser();
23 
24  void preInitAnalysis() override;
25  void preInitRun() override;
26 
27  void SubmitTask() override;
28  void ProcessRun();
30  {
31  return fRunNumber.run();
32  }
33 
34  ClassDefOverride(KVFAZIARawDataAnalyser, 1) //Handle analysis for FAZIA data
35 };
36 
37 #endif
int Int_t
#define ClassDefOverride(name, id)
Pilots user analysis of experimental data.
Pilot analysis of raw FAZIA data.
void preInitAnalysis() override
called by the KVFAZIAReader::SlaveBegin() derived analysis class
virtual ~KVFAZIARawDataAnalyser()
Destructor.
KVFAZIARawDataAnalyser()
Default constructor.
run_index_t fRunNumber
run number of current file
void preInitRun() override
called by the KVFAZIAReader::Notify() derived analysis class
Specifies a runfile according to run number and file index ,.
Definition: run_index.h:33
int run() const
Definition: run_index.h:52