KaliVeda  1.13/01
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 
19 
20 public:
21  KVPROOFLiteBatch(const Char_t* name);
22  virtual ~KVPROOFLiteBatch();
23 
24  void SubmitTask(KVDataAnalyser* da);
25 
28 
29  ClassDef(KVPROOFLiteBatch, 1) //Batch system interface to PROOFLite
30 };
31 
32 #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.
Handles lists of named parameters with different types, a list of KVNamedParameter objects.
Batch system interface to PROOFLite.
int max_num_cpus
max number of CPUs to use: by default, all available
virtual ~KVPROOFLiteBatch()
Destructor.
KVPROOFLiteBatch(const Char_t *name)
void SubmitTask(KVDataAnalyser *da)
void GetBatchSystemParameterList(KVNameValueList &)
void SetBatchSystemParameters(const KVNameValueList &)