#include <MESet.h>
Public Member Functions | |
MEData () | |
MEData (std::string const &_pathName, BinService::ObjectType _otype, BinService::BinningType _btype, MonitorElement::Kind _kind, BinService::AxisSpecs const *_xaxis=0, BinService::AxisSpecs const *_yaxis=0, BinService::AxisSpecs const *_zaxis=0) | |
MEData (MEData const &_orig) | |
MEData & | operator= (MEData const &_rhs) |
~MEData () | |
Public Attributes | |
BinService::BinningType | btype |
MonitorElement::Kind | kind |
BinService::ObjectType | otype |
std::string | pathName |
BinService::AxisSpecs * | xaxis |
BinService::AxisSpecs * | yaxis |
BinService::AxisSpecs * | zaxis |
ecaldqm::MEData::MEData | ( | ) | [inline] |
Definition at line 28 of file MESet.h.
: pathName(""), otype(BinService::nObjType), btype(BinService::nBinType), kind(MonitorElement::DQM_KIND_INVALID), xaxis(0), yaxis(0), zaxis(0) {}
ecaldqm::MEData::MEData | ( | std::string const & | _pathName, |
BinService::ObjectType | _otype, | ||
BinService::BinningType | _btype, | ||
MonitorElement::Kind | _kind, | ||
BinService::AxisSpecs const * | _xaxis = 0 , |
||
BinService::AxisSpecs const * | _yaxis = 0 , |
||
BinService::AxisSpecs const * | _zaxis = 0 |
||
) | [inline] |
Definition at line 32 of file MESet.h.
: pathName(_pathName), otype(_otype), btype(_btype), kind(_kind), xaxis(_xaxis ? new BinService::AxisSpecs(*_xaxis) : 0), yaxis(_yaxis ? new BinService::AxisSpecs(*_yaxis) : 0), zaxis(_zaxis ? new BinService::AxisSpecs(*_zaxis) : 0) {}
ecaldqm::MEData::MEData | ( | MEData const & | _orig | ) | [inline] |
Definition at line 39 of file MESet.h.
: pathName(_orig.pathName), otype(_orig.otype), btype(_orig.btype), kind(_orig.kind), xaxis(_orig.xaxis ? new BinService::AxisSpecs(*_orig.xaxis) : 0), yaxis(_orig.yaxis ? new BinService::AxisSpecs(*_orig.yaxis) : 0), zaxis(_orig.zaxis ? new BinService::AxisSpecs(*_orig.zaxis) : 0) {}
ecaldqm::MEData::~MEData | ( | ) | [inline] |
Definition at line 52 of file MESet.h.
References btype, kind, otype, pathName, xaxis, yaxis, and zaxis.
{ pathName = _rhs.pathName; otype = _rhs.otype; btype = _rhs.btype; kind = _rhs.kind; xaxis = _rhs.xaxis ? new BinService::AxisSpecs(*_rhs.xaxis) : 0; yaxis = _rhs.yaxis ? new BinService::AxisSpecs(*_rhs.yaxis) : 0; zaxis = _rhs.zaxis ? new BinService::AxisSpecs(*_rhs.zaxis) : 0; return *this; }
Definition at line 23 of file MESet.h.
Referenced by ecaldqm::MESetEcal::book(), ecaldqm::MESetTrend::book(), ecaldqm::DQWorker::createMESet_(), ecaldqm::MESetChannel::fill(), ecaldqm::MESetTrend::fill(), ecaldqm::MESetEcal::fill(), ecaldqm::MESetDet0D::fill(), ecaldqm::MESetDet1D::find_(), ecaldqm::MESetEcal::find_(), ecaldqm::MESetEcal::generateNames(), ecaldqm::MESet::getBinType(), ecaldqm::MESetChannel::getIndex_(), ecaldqm::MESetEcal::MESetEcal(), operator=(), ecaldqm::MESetEcal::reset(), and ecaldqm::MESetChannel::setBinContent().
Definition at line 24 of file MESet.h.
Referenced by ecaldqm::MESetNonObject::book(), ecaldqm::MESetEcal::book(), ecaldqm::MESetTrend::book(), ecaldqm::DQWorker::createMESet_(), ecaldqm::MESetDet2D::fill(), ecaldqm::MESetNonObject::fill(), ecaldqm::MESetDet1D::fill_(), ecaldqm::MESet::fill_(), ecaldqm::MESetDet1D::find_(), ecaldqm::MESetDet1D::getBinContent(), ecaldqm::MESet::getBinContent_(), ecaldqm::MESetDet1D::getBinEntries(), ecaldqm::MESet::getBinEntries_(), ecaldqm::MESetDet1D::getBinError(), ecaldqm::MESet::getBinError_(), operator=(), ecaldqm::MESetChannel::reset(), ecaldqm::MESet::resetAll(), ecaldqm::MESet::setBinContent_(), ecaldqm::MESet::setBinEntries_(), and ecaldqm::MESetTrend::shift_().
Definition at line 22 of file MESet.h.
Referenced by ecaldqm::MESetEcal::book(), ecaldqm::MESetTrend::book(), ecaldqm::DQWorker::createMESet_(), ecaldqm::MESetTrend::fill(), ecaldqm::MESetEcal::fill(), ecaldqm::MESetDet0D::fill(), ecaldqm::MESetDet1D::find_(), ecaldqm::MESetEcal::find_(), ecaldqm::MESetEcal::generateNames(), ecaldqm::MESet::getObjType(), operator=(), and ecaldqm::MESetEcal::reset().
std::string ecaldqm::MEData::pathName |
Definition at line 21 of file MESet.h.
Referenced by ecaldqm::MESetTrend::book(), ecaldqm::DQWorker::DQWorker(), and operator=().
Definition at line 25 of file MESet.h.
Referenced by ecaldqm::MESetNonObject::book(), ecaldqm::MESetEcal::book(), ecaldqm::MESetTrend::book(), ecaldqm::MESetEcal::MESetEcal(), ecaldqm::MESetTrend::MESetTrend(), operator=(), ecaldqm::MESetTrend::shift_(), and ~MEData().
Definition at line 26 of file MESet.h.
Referenced by ecaldqm::MESetNonObject::book(), ecaldqm::MESetEcal::book(), ecaldqm::MESetTrend::book(), ecaldqm::DQWorker::createMESet_(), ecaldqm::MESetEcal::MESetEcal(), operator=(), and ~MEData().
Definition at line 27 of file MESet.h.
Referenced by ecaldqm::MESetNonObject::book(), ecaldqm::MESetEcal::book(), ecaldqm::MESetTrend::book(), operator=(), and ~MEData().