KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVRootBatch.h
Go to the documentation of this file.
1 /*
2 $Id: KVRootBatch.h,v 1.5 2007/11/20 16:45:22 franklan Exp $
3 $Revision: 1.5 $
4 $Date: 2007/11/20 16:45:22 $
5 */
6 
9 
10 #ifndef __KVRootBatch_H
11 #define __KVRootBatch_H
12 
13 #include <KVBatchSystem.h>
14 
21 class KVRootBatch: public KVBatchSystem {
22 public:
23 
24  KVRootBatch(const Char_t* name);
25  virtual ~ KVRootBatch();
26 
27  virtual void PrintJobs(Option_t* opt = "");
28 
29  ClassDef(KVRootBatch, 1) //Run KaliVeda analysis task in an Xterm window
30 };
31 
32 #endif
char Char_t
const char Option_t
#define ClassDef(name, id)
Base class for interface to a batch job management system.
Definition: KVBatchSystem.h:77
Run job in separate xterm window.
Definition: KVRootBatch.h:21
virtual ~ KVRootBatch()
KVRootBatch(const Char_t *name)
Default constructor.
Definition: KVRootBatch.cpp:19
virtual void PrintJobs(Option_t *opt="")
Definition: KVRootBatch.cpp:41