A wrapper for the TH2D histogram to allow it to be put inside the same map as all the other classes in this file. More...
#include <Histograms.h>
Inherits Histograms.
Public Member Functions | |
void | Clear () override |
void | Fill (const double &x, const double &y) override |
TProfile * | getProfile () |
HTH2D (TFile *outputFile, const TString &name, const TString &title, const TString &dirName, const int xBins, const double &xMin, const double &xMax, const int yBins, const double &yMin, const double &yMax) | |
TH2D * | operator-> () |
virtual void | SetXTitle (const TString &title) |
virtual void | SetYTitle (const TString &title) |
void | Write () override |
~HTH2D () override | |
Protected Attributes | |
TH2D * | tH2d_ |
TProfile * | tProfile_ |
A wrapper for the TH2D histogram to allow it to be put inside the same map as all the other classes in this file.
Definition at line 131 of file Histograms.h.
|
inline |
Definition at line 134 of file Histograms.h.
|
inlineoverride |
Definition at line 139 of file Histograms.h.
|
inlineoverride |
Definition at line 152 of file Histograms.h.
|
inlineoverride |
Definition at line 143 of file Histograms.h.
|
inline |
Definition at line 165 of file Histograms.h.
|
inline |
Definition at line 164 of file Histograms.h.
|
inlinevirtual |
Definition at line 156 of file Histograms.h.
|
inlinevirtual |
Definition at line 160 of file Histograms.h.
|
inlineoverride |
Definition at line 147 of file Histograms.h.
|
protected |
Definition at line 167 of file Histograms.h.
|
protected |
Definition at line 168 of file Histograms.h.