CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
OffsetAnalyzerDQM::Plot1D Struct Reference
Inheritance diagram for OffsetAnalyzerDQM::Plot1D:
OffsetAnalyzerDQM::PlotProfile

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
 
MonitorElementplot
 
std::string title
 
double xhigh
 
double xlow
 

Detailed Description

Definition at line 29 of file OffsetAnalyzerDQM.cc.

Constructor & Destructor Documentation

OffsetAnalyzerDQM::Plot1D::Plot1D ( )
inline
OffsetAnalyzerDQM::Plot1D::Plot1D ( const std::string &  n,
const std::string &  t,
const std::string &  d,
int  nx,
double  x0,
double  x1 
)
inline
virtual OffsetAnalyzerDQM::Plot1D::~Plot1D ( )
inlinevirtual

Definition at line 49 of file OffsetAnalyzerDQM.cc.

49 {}

Member Function Documentation

virtual void OffsetAnalyzerDQM::Plot1D::book ( DQMStore::IBooker booker)
inlinevirtual
virtual void OffsetAnalyzerDQM::Plot1D::fill ( float  value)
inlinevirtual

Definition at line 44 of file OffsetAnalyzerDQM.cc.

References dqm::impl::MonitorElement::Fill().

44  {
45  assert(plot != nullptr);
46  plot->Fill(value);
47  }
void Fill(long long x)
Definition: value.py:1

Member Data Documentation

std::string OffsetAnalyzerDQM::Plot1D::dir
std::string OffsetAnalyzerDQM::Plot1D::name
int OffsetAnalyzerDQM::Plot1D::nxbins

Definition at line 31 of file OffsetAnalyzerDQM.cc.

MonitorElement* OffsetAnalyzerDQM::Plot1D::plot
std::string OffsetAnalyzerDQM::Plot1D::title
double OffsetAnalyzerDQM::Plot1D::xhigh

Definition at line 32 of file OffsetAnalyzerDQM.cc.

double OffsetAnalyzerDQM::Plot1D::xlow

Definition at line 32 of file OffsetAnalyzerDQM.cc.