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