KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVOnlineReconDataAnalyser.h
Go to the documentation of this file.
1 
4 #ifndef __KVONLINERECONDATAANALYSER_H
5 #define __KVONLINERECONDATAANALYSER_H
6 
7 #include "KVReconDataAnalyser.h"
8 
9 
17  mutable Bool_t fUpdate;
18 public:
21 
23  {
26  return kTRUE;
27  }
29  void WriteBatchEnvFile(const Char_t*, Bool_t) {}
30  void SubmitTask();
31  void preInitAnalysis();
32  void preInitRun() {}
33  void preAnalysis();
34 
36 
37  ClassDef(KVOnlineReconDataAnalyser, 1) //Online analysis of reconstructed data
38 };
39 
40 #endif
int Int_t
char Char_t
bool Bool_t
const Bool_t kTRUE
#define ClassDef(name, id)
Online analysis of reconstructed data.
void preAnalysis()
Set minimum (trigger) multiplicity for array.
virtual ~KVOnlineReconDataAnalyser()
Destructor.
Bool_t CheckTaskVariables()
Checks the task variables.
void WriteBatchEnvFile(const Char_t *, Bool_t)
Bool_t CheckStatusUpdateInterval(Int_t) const
KVOnlineReconDataAnalyser()
Default constructor.
Manages user analysis of reconstructed experimental data.