10 #ifndef __KVBATCHSYSTEMMANAGER_H 
   11 #define __KVBATCHSYSTEMMANAGER_H 
   15 #include "KVBatchSystem.h" 
#define ClassDef(name, id)
 
Handles list of all available batch systems for processing non-interactive data analysis tasks.
 
virtual ~KVBatchSystemManager()
Destructor.
 
KVList fBatchSystems
list of available batch systems
 
KVBatchSystem * fDefault
default batch system
 
KVBatchSystem * GetDefaultBatchSystem() const
 
void Init()
Set up list of available batch systems.
 
KVBatchSystemManager()
Default constructor.
 
void Print(Option_t *opt="") const
 
KVBatchSystem * GetBatchSystem(const Char_t *name)
Get batch system by name.
 
Base class for interface to a batch job management system.
 
Extended TList class which owns its objects by default.