#include <ToDqm.h>
Public Member Functions | |
void | digest (const std::string &flashListName, const std::string &originator, const std::string &tag, xdata::Table *table) throw (xmas2dqm::wse::exception::Exception ) |
void | free_memory () |
Static Public Member Functions | |
static ToDqm * | instance () |
Public Attributes | |
toolbox::BSem | BSem_ |
xdata::Bag < xmas2dqm::wse::FlashlistElements > | flashlistMonitor_ |
pthread_mutex_t | LASmutex_ |
pthread_cond_t | less_ |
std::queue< xdata::Table * > | MemoryTable_ |
pthread_cond_t | more_ |
std::queue < xdata::Table::Reference > | QTable_ |
xdata::String | runNumber_ |
Private Member Functions | |
ToDqm () | |
~ToDqm () | |
Private Attributes | |
int | messageCount_ |
Static Private Attributes | |
static ToDqm * | instance_ = 0 |
|
private |
|
private |
void xmas2dqm::wse::ToDqm::digest | ( | const std::string & | flashListName, |
const std::string & | originator, | ||
const std::string & | tag, | ||
xdata::Table * | table | ||
) | |||
throw | ( | xmas2dqm::wse::exception::Exception | |
) |
Definition at line 33 of file ToDqm.cc.
References gather_cfg::cout, and i.
Referenced by xmas2dqm::wse::XmasToDQM::LASReadoutWorkLoop().
void xmas2dqm::wse::ToDqm::free_memory | ( | ) |
|
static |
Definition at line 6 of file ToDqm.cc.
References instance_.
Referenced by xmas2dqm::wse::XmasToDQM::actionPerformed(), XmasToDQMEventInfo::analyze(), XmasToDQMSource::analyze(), xmas2dqm::wse::XmasToDQM::getEXDR_LAS(), xmas2dqm::wse::XmasToDQM::LASReadoutWorkLoop(), and xmas2dqm::wse::XmasToDQM::XmasToDQM().
xdata::Bag<xmas2dqm::wse::FlashlistElements> xmas2dqm::wse::ToDqm::flashlistMonitor_ |
Definition at line 67 of file ToDqm.h.
Referenced by XmasToDQMSource::analyze().
|
staticprivate |
Definition at line 86 of file ToDqm.h.
Referenced by instance().
pthread_mutex_t xmas2dqm::wse::ToDqm::LASmutex_ |
pthread_cond_t xmas2dqm::wse::ToDqm::less_ |
std::queue<xdata::Table *> xmas2dqm::wse::ToDqm::MemoryTable_ |
Definition at line 65 of file ToDqm.h.
Referenced by XmasToDQMSource::analyze().
pthread_cond_t xmas2dqm::wse::ToDqm::more_ |
std::queue<xdata::Table::Reference> xmas2dqm::wse::ToDqm::QTable_ |
xdata::String xmas2dqm::wse::ToDqm::runNumber_ |
Definition at line 61 of file ToDqm.h.
Referenced by XmasToDQMEventInfo::analyze(), and XmasToDQMSource::analyze().