Public Member Functions | |
void | book (DQMStore::IBooker &booker) override |
void | fill2D (double value1, double value2) |
PlotProfile () | |
PlotProfile (const std::string &n, const std::string &t, const std::string &d, int nx, double x0, double x1, const std::vector< double > &vx, int ny, double y0, double y1) | |
Public Member Functions inherited from OffsetAnalyzerDQM::Plot1D | |
virtual void | fill (float value) |
Plot1D () | |
Plot1D (const std::string &n, const std::string &t, const std::string &d, int nx, double x0, double x1) | |
virtual | ~Plot1D () |
Public Attributes | |
int | nybins |
std::vector< double > | xbins |
double | yhigh |
double | ylow |
Public Attributes inherited from OffsetAnalyzerDQM::Plot1D | |
std::string | dir |
std::string | name |
int | nxbins |
MonitorElement * | plot |
std::string | title |
double | xhigh |
double | xlow |
Definition at line 51 of file OffsetAnalyzerDQM.cc.
|
inline |
Definition at line 55 of file OffsetAnalyzerDQM.cc.
|
inline |
Definition at line 56 of file OffsetAnalyzerDQM.cc.
|
inlineoverridevirtual |
Reimplemented from OffsetAnalyzerDQM::Plot1D.
Definition at line 68 of file OffsetAnalyzerDQM.cc.
References dqm::implementation::IBooker::bookProfile(), OffsetAnalyzerDQM::Plot1D::dir, OffsetAnalyzerDQM::Plot1D::name, nybins, OffsetAnalyzerDQM::Plot1D::plot, dqm::implementation::NavigatorBase::setCurrentFolder(), OffsetAnalyzerDQM::Plot1D::title, xbins, yhigh, and ylow.
|
inline |
Definition at line 74 of file OffsetAnalyzerDQM.cc.
References cms::cuda::assert(), dqm::impl::MonitorElement::Fill(), OffsetAnalyzerDQM::Plot1D::plot, HLT_2023v12_cff::value1, and HLT_2023v12_cff::value2.
int OffsetAnalyzerDQM::PlotProfile::nybins |
Definition at line 53 of file OffsetAnalyzerDQM.cc.
Referenced by book().
std::vector<double> OffsetAnalyzerDQM::PlotProfile::xbins |
Definition at line 52 of file OffsetAnalyzerDQM.cc.
Referenced by book().
double OffsetAnalyzerDQM::PlotProfile::yhigh |
Definition at line 54 of file OffsetAnalyzerDQM.cc.
Referenced by book().
double OffsetAnalyzerDQM::PlotProfile::ylow |
Definition at line 54 of file OffsetAnalyzerDQM.cc.
Referenced by book().