A wrapper for the TH1D 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 |
HTH1D (TFile *outputFile, const TString &name, const TString &title, const int xBins, const double &xMin, const double &xMax) | |
TH1D * | operator-> () |
virtual void | SetXTitle (const TString &title) |
virtual void | SetYTitle (const TString &title) |
void | Write () override |
~HTH1D () override | |
Protected Attributes | |
TH1D * | tH1D_ |
A wrapper for the TH1D histogram to allow it to be put inside the same map as all the other classes in this file.
Definition at line 185 of file Histograms.h.
|
inline |
Definition at line 187 of file Histograms.h.
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inline |
|
inlinevirtual |
Definition at line 202 of file Histograms.h.
References tH1D_, and overlapproblemtsosanalyzer_cfi::title.
|
inlinevirtual |
Definition at line 203 of file Histograms.h.
References tH1D_, and overlapproblemtsosanalyzer_cfi::title.
|
inlineoverride |
Definition at line 196 of file Histograms.h.
References tH1D_.
|
protected |
Definition at line 207 of file Histograms.h.
Referenced by Clear(), Fill(), operator->(), SetXTitle(), SetYTitle(), Write(), and ~HTH1D().