KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVPROOFLiteBatch.h
Go to the documentation of this file.
1 
4 #ifndef __KVPROOFLITEBATCH_H
5 #define __KVPROOFLITEBATCH_H
6 
7 #include "KVBatchSystem.h"
8 #include "KVDataAnalyser.h"
9 
17 public:
18  KVPROOFLiteBatch(const Char_t* name);
19  virtual ~KVPROOFLiteBatch();
20 
21  virtual void SubmitTask(KVDataAnalyser* da);
22 
23  ClassDef(KVPROOFLiteBatch, 1) //Batch system interface to PROOFLite
24 };
25 
26 #endif
char Char_t
#define ClassDef(name, id)
Base class for interface to a batch job management system.
Definition: KVBatchSystem.h:77
Manager class which sets up and runs data analysis tasks.
Batch system interface to PROOFLite.
virtual ~KVPROOFLiteBatch()
Destructor.
KVPROOFLiteBatch(const Char_t *name)
virtual void SubmitTask(KVDataAnalyser *da)