KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVZAFinderDialog.h
Go to the documentation of this file.
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 
30  RQ_OBJECT("KVZAFinderDialog")
31 
32 protected:
35 
36  static Int_t fZmin;
37  static Int_t fZmax;
38  static TString fAList;
39  static Int_t fBinsByZ;
41 
43 
55 
60 
64 
65 public:
66  KVZAFinderDialog(KVIDGraph* g = 0, TH2* data_histo = 0);
68  virtual ~KVZAFinderDialog();
69 
70  void DoClose();
71  void CloseWindow();
72  void ProcessIdentification();
73 
74  ClassDef(KVZAFinderDialog, 1) //dialog box for KVZALineFinder classe
75 };
76 
77 #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:31
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
const long double g
masses
Definition: KVUnits.h:72