ROOTANA
|
A complicated canvas example, using the values from V792 module. More...
#include <TComplicatedExampleCanvas.hxx>
Public Member Functions | |
TComplicatedExampleCanvas () | |
void | ResetCanvasHistograms () |
Reset the histograms for this canvas. More... | |
void | UpdateCanvasHistograms (TDataContainer &dataContainer) |
Update the histograms for this canvas. More... | |
void | PlotCanvas (TDataContainer &dataContainer, TRootEmbeddedCanvas *embedCanvas) |
Plot the histograms for this canvas. More... | |
void | SetUpCompositeFrame (TGCompositeFrame *compFrame, TRootanaDisplay *display) |
void | BeginRun (int transition, int run, int time) |
Take actions at begin run. More... | |
Public Member Functions inherited from TCanvasHandleBase | |
TCanvasHandleBase (std::string tabName) | |
virtual | ~TCanvasHandleBase () |
virtual void | EndRun (int transition, int run, int time) |
Take actions at end run More... | |
std::string | GetTabName () |
TRootEmbeddedCanvas * | GetEmbeddedCanvas () |
This method is only. More... | |
Private Attributes | |
TH1F * | adcValue [32] |
TGNumberEntry * | fBankCounterButton |
A complicated canvas example, using the values from V792 module.
Definition at line 13 of file TComplicatedExampleCanvas.hxx.
TComplicatedExampleCanvas::TComplicatedExampleCanvas | ( | ) |
Definition at line 9 of file TComplicatedExampleCanvas.cxx.
|
inlinevirtual |
Take actions at begin run.
Reimplemented from TCanvasHandleBase.
Definition at line 29 of file TComplicatedExampleCanvas.hxx.
|
virtual |
Plot the histograms for this canvas.
Implements TCanvasHandleBase.
Definition at line 74 of file TComplicatedExampleCanvas.cxx.
|
virtual |
Reset the histograms for this canvas.
Implements TCanvasHandleBase.
Definition at line 46 of file TComplicatedExampleCanvas.cxx.
|
virtual |
Reimplemented from TCanvasHandleBase.
Definition at line 20 of file TComplicatedExampleCanvas.cxx.
|
virtual |
Update the histograms for this canvas.
Implements TCanvasHandleBase.
Definition at line 53 of file TComplicatedExampleCanvas.cxx.
|
private |
Definition at line 34 of file TComplicatedExampleCanvas.hxx.
|
private |
Definition at line 35 of file TComplicatedExampleCanvas.hxx.