CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
OffsetAnalyzerDQM::PlotProfile Struct Reference
Inheritance diagram for OffsetAnalyzerDQM::PlotProfile:
OffsetAnalyzerDQM::Plot1D

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

Detailed Description

Definition at line 52 of file OffsetAnalyzerDQM.cc.

Constructor & Destructor Documentation

OffsetAnalyzerDQM::PlotProfile::PlotProfile ( )
inline
OffsetAnalyzerDQM::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 
)
inline

Member Function Documentation

void OffsetAnalyzerDQM::PlotProfile::book ( DQMStore::IBooker booker)
inlineoverridevirtual
void OffsetAnalyzerDQM::PlotProfile::fill2D ( double  value1,
double  value2 
)
inline

Definition at line 75 of file OffsetAnalyzerDQM.cc.

References dqm::impl::MonitorElement::Fill(), and OffsetAnalyzerDQM::Plot1D::plot.

75  {
76  assert(plot != nullptr);
78  }
void Fill(long long x)

Member Data Documentation

int OffsetAnalyzerDQM::PlotProfile::nybins

Definition at line 54 of file OffsetAnalyzerDQM.cc.

std::vector<double> OffsetAnalyzerDQM::PlotProfile::xbins

Definition at line 53 of file OffsetAnalyzerDQM.cc.

double OffsetAnalyzerDQM::PlotProfile::yhigh

Definition at line 55 of file OffsetAnalyzerDQM.cc.

double OffsetAnalyzerDQM::PlotProfile::ylow

Definition at line 55 of file OffsetAnalyzerDQM.cc.