#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_ |
|
inline |
Definition at line 146 of file MESet.h.
ecaldqm::MESet::ConstBin::ConstBin | ( | MESet const & | _meSet, |
unsigned | _iME = 0 , |
||
int | _iBin = 1 |
||
) |
Definition at line 317 of file MESet.cc.
References MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TPROFILE2D, Exception, ecaldqm::MESet::getKind(), ecaldqm::MESet::getME(), ecaldqm::binning::getObject(), ecaldqm::MESet::getObjType(), ecaldqm::MESet::getPath(), iBin, iME, callgraph::kind, meSet_, and otype.
|
inline |
|
inline |
Definition at line 165 of file MESet.h.
References MonitorElement::getBinContent(), and ecaldqm::MESet::getME().
Referenced by ecaldqm::PresampleClient::producePlots(), ecaldqm::SelectiveReadoutClient::producePlots(), ecaldqm::TimingClient::producePlots(), ecaldqm::LaserWriter::run(), and ecaldqm::LedWriter::run().
|
inline |
Definition at line 177 of file MESet.h.
References MonitorElement::getBinEntries(), and ecaldqm::MESet::getME().
Referenced by ecaldqm::PresampleClient::producePlots(), ecaldqm::TimingClient::producePlots(), ecaldqm::LaserWriter::run(), and ecaldqm::LedWriter::run().
|
inline |
Definition at line 171 of file MESet.h.
References MonitorElement::getBinError(), and ecaldqm::MESet::getME().
Referenced by ecaldqm::PresampleClient::producePlots(), ecaldqm::TimingClient::producePlots(), ecaldqm::LaserWriter::run(), and ecaldqm::LedWriter::run().
|
inline |
Definition at line 159 of file MESet.h.
References ecaldqm::MESet::getBinType(), iBin, ecaldqm::binning::idFromBin(), and iME.
|
inline |
Definition at line 183 of file MESet.h.
References ecaldqm::MESet::getME().
|
inline |
Definition at line 190 of file MESet.h.
References meSet_.
Referenced by ecaldqm::MESet::const_iterator::down(), ecaldqm::MESet::const_iterator::left(), ecaldqm::MESet::const_iterator::operator++(), ecaldqm::MESet::const_iterator::right(), ecaldqm::MESet::const_iterator::toNextChannel(), and ecaldqm::MESet::const_iterator::up().
|
inline |
Definition at line 153 of file MESet.h.
References ecaldqm::MESet::getBinType(), iBin, iME, and ecaldqm::binning::isValidIdBin().
Referenced by ecaldqm::MESet::const_iterator::toNextChannel().
MESet::ConstBin & ecaldqm::MESet::ConstBin::operator= | ( | ConstBin const & | _rhs | ) |
Definition at line 343 of file MESet.cc.
References ecaldqm::MESet::getBinType(), ecaldqm::MESet::getObjType(), ecaldqm::MESet::getPath(), iBin, iME, meSet_, and otype.
Referenced by ConstBin(), and ecaldqm::MESet::Bin::operator=().
|
inline |
|
inline |
Definition at line 189 of file MESet.h.
Referenced by ecaldqm::MESet::const_iterator::const_iterator().
int ecaldqm::MESet::ConstBin::iBin |
Definition at line 143 of file MESet.h.
Referenced by ecaldqm::MESet::const_iterator::const_iterator(), ConstBin(), ecaldqm::MESet::const_iterator::down(), ecaldqm::MESet::Bin::fill(), getId(), isChannel(), ecaldqm::MESet::const_iterator::left(), ecaldqm::MESet::const_iterator::operator++(), operator=(), operator==(), ecaldqm::MESet::const_iterator::right(), ecaldqm::MESet::Bin::setBinContent(), ecaldqm::MESet::Bin::setBinEntries(), ecaldqm::MESet::Bin::setBinError(), and ecaldqm::MESet::const_iterator::up().
unsigned ecaldqm::MESet::ConstBin::iME |
Definition at line 142 of file MESet.h.
Referenced by ecaldqm::MESet::const_iterator::const_iterator(), ConstBin(), ecaldqm::MESet::const_iterator::down(), ecaldqm::MESet::Bin::fill(), getId(), ecaldqm::MESet::Bin::getME(), isChannel(), ecaldqm::MESet::const_iterator::left(), ecaldqm::MESet::const_iterator::operator++(), operator=(), operator==(), ecaldqm::MESet::const_iterator::right(), ecaldqm::MESet::Bin::setBinContent(), ecaldqm::MESet::Bin::setBinEntries(), ecaldqm::MESet::Bin::setBinError(), ecaldqm::MESet::const_iterator::toNextChannel(), and ecaldqm::MESet::const_iterator::up().
|
protected |
Definition at line 139 of file MESet.h.
Referenced by ConstBin(), getMESet(), ecaldqm::MESet::Bin::getMESet(), operator=(), ecaldqm::MESet::Bin::operator=(), operator==(), and ecaldqm::MESet::Bin::setMESet().
binning::ObjectType ecaldqm::MESet::ConstBin::otype |
Definition at line 144 of file MESet.h.
Referenced by ecaldqm::MESet::const_iterator::const_iterator(), ConstBin(), ecaldqm::MESet::const_iterator::operator++(), and operator=().