KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVXtermBatch.h
Go to the documentation of this file.
1 #ifndef __KVXTERMBATCH_H
2 #define __KVXTERMBATCH_H
3 
4 #include "KVBatchSystem.h"
5 
23 class KVXtermBatch : public KVBatchSystem {
24 
25  int max_num_cpus = WITH_MULTICORE_CPU; // max number of CPUs to use: by default, all available
26 
27 public:
28  KVXtermBatch(const Char_t* name)
29  : KVBatchSystem(name)
30  {}
31 
33  {
34  return kTRUE;
35  }
36  void Run();
39 
40  ClassDef(KVXtermBatch, 1) //Run analysis in multiple xterm windows
41 };
42 
43 #endif
char Char_t
bool Bool_t
const Bool_t kTRUE
#define ClassDef(name, id)
Base class for interface to a batch job management system.
Definition: KVBatchSystem.h:77
Handles lists of named parameters with different types, a list of KVNamedParameter objects.
Run analysis in multiple xterm windows.
Definition: KVXtermBatch.h:23
KVXtermBatch(const Char_t *name)
Definition: KVXtermBatch.h:28
void GetBatchSystemParameterList(KVNameValueList &nl)
Bool_t MultiJobsMode() const
Definition: KVXtermBatch.h:32
void SetBatchSystemParameters(const KVNameValueList &nl)