![]() |
KaliVeda
Toolkit for HIC analysis
|
Created by KVClassFactory on Wed Nov 28 13:11:32 2012 Author: dgruyer
Definition at line 30 of file KVSpIdGUI.h.
#include <KVSpIdGUI.h>
Public Types | |
| enum | PiedestalType { kUser , kAuto , kNone } |
Public Member Functions | |
| KVSpIdGUI (const KVSpIdGUI &) | |
| KVSpIdGUI (KVIDGraph *g=0, TH2 *data_histo=0, Double_t xm=-1., Double_t ym=-1., Double_t pdx=-1., Double_t pdy=-1., const char *opt="DRLF") | |
| virtual | ~KVSpIdGUI () |
| Delete all widgets. More... | |
| void | CloseWindow () |
| void | DoClose () |
| Double_t | GetFactor () |
| void | SetDebug (Bool_t deb) |
| void | SetPiedestal (Bool_t pied) |
| void | SetUseCut (Bool_t uc) |
| void | SetUserParameter (Bool_t par) |
| void | SpiderIdentification () |
| Enumerator | |
|---|---|
| kUser | |
| kAuto | |
| kNone | |
Definition at line 34 of file KVSpIdGUI.h.
| KVSpIdGUI::KVSpIdGUI | ( | KVIDGraph * | g = 0, |
| TH2 * | data_histo = 0, |
||
| Double_t | xm = -1., |
||
| Double_t | ym = -1., |
||
| Double_t | pdx = -1., |
||
| Double_t | pdy = -1., |
||
| const char * | opt = "DRLF" |
||
| ) |
Definition at line 41 of file KVSpIdGUI.cpp.
| KVSpIdGUI::KVSpIdGUI | ( | const KVSpIdGUI & | ) |
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 261 of file KVSpIdGUI.cpp.
|
virtual |
Delete all widgets.
Definition at line 243 of file KVSpIdGUI.cpp.
| void KVSpIdGUI::CloseWindow | ( | ) |
Definition at line 233 of file KVSpIdGUI.cpp.
| void KVSpIdGUI::DoClose | ( | ) |
Definition at line 224 of file KVSpIdGUI.cpp.
| Double_t KVSpIdGUI::GetFactor | ( | ) |
Definition at line 287 of file KVSpIdGUI.cpp.
Definition at line 139 of file KVSpIdGUI.h.
Definition at line 147 of file KVSpIdGUI.h.
Definition at line 143 of file KVSpIdGUI.h.
Definition at line 275 of file KVSpIdGUI.cpp.
| void KVSpIdGUI::SpiderIdentification | ( | ) |
Definition at line 297 of file KVSpIdGUI.cpp.