KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVINDRAGeneDataAnalyser.h
Go to the documentation of this file.
1 /*
2 $Id: KVINDRAGeneDataAnalyser.h,v 1.1 2007/06/06 10:13:17 franklan Exp $
3 $Revision: 1.1 $
4 $Date: 2007/06/06 10:13:17 $
5 */
6 
9 
10 #ifndef __KVINDRAGENEDATAANALYSER_H
11 #define __KVINDRAGENEDATAANALYSER_H
12 
13 #include "KVDataSetAnalyser.h"
14 
22 protected:
23  virtual KVNumberList PrintAvailableRuns(KVString& datatype);
24 
25 public:
26 
28  virtual ~KVINDRAGeneDataAnalyser();
29  virtual void SubmitTask();
30 
31  ClassDef(KVINDRAGeneDataAnalyser, 1) //For analysing INDRA gene data
32 };
33 
34 #endif
#define ClassDef(name, id)
Pilots user analysis of experimental data.
For analysing INDRA gene (pulser) data.
KVINDRAGeneDataAnalyser()
Default constructor.
virtual ~KVINDRAGeneDataAnalyser()
Destructor.
virtual KVNumberList PrintAvailableRuns(KVString &datatype)
Strings used to represent a set of ranges of values.
Definition: KVNumberList.h:83
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:72