#include <MESet.h>
Public Member Functions | |
Bin () | |
Bin (MESet &_set, unsigned _iME=0, int _iBin=1) | |
Bin (Bin const &_orig) | |
void | fill (double _w=1.) |
void | fill (double _y, double _w=1.) |
MonitorElement * | getME () const |
MESet * | getMESet () const |
ConstBin & | operator= (Bin const &_rhs) |
void | setBinContent (double _content) |
void | setBinEntries (double _entries) |
void | setBinError (double _error) |
void | setMESet (MESet &_meSet) |
Public Member Functions inherited from ecaldqm::MESet::ConstBin | |
ConstBin () | |
ConstBin (MESet const &, unsigned=0, int=1) | |
ConstBin (ConstBin const &_orig) | |
double | getBinContent () const |
double | getBinEntries () const |
double | getBinError () const |
uint32_t | getId () const |
MonitorElement const * | getME () const |
MESet const * | getMESet () const |
bool | isChannel () const |
ConstBin & | operator= (ConstBin const &) |
bool | operator== (ConstBin const &_rhs) const |
void | setMESet (MESet const &_meSet) |
Protected Attributes | |
MESet * | meSet_ |
Protected Attributes inherited from ecaldqm::MESet::ConstBin | |
MESet const * | meSet_ |
Additional Inherited Members | |
Public Attributes inherited from ecaldqm::MESet::ConstBin | |
int | iBin |
unsigned | iME |
binning::ObjectType | otype |
|
inline |
|
inline |
Definition at line 208 of file MESet.h.
References ecaldqm::MESet::fill_(), ecaldqm::MESet::ConstBin::iBin, and ecaldqm::MESet::ConstBin::iME.
|
inline |
Definition at line 212 of file MESet.h.
References ecaldqm::MESet::fill_(), ecaldqm::MESet::ConstBin::iBin, and ecaldqm::MESet::ConstBin::iME.
|
inline |
Definition at line 228 of file MESet.h.
References ecaldqm::MESet::getME(), and ecaldqm::MESet::ConstBin::iME.
|
inline |
Definition at line 201 of file MESet.h.
References ecaldqm::MESet::ConstBin::meSet_, meSet_, and ecaldqm::MESet::ConstBin::operator=().
|
inline |
Definition at line 216 of file MESet.h.
References ecaldqm::MESet::getME(), ecaldqm::MESet::ConstBin::iBin, ecaldqm::MESet::ConstBin::iME, and MonitorElement::setBinContent().
Referenced by ecaldqm::SelectiveReadoutClient::producePlots().
|
inline |
Definition at line 224 of file MESet.h.
References ecaldqm::MESet::getME(), ecaldqm::MESet::ConstBin::iBin, ecaldqm::MESet::ConstBin::iME, and MonitorElement::setBinEntries().
|
inline |
Definition at line 220 of file MESet.h.
References ecaldqm::MESet::getME(), ecaldqm::MESet::ConstBin::iBin, ecaldqm::MESet::ConstBin::iME, and MonitorElement::setBinError().
|
inline |
|
protected |
Definition at line 195 of file MESet.h.
Referenced by operator=().