KaliVeda
Toolkit for HIC analysis
KVBatchSystemParametersGUI.h
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 
20  KVDataAnalyser* fAnalyser;
21  TGCheckButton* fAJN;
22  TGTextEntry* fJN;
23  TGTextEntry* fJNF;
24  TGCheckButton* fMJ;
25  TGNumberEntry* fRPJ;
26 
27 public:
29 
31 
33  void UpdateAutoBatchName(const char* = 0);
34 
35  ClassDef(KVBatchSystemParametersGUI, 1) //KVNameValueListGUI
36 };
37 
38 #endif
bool Bool_t
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void on
Utility GUI used for setting batch system parameters.
KVBatchSystemParametersGUI(const TGWindow *main, KVNameValueList *params, KVDataAnalyser *dan, Bool_t *cancel)
Default constructor.
virtual ~KVBatchSystemParametersGUI()
Destructor.
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)