![]() |
KaliVeda
Toolkit for HIC analysis
|
TCanvas with mouse-controlled dynamic zoom and pan & scan.
Created by KVClassFactory on Fri Feb 17 17:47:35 2012 Author: dgruyer
<ctrl> e
show editor<ctrl> f
start fit panel (TH1)<ctrl> g
set/unset grid on X and Y axes<ctrl> i
show shortcuts infos<ctrl> l
set/unset log scale on Y axis (TH1) or Z axis (TH2)<ctrl> n
normalize drawn histogram to its integral<ctrl> p x
draw profile X (TH2)<ctrl> p y
draw profile Y (TH2)<ctrl> s
save canvas as<ctrl> u
update canvas<ctrl> v
set/unset 'vener' mode (TH2)<ctrl> w
set/unset 'Age Of Empire' mode (TH2)<ctrl> +
set minimum +1 (TH2)<ctrl> -
set minimum -1 (TH2)F9
set/unset log scale on X axisF10
set/unset log scale on X axisF11
set/unset log scale on X axisF12
unzoomArrows
move on histogram or axis Definition at line 54 of file KVCanvas.h.
#include <KVCanvas.h>
Public Member Functions | |
KVCanvas () | |
KVCanvas (const char *name, const char *title, Int_t ww, Int_t wh, Bool_t keyHandler=kTRUE) | |
using TCanvas::TCanvas; More... | |
KVCanvas (const char *name, Int_t ww, Int_t wh, Int_t winid) | |
fKeyHandler = new KVKeyHandler(this); More... | |
virtual | ~KVCanvas () |
void | DisableClass (const char *className) |
void | DisableObject (TObject *obj) |
void | FreezCavans (Bool_t freez) |
Int_t | GetEnabledShortcuts () |
Int_t | GetVenerMode () |
void | HandleInput (EEventType event, Int_t px, Int_t py) |
Bool_t | IsLogx () |
Bool_t | IsLogy () |
Bool_t | IsLogz () |
void | ResetDisabledClass () |
void | ResetDisabledObject () |
void | SetEnabledShortcuts (Int_t value=1) |
void | SetVenerMode (Int_t value=1) |
void | ShowShortcutsInfos () |
Private Member Functions | |
void | AddShortcutsInfo (const char *cut, const char *desc) |
void | DrawEventStatus (Int_t event, Int_t px, Int_t py, TObject *selected) |
void | DynamicZoom (Int_t Sign, Int_t px, Int_t py) |
void | DynamicZoomTH1 (Int_t Sign, Int_t px, Int_t py) |
Zoom in or out of histogram with mouse wheel. More... | |
Bool_t | ExpandFunctionRange () |
TH1 * | FindHisto () |
virtual Bool_t | HandleKey (Int_t, Int_t py) |
virtual Bool_t HandleKey(Event_t* /*event*/){return kTRUE;} More... | |
void | InitInfos () |
void | MoveAxis (TAxis *ax, Int_t sign) |
void | ProfileX (TH2 *hh) |
void | ProfileY (TH2 *hh) |
void | ProjectionX (TH2 *hh) |
void | ProjectionY (TH2 *hh) |
void | RunAutoExec () |
Execute the list of TExecs in the current pad. More... | |
void | SaveCanvasAs () |
void | ZoomSelected (TH2 *TheHisto) |
Private Attributes | |
Bool_t | fAgeOfEmpire |
TString | fDisabledClasses |
TList | fDisabledObjects |
Int_t | fEnabledShortcuts |
Bool_t | fFreezed |
Bool_t | fHasDisabledClasses |
Bool_t | fHasDisabledObject |
Bool_t | fJPressed |
TGFrame * | fKeyHandler |
handler for keys More... | |
Bool_t | fPPressed |
TString | fSavedAs |
TList | fShortCuts |
Bool_t | fVenerMode |
Bool_t | moved |
Int_t | NdisXbins |
Int_t | NdisYbins |
number of displayed bins on X & Y More... | |
Int_t | NXbins |
Int_t | NYbins |
Double_t | oldx |
Double_t | oldy |
TAxis * | theXaxis |
TAxis * | theYaxis |
the axes of the histogram More... | |
Int_t | X0 |
! variables for pan & scan More... | |
Double_t | XbinPixel |
Int_t | Xf1 |
Int_t | Xfirst0 |
Int_t | Xl1 |
Int_t | Xlast0 |
number of bins on x-axis, initial displayed bins More... | |
Double_t | xmax |
Double_t | xmin |
Int_t | Y0 |
coordinates of initial click in pad pixels More... | |
Double_t | YbinPixel |
size of bins in pixels More... | |
Int_t | Yf1 |
Int_t | Yfirst0 |
Int_t | Yl1 |
last modification to axis limits More... | |
Int_t | Ylast0 |
number of bins on y-axis, initial displayed bins More... | |
Double_t | ymax |
Double_t | ymin |
Friends | |
class | KVKeyHandler |
KVCanvas::KVCanvas | ( | ) |
Definition at line 32 of file KVCanvas.cpp.
KVCanvas::KVCanvas | ( | const char * | name, |
const char * | title, | ||
Int_t | ww, | ||
Int_t | wh, | ||
Bool_t | keyHandler = kTRUE |
||
) |
using TCanvas::TCanvas;
if(keyHandler) fKeyHandler = new KVKeyHandler(this);
Definition at line 61 of file KVCanvas.cpp.
KVCanvas::KVCanvas | ( | const char * | name, |
Int_t | ww, | ||
Int_t | wh, | ||
Int_t | winid | ||
) |
fKeyHandler = new KVKeyHandler(this);
Definition at line 79 of file KVCanvas.cpp.
|
virtual |
Definition at line 51 of file KVCanvas.cpp.
|
private |
Definition at line 1097 of file KVCanvas.cpp.
void KVCanvas::DisableClass | ( | const char * | className | ) |
Definition at line 139 of file KVCanvas.cpp.
void KVCanvas::DisableObject | ( | TObject * | obj | ) |
Definition at line 170 of file KVCanvas.cpp.
|
private |
Report name and title of primitive below the cursor.
This function is called when the option "Event Status" in the canvas menu "Options" is selected.
Definition at line 185 of file KVCanvas.cpp.
|
private |
Zoom in or out of histogram with mouse wheel Info("DynamicZoom","px=%d py=%d",px,py);
Definition at line 722 of file KVCanvas.cpp.
|
private |
Zoom in or out of histogram with mouse wheel.
Definition at line 683 of file KVCanvas.cpp.
|
private |
Definition at line 1274 of file KVCanvas.cpp.
|
private |
Definition at line 1260 of file KVCanvas.cpp.
|
inline |
Definition at line 103 of file KVCanvas.h.
|
inline |
Definition at line 116 of file KVCanvas.h.
|
inline |
Definition at line 110 of file KVCanvas.h.
void KVCanvas::HandleInput | ( | EEventType | event, |
Int_t | px, | ||
Int_t | py | ||
) |
Handle Input Events.
Handle input events, like button up/down in current canvas.
Definition at line 221 of file KVCanvas.cpp.
|
privatevirtual |
virtual Bool_t HandleKey(Event_t* /*event*/){return kTRUE;}
Handle keys Info("HandleKey","key pressed : %d %d",px,py);
Reimplemented in KVIDGridEditorCanvas.
Definition at line 778 of file KVCanvas.cpp.
|
private |
Definition at line 1130 of file KVCanvas.cpp.
bool KVCanvas::IsLogx | ( | ) |
Definition at line 115 of file KVCanvas.cpp.
bool KVCanvas::IsLogy | ( | ) |
Definition at line 106 of file KVCanvas.cpp.
bool KVCanvas::IsLogz | ( | ) |
Definition at line 97 of file KVCanvas.cpp.
|
private |
Definition at line 1072 of file KVCanvas.cpp.
|
private |
Definition at line 1165 of file KVCanvas.cpp.
|
private |
Definition at line 1179 of file KVCanvas.cpp.
|
private |
Definition at line 1301 of file KVCanvas.cpp.
|
private |
Definition at line 1341 of file KVCanvas.cpp.
void KVCanvas::ResetDisabledClass | ( | ) |
Definition at line 150 of file KVCanvas.cpp.
void KVCanvas::ResetDisabledObject | ( | ) |
Definition at line 160 of file KVCanvas.cpp.
|
private |
Execute the list of TExecs in the current pad.
Definition at line 125 of file KVCanvas.cpp.
|
private |
Definition at line 1199 of file KVCanvas.cpp.
void KVCanvas::SetEnabledShortcuts | ( | Int_t | value = 1 | ) |
Definition at line 1292 of file KVCanvas.cpp.
void KVCanvas::SetVenerMode | ( | Int_t | value = 1 | ) |
Definition at line 1121 of file KVCanvas.cpp.
void KVCanvas::ShowShortcutsInfos | ( | ) |
Definition at line 1106 of file KVCanvas.cpp.
|
private |
Definition at line 659 of file KVCanvas.cpp.
|
friend |
Definition at line 55 of file KVCanvas.h.
|
private |
Definition at line 72 of file KVCanvas.h.
|
private |
Definition at line 75 of file KVCanvas.h.
|
private |
Definition at line 78 of file KVCanvas.h.
|
private |
Definition at line 80 of file KVCanvas.h.
|
private |
Definition at line 84 of file KVCanvas.h.
|
private |
Definition at line 74 of file KVCanvas.h.
|
private |
Definition at line 76 of file KVCanvas.h.
|
private |
Definition at line 71 of file KVCanvas.h.
|
private |
handler for keys
Definition at line 83 of file KVCanvas.h.
|
private |
Definition at line 70 of file KVCanvas.h.
|
private |
Definition at line 81 of file KVCanvas.h.
|
private |
Definition at line 79 of file KVCanvas.h.
|
private |
Definition at line 73 of file KVCanvas.h.
|
private |
Definition at line 69 of file KVCanvas.h.
|
private |
Definition at line 62 of file KVCanvas.h.
|
private |
number of displayed bins on X & Y
Definition at line 62 of file KVCanvas.h.
|
private |
Definition at line 63 of file KVCanvas.h.
|
private |
Definition at line 64 of file KVCanvas.h.
|
private |
Definition at line 59 of file KVCanvas.h.
|
private |
Definition at line 59 of file KVCanvas.h.
|
private |
Definition at line 65 of file KVCanvas.h.
|
private |
the axes of the histogram
Definition at line 65 of file KVCanvas.h.
|
private |
! variables for pan & scan
Definition at line 61 of file KVCanvas.h.
|
private |
Definition at line 66 of file KVCanvas.h.
|
private |
Definition at line 67 of file KVCanvas.h.
|
private |
Definition at line 63 of file KVCanvas.h.
|
private |
Definition at line 67 of file KVCanvas.h.
|
private |
number of bins on x-axis, initial displayed bins
Definition at line 63 of file KVCanvas.h.
|
private |
Definition at line 58 of file KVCanvas.h.
|
private |
Definition at line 58 of file KVCanvas.h.
|
private |
coordinates of initial click in pad pixels
Definition at line 61 of file KVCanvas.h.
|
private |
size of bins in pixels
Definition at line 66 of file KVCanvas.h.
|
private |
Definition at line 67 of file KVCanvas.h.
|
private |
Definition at line 64 of file KVCanvas.h.
|
private |
last modification to axis limits
Definition at line 67 of file KVCanvas.h.
|
private |
number of bins on y-axis, initial displayed bins
Definition at line 64 of file KVCanvas.h.
|
private |
Definition at line 58 of file KVCanvas.h.
|
private |
Definition at line 58 of file KVCanvas.h.