KaliVeda
Toolkit for HIC analysis
KVINDRAGeneDataAnalyser.h
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 
23 protected:
24  virtual KVNumberList PrintAvailableRuns(KVString& datatype);
25 
26 public:
27 
29  virtual ~KVINDRAGeneDataAnalyser();
30  virtual void SubmitTask();
31 
32  ClassDef(KVINDRAGeneDataAnalyser, 1) //For analysing INDRA gene data
33 };
34 
35 #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:85
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:73