Public Member Functions | |
virtual void | book (DQMStore::IBooker &booker) |
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 | |
std::string | dir |
std::string | name |
int | nxbins |
MonitorElement * | plot |
std::string | title |
double | xhigh |
double | xlow |
Definition at line 27 of file OffsetAnalyzerDQM.cc.
|
inline |
Definition at line 33 of file OffsetAnalyzerDQM.cc.
|
inline |
Definition at line 34 of file OffsetAnalyzerDQM.cc.
|
inlinevirtual |
Definition at line 48 of file OffsetAnalyzerDQM.cc.
|
inlinevirtual |
Reimplemented in OffsetAnalyzerDQM::PlotProfile.
Definition at line 37 of file OffsetAnalyzerDQM.cc.
References dqm::implementation::IBooker::book1D(), dir, name, nxbins, plot, dqm::implementation::NavigatorBase::setCurrentFolder(), dqm::impl::MonitorElement::setStatOverflows(), title, xhigh, and xlow.
|
inlinevirtual |
Definition at line 43 of file OffsetAnalyzerDQM.cc.
References cms::cuda::assert(), dqm::impl::MonitorElement::Fill(), and plot.
std::string OffsetAnalyzerDQM::Plot1D::dir |
Definition at line 28 of file OffsetAnalyzerDQM.cc.
Referenced by book(), and OffsetAnalyzerDQM::PlotProfile::book().
std::string OffsetAnalyzerDQM::Plot1D::name |
Definition at line 28 of file OffsetAnalyzerDQM.cc.
Referenced by config.CFG::__str__(), book(), OffsetAnalyzerDQM::PlotProfile::book(), validation.Sample::digest(), and VIDSelectorBase.VIDSelectorBase::initialize().
int OffsetAnalyzerDQM::Plot1D::nxbins |
Definition at line 29 of file OffsetAnalyzerDQM.cc.
Referenced by book().
MonitorElement* OffsetAnalyzerDQM::Plot1D::plot |
Definition at line 31 of file OffsetAnalyzerDQM.cc.
Referenced by book(), OffsetAnalyzerDQM::PlotProfile::book(), fill(), and OffsetAnalyzerDQM::PlotProfile::fill2D().
std::string OffsetAnalyzerDQM::Plot1D::title |
Definition at line 28 of file OffsetAnalyzerDQM.cc.
Referenced by book(), and OffsetAnalyzerDQM::PlotProfile::book().
double OffsetAnalyzerDQM::Plot1D::xhigh |
Definition at line 30 of file OffsetAnalyzerDQM.cc.
Referenced by book().
double OffsetAnalyzerDQM::Plot1D::xlow |
Definition at line 30 of file OffsetAnalyzerDQM.cc.
Referenced by book().