#include <DQMNet.h>
Public Attributes | |
uint64_t | hash |
uint64_t | lastreq |
std::string | qdata |
DataBlob | rawdata |
std::string | scalar |
Public Attributes inherited from DQMNet::CoreObject | |
const std::string * | dirname |
uint32_t | flags |
std::string | objname |
QReports | qreports |
uint32_t | tag |
uint64_t | version |
uint64_t DQMNet::Object::hash |
Definition at line 106 of file DQMNet.h.
Referenced by DQMService::flush(), hltFindDuplicates.Module::key(), DQMNet::HashOp::operator()(), and DQMNet::HashEqual::operator()().
uint64_t DQMNet::Object::lastreq |
Definition at line 107 of file DQMNet.h.
Referenced by DQMService::flush(), and DQMNet::onMessage().
std::string DQMNet::Object::qdata |
Definition at line 110 of file DQMNet.h.
Referenced by DQMService::flush(), DQMNet::onMessage(), DQMNet::sendObjectToPeer(), and DQMBasicNet::updateLocalObject().
DataBlob DQMNet::Object::rawdata |
Definition at line 108 of file DQMNet.h.
Referenced by DQMService::flush(), DQMNet::onMessage(), DQMNet::run(), DQMNet::sendObjectToPeer(), and DQMBasicNet::updateLocalObject().
std::string DQMNet::Object::scalar |
Definition at line 109 of file DQMNet.h.
Referenced by DQMService::flush(), DQMNet::onMessage(), DQMNet::sendObjectToPeer(), and DQMBasicNet::updateLocalObject().