KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVXtermBatch.h
1#ifndef __KVXTERMBATCH_H
2#define __KVXTERMBATCH_H
3
4#include "KVBatchSystem.h"
5
25
26 int max_num_cpus = WITH_MULTICORE_CPU; // max number of CPUs to use: by default, all available
27
28public:
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.
Handles lists of named parameters with different types, a list of KVNamedParameter objects.
Run analysis in multiple xterm windows.
KVXtermBatch(const Char_t *name)
void GetBatchSystemParameterList(KVNameValueList &nl)
Bool_t MultiJobsMode() const
void SetBatchSystemParameters(const KVNameValueList &nl)