KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVBatchSystemParametersGUI.h
Go to the documentation of this file.
1 
4 #ifndef __KVBATCHSYSTEMPARAMETERSGUI_H
5 #define __KVBATCHSYSTEMPARAMETERSGUI_H
6 
7 #include "KVNameValueListGUI.h"
8 #include "KVDataAnalyser.h"
9 
10 #include <TGNumberEntry.h>
11 #include <TGTextEntry.h>
12 
25 
26 public:
28 
30 
31  void SetAutoBatchName(Bool_t on);
32  void UpdateAutoBatchName(const char* = 0);
33 
34  ClassDef(KVBatchSystemParametersGUI, 1) //KVNameValueListGUI
35 };
36 
37 #endif
bool Bool_t
Utility GUI used for setting batch system parameters.
KVBatchSystemParametersGUI(const TGWindow *main, KVNameValueList *params, KVDataAnalyser *dan, Bool_t *cancel)
Default constructor.
virtual ~KVBatchSystemParametersGUI()
Destructor.
TGNumberEntry * fRPJ
runs per job widget
TGTextEntry * fJNF
job name format widget
TGCheckButton * fMJ
multijob widget
TGCheckButton * fAJN
auto job name widget
TGTextEntry * fJN
job name widget
Manager class which sets up and runs data analysis tasks.
GUI for setting KVNameValueList parameters.
ClassDef(KVNameValueListGUI, 1) void DisplayDialog()
Handles lists of named parameters with different types, a list of KVNamedParameter objects.
int main(int argc, char **argv)