![]() |
![]() |
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 29 of file OffsetAnalyzerDQM.cc.
|
inline |
Definition at line 35 of file OffsetAnalyzerDQM.cc.
Referenced by OffsetAnalyzerDQM::OffsetAnalyzerDQM().
|
inline |
Definition at line 36 of file OffsetAnalyzerDQM.cc.
|
inlinevirtual |
Definition at line 49 of file OffsetAnalyzerDQM.cc.
|
inlinevirtual |
Reimplemented in OffsetAnalyzerDQM::PlotProfile.
Definition at line 39 of file OffsetAnalyzerDQM.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), and dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder().
|
inlinevirtual |
Definition at line 44 of file OffsetAnalyzerDQM.cc.
References dqm::impl::MonitorElement::Fill().
std::string OffsetAnalyzerDQM::Plot1D::dir |
Definition at line 30 of file OffsetAnalyzerDQM.cc.
Referenced by OffsetAnalyzerDQM::PlotProfile::book(), and OffsetAnalyzerDQM::OffsetAnalyzerDQM().
std::string OffsetAnalyzerDQM::Plot1D::name |
int OffsetAnalyzerDQM::Plot1D::nxbins |
Definition at line 31 of file OffsetAnalyzerDQM.cc.
MonitorElement* OffsetAnalyzerDQM::Plot1D::plot |
Definition at line 33 of file OffsetAnalyzerDQM.cc.
Referenced by OffsetAnalyzerDQM::PlotProfile::book(), and OffsetAnalyzerDQM::PlotProfile::fill2D().
std::string OffsetAnalyzerDQM::Plot1D::title |
Definition at line 30 of file OffsetAnalyzerDQM.cc.
Referenced by Vispa.Views.LineDecayView.LineDecayContainer::autolayout(), Vispa.Views.LineDecayView.LineDecayContainer::autolayoutThreadFinished(), OffsetAnalyzerDQM::PlotProfile::book(), Vispa.Views.LineDecayView.LineDecayContainer::childFinishedAutolayouting(), Vispa.Gui.PortWidget.PortWidget::name(), and OffsetAnalyzerDQM::OffsetAnalyzerDQM().
double OffsetAnalyzerDQM::Plot1D::xhigh |
Definition at line 32 of file OffsetAnalyzerDQM.cc.
double OffsetAnalyzerDQM::Plot1D::xlow |
Definition at line 32 of file OffsetAnalyzerDQM.cc.