KaliVeda
Toolkit for HIC analysis
KVZAFinderDialog.h
1 
4 #ifndef __KVZAFINDERDIALOG_H
5 #define __KVZAFINDERDIALOG_H
6 
7 #include "RQ_OBJECT.h"
8 
9 #include "TGFrame.h"
10 #include "TGMenu.h"
11 #include "TGListBox.h"
12 #include "TGButtonGroup.h"
13 #include "TGButton.h"
14 #include "KVIDGraph.h"
15 #include "RQ_OBJECT.h"
16 #include <TGComboBox.h>
17 #include <TGLabel.h>
18 #include <TGNumberEntry.h>
19 #include <TGTextEntry.h>
20 #include <TGProgressBar.h>
21 #include "KVCanvas.h"
22 
31  RQ_OBJECT("KVZAFinderDialog")
32 
33 protected:
36 
37  static Int_t fZmin;
38  static Int_t fZmax;
39  static TString fAList;
40  static Int_t fBinsByZ;
42 
44 
56 
61 
65 
66 public:
67  KVZAFinderDialog(KVIDGraph* g = 0, TH2* data_histo = 0);
69  virtual ~KVZAFinderDialog();
70 
71  void DoClose();
72  void CloseWindow();
73  void ProcessIdentification();
74 
75  ClassDef(KVZAFinderDialog, 1) //dialog box for KVZALineFinder classe
76 };
77 
78 #endif
int Int_t
#define RQ_OBJECT(sender_class)
#define ClassDef(name, id)
Base class for particle identification in a 2D map.
Definition: KVIDGraph.h:32
Dialog box for KVZALineFinder class.
TGNumberEntry * fZminEntry
TGHorizontalFrame * fButtonsFrame
TGHProgressBar * fLinearBar
TGTextButton * fCloseButton
TGTextButton * fTestButton
TGGroupFrame * fLinearFrame
TGNumberEntry * fZbinEntry
virtual ~KVZAFinderDialog()
Destructor.
TGGroupFrame * fInitFrame
static Int_t fZmax
static Int_t fBinsByZ
static Int_t fZmin
TGGroupFrame * fProgressFrame
TGNumberEntry * fZmaxEntry
static TString fAList
TGTransientFrame * fMain
TGTextEntry * fAEntry
TGHProgressBar * fProgressBar
KVZAFinderDialog(KVIDGraph *g=0, TH2 *data_histo=0)
TGHorizontalFrame * fApFrame
static Int_t fStepsByLine
TGHorizontalFrame * fZpFrame