#include <HistoWrapper.h>
Public Member Functions | |
MonitorElement * | book1D (DQMStore::IBooker &iBooker, TString const &name, TString const &title, int const nchX, double const lowX, double const highX, int level=kEverything) |
MonitorElement * | book2D (DQMStore::IBooker &iBooker, TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, int level=kEverything) |
HistoWrapper (const edm::ParameterSet &) | |
~HistoWrapper () | |
Private Attributes | |
int | cAllHistograms |
int | cPlottedHistograms |
PL | plotlevel |
Definition at line 13 of file HistoWrapper.h.
HistoWrapper::HistoWrapper | ( | const edm::ParameterSet & | pset | ) |
Definition at line 3 of file HistoWrapper.cc.
References cAllHistograms, cPlottedHistograms, kEverything, plotlevel, and muonDTDigis_cfi::pset.
HistoWrapper::~HistoWrapper | ( | ) |
Definition at line 9 of file HistoWrapper.cc.
References cAllHistograms, gather_cfg::cout, cPlottedHistograms, plotlevel, and AlCaHLTBitMon_QueryRunRegistry::string.
MonitorElement * HistoWrapper::book1D | ( | DQMStore::IBooker & | iBooker, |
TString const & | name, | ||
TString const & | title, | ||
int const | nchX, | ||
double const | lowX, | ||
double const | highX, | ||
int | level = kEverything |
||
) |
Definition at line 17 of file HistoWrapper.cc.
References dqm::implementation::IBooker::book1D(), cAllHistograms, cPlottedHistograms, personalPlayback::level, hlt_dqm_clientPB-live_cfg::me, Skims_PA_cff::name, plotlevel, and runGCPTkAlMap::title.
Referenced by HLTTauDQML1Plotter::bookHistograms(), HLTTauDQMPathSummaryPlotter::bookHistograms(), HLTTauDQMTagAndProbePlotter::bookHistograms(), and HLTTauDQMPathPlotter::bookHistograms().
MonitorElement * HistoWrapper::book2D | ( | DQMStore::IBooker & | iBooker, |
TString const & | name, | ||
TString const & | title, | ||
int | nchX, | ||
double | lowX, | ||
double | highX, | ||
int | nchY, | ||
double | lowY, | ||
double | highY, | ||
int | level = kEverything |
||
) |
Definition at line 33 of file HistoWrapper.cc.
References dqm::implementation::IBooker::book2D(), cAllHistograms, cPlottedHistograms, personalPlayback::level, hlt_dqm_clientPB-live_cfg::me, Skims_PA_cff::name, plotlevel, and runGCPTkAlMap::title.
Referenced by HLTTauDQMTagAndProbePlotter::bookHistograms(), and HLTTauDQMPathPlotter::bookHistograms().
|
private |
Definition at line 38 of file HistoWrapper.h.
Referenced by book1D(), book2D(), HistoWrapper(), and ~HistoWrapper().
|
private |
Definition at line 39 of file HistoWrapper.h.
Referenced by book1D(), book2D(), HistoWrapper(), and ~HistoWrapper().
|
private |
Definition at line 37 of file HistoWrapper.h.
Referenced by book1D(), book2D(), HistoWrapper(), and ~HistoWrapper().