KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
List of all members | Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
KVZAFinderDialog Class Reference

Dialog box for KVZALineFinder class.

Created by KVClassFactory on Wed Dec 12 10:11:10 2012 Author: dgruyer

Definition at line 29 of file KVZAFinderDialog.h.

Public Member Functions

 KVZAFinderDialog (const KVZAFinderDialog &)
 
 KVZAFinderDialog (KVIDGraph *g=0, TH2 *data_histo=0)
 
virtual ~KVZAFinderDialog ()
 Destructor. More...
 
void CloseWindow ()
 
void DoClose ()
 
void ProcessIdentification ()
 

Protected Attributes

TGTextEntryfAEntry
 
TGLabelfALabel
 
TGHorizontalFramefApFrame
 
TGHorizontalFramefButtonsFrame
 
TGTextButtonfCloseButton
 
KVIDGraphfGrid
 
TH2fHisto
 
TGGroupFramefInitFrame
 
TGHProgressBarfLinearBar
 
TGGroupFramefLinearFrame
 
TGTransientFramefMain
 
TGHProgressBarfProgressBar
 
TGGroupFramefProgressFrame
 
TGTextButtonfTestButton
 
TGNumberEntryfZbinEntry
 
TGLabelfZbinLabel
 
TGNumberEntryfZmaxEntry
 
TGLabelfZmaxLabel
 
TGNumberEntryfZminEntry
 
TGLabelfZminLabel
 
TGHorizontalFramefZpFrame
 

Static Protected Attributes

static TString fAList = "1,4,7,9,11,12,14,16,19,21,23,25,27,29,31,34,37,40,41"
 
static Int_t fBinsByZ = 60
 
static Int_t fStepsByLine = -1
 
static Int_t fZmax = -1
 
static Int_t fZmin = -1
 

#include <KVZAFinderDialog.h>

Constructor & Destructor Documentation

◆ KVZAFinderDialog() [1/2]

KVZAFinderDialog::KVZAFinderDialog ( KVIDGraph g = 0,
TH2 data_histo = 0 
)

Definition at line 20 of file KVZAFinderDialog.cpp.

◆ KVZAFinderDialog() [2/2]

KVZAFinderDialog::KVZAFinderDialog ( const KVZAFinderDialog )

Copy constructor This ctor is used to make a copy of an existing object (for example when a method returns an object), and it is always a good idea to implement it. If your class allocates memory in its constructor(s) then it is ESSENTIAL :-)

Definition at line 124 of file KVZAFinderDialog.cpp.

◆ ~KVZAFinderDialog()

KVZAFinderDialog::~KVZAFinderDialog ( )
virtual

Destructor.

Definition at line 139 of file KVZAFinderDialog.cpp.

Member Function Documentation

◆ CloseWindow()

void KVZAFinderDialog::CloseWindow ( )

Definition at line 157 of file KVZAFinderDialog.cpp.

◆ DoClose()

void KVZAFinderDialog::DoClose ( )

Definition at line 148 of file KVZAFinderDialog.cpp.

◆ ProcessIdentification()

void KVZAFinderDialog::ProcessIdentification ( )

Definition at line 167 of file KVZAFinderDialog.cpp.

Member Data Documentation

◆ fAEntry

TGTextEntry* KVZAFinderDialog::fAEntry
protected

Definition at line 54 of file KVZAFinderDialog.h.

◆ fALabel

TGLabel* KVZAFinderDialog::fALabel
protected

Definition at line 53 of file KVZAFinderDialog.h.

◆ fAList

TString KVZAFinderDialog::fAList = "1,4,7,9,11,12,14,16,19,21,23,25,27,29,31,34,37,40,41"
staticprotected

Definition at line 38 of file KVZAFinderDialog.h.

◆ fApFrame

TGHorizontalFrame* KVZAFinderDialog::fApFrame
protected

Definition at line 52 of file KVZAFinderDialog.h.

◆ fBinsByZ

Int_t KVZAFinderDialog::fBinsByZ = 60
staticprotected

Definition at line 39 of file KVZAFinderDialog.h.

◆ fButtonsFrame

TGHorizontalFrame* KVZAFinderDialog::fButtonsFrame
protected

Definition at line 61 of file KVZAFinderDialog.h.

◆ fCloseButton

TGTextButton* KVZAFinderDialog::fCloseButton
protected

Definition at line 63 of file KVZAFinderDialog.h.

◆ fGrid

KVIDGraph* KVZAFinderDialog::fGrid
protected

Definition at line 33 of file KVZAFinderDialog.h.

◆ fHisto

TH2* KVZAFinderDialog::fHisto
protected

Definition at line 34 of file KVZAFinderDialog.h.

◆ fInitFrame

TGGroupFrame* KVZAFinderDialog::fInitFrame
protected

Definition at line 44 of file KVZAFinderDialog.h.

◆ fLinearBar

TGHProgressBar* KVZAFinderDialog::fLinearBar
protected

Definition at line 57 of file KVZAFinderDialog.h.

◆ fLinearFrame

TGGroupFrame* KVZAFinderDialog::fLinearFrame
protected

Definition at line 56 of file KVZAFinderDialog.h.

◆ fMain

TGTransientFrame* KVZAFinderDialog::fMain
protected

Definition at line 42 of file KVZAFinderDialog.h.

◆ fProgressBar

TGHProgressBar* KVZAFinderDialog::fProgressBar
protected

Definition at line 59 of file KVZAFinderDialog.h.

◆ fProgressFrame

TGGroupFrame* KVZAFinderDialog::fProgressFrame
protected

Definition at line 58 of file KVZAFinderDialog.h.

◆ fStepsByLine

Int_t KVZAFinderDialog::fStepsByLine = -1
staticprotected

Definition at line 40 of file KVZAFinderDialog.h.

◆ fTestButton

TGTextButton* KVZAFinderDialog::fTestButton
protected

Definition at line 62 of file KVZAFinderDialog.h.

◆ fZbinEntry

TGNumberEntry* KVZAFinderDialog::fZbinEntry
protected

Definition at line 51 of file KVZAFinderDialog.h.

◆ fZbinLabel

TGLabel* KVZAFinderDialog::fZbinLabel
protected

Definition at line 50 of file KVZAFinderDialog.h.

◆ fZmax

Int_t KVZAFinderDialog::fZmax = -1
staticprotected

Definition at line 37 of file KVZAFinderDialog.h.

◆ fZmaxEntry

TGNumberEntry* KVZAFinderDialog::fZmaxEntry
protected

Definition at line 49 of file KVZAFinderDialog.h.

◆ fZmaxLabel

TGLabel* KVZAFinderDialog::fZmaxLabel
protected

Definition at line 48 of file KVZAFinderDialog.h.

◆ fZmin

Int_t KVZAFinderDialog::fZmin = -1
staticprotected

Definition at line 36 of file KVZAFinderDialog.h.

◆ fZminEntry

TGNumberEntry* KVZAFinderDialog::fZminEntry
protected

Definition at line 47 of file KVZAFinderDialog.h.

◆ fZminLabel

TGLabel* KVZAFinderDialog::fZminLabel
protected

Definition at line 46 of file KVZAFinderDialog.h.

◆ fZpFrame

TGHorizontalFrame* KVZAFinderDialog::fZpFrame
protected

Definition at line 45 of file KVZAFinderDialog.h.


The documentation for this class was generated from the following files: