KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVLinuxBatch.cpp
Go to the documentation of this file.
1 /*
2 $Id: KVLinuxBatch.cpp,v 1.4 2007/11/20 16:45:22 franklan Exp $
3 $Revision: 1.4 $
4 $Date: 2007/11/20 16:45:22 $
5 */
6 
7 //Created by KVClassFactory on Thu Apr 13 13:08:06 2006
8 //Author: John Frankland
9 
10 #include "KVLinuxBatch.h"
11 
13 
14 
15 
19  : KVRootBatch(name)
20 {
21  //Default constructor
22 }
23 
24 
25 
28 
29 KVLinuxBatch::~KVLinuxBatch()
30 {
31  //Destructor
32 }
33 
34 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
char Char_t
Run KaliVeda analysis task in background on Linux system with output stored in logfile.
Definition: KVLinuxBatch.h:20
Run job in separate xterm window.
Definition: KVRootBatch.h:21