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_ |
Additional Inherited Members | |
Public Attributes inherited from Histograms | |
dqm::reco::MonitorElement * | lumiVsLS |
dqm::reco::MonitorElement * | numberOfPixelClustersVsLS |
dqm::reco::MonitorElement * | numberOfPixelClustersVsLumi |
dqm::reco::MonitorElement * | pixelLumiVsLS |
dqm::reco::MonitorElement * | pixelLumiVsLumi |
dqm::reco::MonitorElement * | puVsLS |
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 137 of file Histograms.h.
|
inline |
Definition at line 139 of file Histograms.h.
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlineoverride |
|
protected |
Definition at line 182 of file Histograms.h.
Referenced by Clear(), Fill(), operator->(), SetXTitle(), SetYTitle(), Write(), and ~HTH2D().
|
protected |
Definition at line 183 of file Histograms.h.
Referenced by Clear(), Fill(), getProfile(), SetXTitle(), SetYTitle(), Write(), and ~HTH2D().