KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVZAFinderDialog Class Reference

Detailed Description

Dialog box for KVZALineFinder class.

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

Definition at line 30 of file KVZAFinderDialog.h.

#include <KVZAFinderDialog.h>

Public Member Functions

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

Private Attributes

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

Static Private 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
 

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
private

Definition at line 55 of file KVZAFinderDialog.h.

◆ fALabel

TGLabel* KVZAFinderDialog::fALabel
private

Definition at line 54 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"
staticprivate

Definition at line 39 of file KVZAFinderDialog.h.

◆ fApFrame

TGHorizontalFrame* KVZAFinderDialog::fApFrame
private

Definition at line 53 of file KVZAFinderDialog.h.

◆ fBinsByZ

Int_t KVZAFinderDialog::fBinsByZ = 60
staticprivate

Definition at line 40 of file KVZAFinderDialog.h.

◆ fButtonsFrame

TGHorizontalFrame* KVZAFinderDialog::fButtonsFrame
private

Definition at line 62 of file KVZAFinderDialog.h.

◆ fCloseButton

TGTextButton* KVZAFinderDialog::fCloseButton
private

Definition at line 64 of file KVZAFinderDialog.h.

◆ fGrid

KVIDGraph* KVZAFinderDialog::fGrid
private

Definition at line 34 of file KVZAFinderDialog.h.

◆ fHisto

TH2* KVZAFinderDialog::fHisto
private

Definition at line 35 of file KVZAFinderDialog.h.

◆ fInitFrame

TGGroupFrame* KVZAFinderDialog::fInitFrame
private

Definition at line 45 of file KVZAFinderDialog.h.

◆ fLinearBar

TGHProgressBar* KVZAFinderDialog::fLinearBar
private

Definition at line 58 of file KVZAFinderDialog.h.

◆ fLinearFrame

TGGroupFrame* KVZAFinderDialog::fLinearFrame
private

Definition at line 57 of file KVZAFinderDialog.h.

◆ fMain

TGTransientFrame* KVZAFinderDialog::fMain
private

Definition at line 43 of file KVZAFinderDialog.h.

◆ fProgressBar

TGHProgressBar* KVZAFinderDialog::fProgressBar
private

Definition at line 60 of file KVZAFinderDialog.h.

◆ fProgressFrame

TGGroupFrame* KVZAFinderDialog::fProgressFrame
private

Definition at line 59 of file KVZAFinderDialog.h.

◆ fStepsByLine

Int_t KVZAFinderDialog::fStepsByLine = -1
staticprivate

Definition at line 41 of file KVZAFinderDialog.h.

◆ fTestButton

TGTextButton* KVZAFinderDialog::fTestButton
private

Definition at line 63 of file KVZAFinderDialog.h.

◆ fZbinEntry

TGNumberEntry* KVZAFinderDialog::fZbinEntry
private

Definition at line 52 of file KVZAFinderDialog.h.

◆ fZbinLabel

TGLabel* KVZAFinderDialog::fZbinLabel
private

Definition at line 51 of file KVZAFinderDialog.h.

◆ fZmax

Int_t KVZAFinderDialog::fZmax = -1
staticprivate

Definition at line 38 of file KVZAFinderDialog.h.

◆ fZmaxEntry

TGNumberEntry* KVZAFinderDialog::fZmaxEntry
private

Definition at line 50 of file KVZAFinderDialog.h.

◆ fZmaxLabel

TGLabel* KVZAFinderDialog::fZmaxLabel
private

Definition at line 49 of file KVZAFinderDialog.h.

◆ fZmin

Int_t KVZAFinderDialog::fZmin = -1
staticprivate

Definition at line 37 of file KVZAFinderDialog.h.

◆ fZminEntry

TGNumberEntry* KVZAFinderDialog::fZminEntry
private

Definition at line 48 of file KVZAFinderDialog.h.

◆ fZminLabel

TGLabel* KVZAFinderDialog::fZminLabel
private

Definition at line 47 of file KVZAFinderDialog.h.

◆ fZpFrame

TGHorizontalFrame* KVZAFinderDialog::fZpFrame
private

Definition at line 46 of file KVZAFinderDialog.h.