ROOTANA
|
#include <TSimpleExampleCanvas.hxx>
Public Member Functions | |
TSimpleExampleCanvas () | |
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... | |
Public Member Functions inherited from TCanvasHandleBase | |
TCanvasHandleBase (std::string tabName) | |
virtual | ~TCanvasHandleBase () |
virtual void | BeginRun (int transition, int run, int time) |
Take actions at begin run. More... | |
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... | |
virtual void | SetUpCompositeFrame (TGCompositeFrame *, TRootanaDisplay *display) |
Private Attributes | |
TH1F * | tdcHistogram |
A simple example, using V1190 data
Definition at line 15 of file TSimpleExampleCanvas.hxx.
TSimpleExampleCanvas::TSimpleExampleCanvas | ( | ) |
Definition at line 6 of file TSimpleExampleCanvas.cxx.
|
virtual |
Plot the histograms for this canvas.
Implements TCanvasHandleBase.
Definition at line 38 of file TSimpleExampleCanvas.cxx.
|
virtual |
Reset the histograms for this canvas.
Implements TCanvasHandleBase.
Definition at line 15 of file TSimpleExampleCanvas.cxx.
|
virtual |
Update the histograms for this canvas.
Implements TCanvasHandleBase.
Definition at line 21 of file TSimpleExampleCanvas.cxx.
|
private |
Definition at line 30 of file TSimpleExampleCanvas.hxx.