#include <MESet.h>
Public Member Functions | |
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) |
Public Attributes | |
int | iBin |
unsigned | iME |
binning::ObjectType | otype |
Protected Attributes | |
MESet const * | meSet_ |
ecaldqm::MESet::ConstBin::ConstBin | ( | MESet const & | _meSet, |
unsigned | _iME = 0 , |
||
int | _iBin = 1 |
||
) |
|
inline |
|
inline |
Definition at line 169 of file MESet.h.
Referenced by ecaldqm::PresampleClient::producePlots(), and ecaldqm::SelectiveReadoutClient::producePlots().
|
inline |
Definition at line 179 of file MESet.h.
Referenced by ecaldqm::PresampleClient::producePlots().
|
inline |
Definition at line 174 of file MESet.h.
Referenced by ecaldqm::PresampleClient::producePlots().
|
inline |
|
inline |
MESet::ConstBin & ecaldqm::MESet::ConstBin::operator= | ( | ConstBin const & | _rhs | ) |
|
inline |
|
inline |
binning::ObjectType ecaldqm::MESet::ConstBin::otype |