1 #ifndef TComplicatedExampleCanvas_h
2 #define TComplicatedExampleCanvas_h
10 #include "TGNumberEntry.h"
29 void BeginRun(
int transition,
int run,
int time){
30 std::cout <<
"BOR: User can do something here... " << std::endl;
A complicated canvas example, using the values from V792 module.
void BeginRun(int transition, int run, int time)
Take actions at begin run.
void PlotCanvas(TDataContainer &dataContainer, TRootEmbeddedCanvas *embedCanvas)
Plot the histograms for this canvas.
TComplicatedExampleCanvas()
TGNumberEntry * fBankCounterButton
void UpdateCanvasHistograms(TDataContainer &dataContainer)
Update the histograms for this canvas.
void ResetCanvasHistograms()
Reset the histograms for this canvas.
void SetUpCompositeFrame(TGCompositeFrame *compFrame, TRootanaDisplay *display)