KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVPROOFLiteBatch.h
1
3
4#ifndef __KVPROOFLITEBATCH_H
5#define __KVPROOFLITEBATCH_H
6
7#include "KVBatchSystem.h"
8#include "KVDataAnalyser.h"
9
18
20
21public:
22 KVPROOFLiteBatch(const Char_t* name);
23 virtual ~KVPROOFLiteBatch();
24
25 void SubmitTask(KVDataAnalyser* da);
26
29
30 ClassDef(KVPROOFLiteBatch, 1) //Batch system interface to PROOFLite
31};
32
33#endif
char Char_t
#define ClassDef(name, id)
Base class for interface to a batch job management system.
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.
void SubmitTask(KVDataAnalyser *da)
void GetBatchSystemParameterList(KVNameValueList &)
void SetBatchSystemParameters(const KVNameValueList &)