|
ROOTANA
|
Class for making histograms of L2249 ADC data. More...
#include <TL2249Histogram.h>


Public Member Functions | |
| TL2249Histograms () | |
| Reset the histograms for this canvas. | |
| virtual | ~TL2249Histograms () |
| void | UpdateHistograms (TDataContainer &dataContainer) |
| Update the histograms for this canvas. | |
| void | BeginRun (int transition, int run, int time) |
| Take actions at begin run. | |
| void | EndRun (int transition, int run, int time) |
| Take actions at end run | |
Public Member Functions inherited from THistogramArrayBase | |
| THistogramArrayBase () | |
| virtual | ~THistogramArrayBase () |
| TH1 * | GetHistogram (unsigned i) |
| A helper method for accessing each histogram. Does bounds checking. | |
| void | SetNumberChannelsInGroup (int numberChannelsInGroups) |
| const int | GetNumberChannelsInGroup () |
| void | SetGroupName (std::string name) |
| Set name for the 'group'. | |
| const std::string | GetGroupName () |
| void | SetChannelName (std::string name) |
| Set name for the 'channel'. | |
| const std::string | GetChannelName () |
| void | DisableAutoUpdate (bool DisableautoUpdate=true) |
| const bool | GetDisableAutoUpdate () |
| const bool | HasAutoUpdate () |
| virtual std::string | GetTabName () |
| Get the name of the top-level tab for these plots, if running DaqDisplay. | |
| virtual std::string | GetSubTabName () |
| Get the name of the sub-tab for these plots, if running DaqDisplay. | |
| virtual bool | IsUpdateWhenPlotted () |
| virtual TCanvasHandleBase * | CreateCanvas () |
Private Member Functions | |
| void | CreateHistograms () |
| Create Histograms and set labels and range. | |
Additional Inherited Members | |
Protected Member Functions inherited from THistogramArrayBase | |
| virtual void | SetTabName (std::string name) |
| Set the name of the top-level tab for these plots, if running DaqDisplay. | |
| virtual void | SetSubTabName (std::string name) |
| Set the name of the sub-tab for these plots, if running DaqDisplay. | |
| virtual void | SetUpdateOnlyWhenPlotted (bool whenupdate) |
Class for making histograms of L2249 ADC data.
Definition at line 8 of file TL2249Histogram.h.
| TL2249Histograms::TL2249Histograms | ( | ) |
Reset the histograms for this canvas.
Definition at line 9 of file TL2249Histogram.cxx.

|
inlinevirtual |
Definition at line 11 of file TL2249Histogram.h.
|
virtual |
Take actions at begin run.
Reimplemented from THistogramArrayBase.
Definition at line 66 of file TL2249Histogram.cxx.

|
privatevirtual |
Create Histograms and set labels and range.
Reimplemented from THistogramArrayBase.
Definition at line 17 of file TL2249Histogram.cxx.


|
virtual |
Take actions at end run
Reimplemented from THistogramArrayBase.
Definition at line 74 of file TL2249Histogram.cxx.
|
virtual |
Update the histograms for this canvas.
Get the Vector of ADC Measurements.
Implements THistogramArrayBase.
Definition at line 48 of file TL2249Histogram.cxx.
