KaliVeda
Toolkit for HIC analysis

Detailed Description

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 ()
 

Member Enumeration Documentation

◆ PiedestalType

Enumerator
kUser 
kAuto 
kNone 

Definition at line 34 of file KVSpIdGUI.h.

Constructor & Destructor Documentation

◆ KVSpIdGUI() [1/2]

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() [2/2]

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.

◆ ~KVSpIdGUI()

KVSpIdGUI::~KVSpIdGUI ( )
virtual

Delete all widgets.

Definition at line 243 of file KVSpIdGUI.cpp.

Member Function Documentation

◆ CloseWindow()

void KVSpIdGUI::CloseWindow ( )

Definition at line 233 of file KVSpIdGUI.cpp.

◆ DoClose()

void KVSpIdGUI::DoClose ( )

Definition at line 224 of file KVSpIdGUI.cpp.

◆ GetFactor()

Double_t KVSpIdGUI::GetFactor ( )

Definition at line 287 of file KVSpIdGUI.cpp.

◆ SetDebug()

void KVSpIdGUI::SetDebug ( Bool_t  deb)
inline

Definition at line 139 of file KVSpIdGUI.h.

◆ SetPiedestal()

void KVSpIdGUI::SetPiedestal ( Bool_t  pied)
inline

Definition at line 147 of file KVSpIdGUI.h.

◆ SetUseCut()

void KVSpIdGUI::SetUseCut ( Bool_t  uc)
inline

Definition at line 143 of file KVSpIdGUI.h.

◆ SetUserParameter()

void KVSpIdGUI::SetUserParameter ( Bool_t  par)

Definition at line 275 of file KVSpIdGUI.cpp.

◆ SpiderIdentification()

void KVSpIdGUI::SpiderIdentification ( )

Definition at line 297 of file KVSpIdGUI.cpp.