KaliVeda
Toolkit for HIC analysis
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. More...
 
void CloseWindow ()
 
void DoClose ()
 
void ProcessIdentification ()
 

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.