ROOTANA
|
#include <TV1720Correlations.h>
Public Member Functions | |
TV1720Correlations () | |
virtual | ~TV1720Correlations () |
void | UpdateHistograms (TDataContainer &dataContainer) |
Update the histograms for this canvas. More... | |
void | Reset () |
void | CreateHistograms () |
Function to create histograms; users will want to implement this function. More... | |
void | BeginRun (int transition, int run, int time) |
Take actions at begin run. More... | |
Public Member Functions inherited from THistogramArrayBase | |
THistogramArrayBase () | |
virtual | ~THistogramArrayBase () |
TH1 * | GetHistogram (unsigned i) |
A helper method for accessing each histogram. Does bounds checking. More... | |
virtual void | EndRun (int transition, int run, int time) |
Take actions at end run More... | |
void | SetNumberChannelsInGroup (int numberChannelsInGroups) |
const int | GetNumberChannelsInGroup () |
void | SetGroupName (std::string name) |
Set name for the 'group'. More... | |
const std::string | GetGroupName () |
void | SetChannelName (std::string name) |
Set name for the 'channel'. More... | |
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. More... | |
virtual std::string | GetSubTabName () |
Get the name of the sub-tab for these plots, if running DaqDisplay. More... | |
virtual bool | IsUpdateWhenPlotted () |
virtual TCanvasHandleBase * | CreateCanvas () |
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. More... | |
virtual void | SetSubTabName (std::string name) |
Set the name of the sub-tab for these plots, if running DaqDisplay. More... | |
virtual void | SetUpdateOnlyWhenPlotted (bool whenupdate) |
Class for making 2D histogram of correlation between V1720 pulse height and bin
Definition at line 9 of file TV1720Correlations.h.
|
inline |
|
inlinevirtual |
Definition at line 15 of file TV1720Correlations.h.
|
inlinevirtual |
Take actions at begin run.
Reimplemented from THistogramArrayBase.
Definition at line 25 of file TV1720Correlations.h.
|
virtual |
Function to create histograms; users will want to implement this function.
Reimplemented from THistogramArrayBase.
Definition at line 10 of file TV1720Correlations.cxx.
void TV1720Correlations::Reset | ( | ) |
|
virtual |
Update the histograms for this canvas.
Implements THistogramArrayBase.
Definition at line 41 of file TV1720Correlations.cxx.