A wrapper for the TProfile 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 |
HTProfile (TFile *outputFile, const TString &name, const TString &title, const int xBins, const double &xMin, const double &xMax, const double &yMin, const double &yMax) | |
TProfile * | operator-> () |
virtual void | SetXTitle (const TString &title) |
virtual void | SetYTitle (const TString &title) |
void | Write () override |
~HTProfile () override | |
Protected Attributes | |
TProfile * | tProfile_ |
A wrapper for the TProfile histogram to allow it to be put inside the same map as all the other classes in this file.
Definition at line 213 of file Histograms.h.
|
inline |
Definition at line 215 of file Histograms.h.
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlineoverride |
|
protected |
Definition at line 238 of file Histograms.h.
Referenced by Clear(), Fill(), operator->(), SetXTitle(), SetYTitle(), Write(), and ~HTProfile().