#include <DQMNet.h>
Public Attributes | |
std::string | algorithm |
int | code |
std::string | message |
std::string | qtname |
float | qtresult |
std::string DQMNet::QValue::algorithm |
Definition at line 93 of file DQMNet.h.
Referenced by DQMStore::extract(), MonitorElement::getQReport(), MonitorElement::qualityTagString(), QCriterion::runTest(), and DQMNet::unpackQualityData().
int DQMNet::QValue::code |
Definition at line 89 of file DQMNet.h.
Referenced by MonitorElement::addQReport(), DQMStore::extract(), MonitorElement::getQReport(), QReport::getStatus(), MonitorElement::qualityTagString(), MonitorElement::runQTests(), QCriterion::runTest(), and DQMNet::unpackQualityData().
std::string DQMNet::QValue::message |
Definition at line 91 of file DQMNet.h.
Referenced by rrapi.RRApiError::__str__(), argparse.ArgumentError::__str__(), python.rootplot.argparse.ArgumentError::__str__(), MonitorElement::addQReport(), DQMStore::extract(), QReport::getMessage(), MonitorElement::getQReport(), MonitorElement::qualityTagString(), MonitorElement::runQTests(), QCriterion::runTest(), and DQMNet::unpackQualityData().
std::string DQMNet::QValue::qtname |
Definition at line 92 of file DQMNet.h.
Referenced by MonitorElement::addQReport(), DQMStore::extract(), MonitorElement::getQReport(), QReport::getQRName(), MonitorElement::qualityTagString(), MonitorElement::runQTests(), QCriterion::runTest(), and DQMNet::unpackQualityData().
float DQMNet::QValue::qtresult |
Definition at line 90 of file DQMNet.h.
Referenced by DQMStore::extract(), MonitorElement::getQReport(), QReport::getQTresult(), MonitorElement::qualityTagString(), QCriterion::runTest(), and DQMNet::unpackQualityData().