![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <string>
Include dependency graph for pmonitorInterface.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | setup_server () |
| void | handleconnection (void *arg) |
| void | handletest (void *arg) |
| int | send_message (const int severity, const std::string &msg) |
| void handleconnection | ( | void * | arg | ) |
Definition at line 333 of file pmonitorInterface.cc.
View newest version in sPHENIX GitHub at line 333 of file pmonitorInterface.cc
References OnlMonServer::getHisto(), add_histos::histos, i, OnlMonServer::instance(), OnlMonServer::monibegin(), OnlMonServer::moniend(), OnlMonServer::monitor_vec_begin(), OnlMonServer::monitor_vec_end(), TauVsDIS_MachineLearning_Differentiation::msg, MSG_SEV_ERROR, OnlMonDefs::MSGLEN, OnlMonServer::nHistos(), printf(), send_message(), str, OnlMonBase::Verbosity(), and OnlMonServer::WriteHistoFile().
Referenced by server().
Here is the call graph for this function:
Here is the caller graph for this function:| void handletest | ( | void * | arg | ) |
Definition at line 327 of file pmonitorInterface.cc.
View newest version in sPHENIX GitHub at line 327 of file pmonitorInterface.cc
| int send_message | ( | const int | severity, |
| const std::string & | msg | ||
| ) |
Definition at line 552 of file pmonitorInterface.cc.
View newest version in sPHENIX GitHub at line 552 of file pmonitorInterface.cc
References MSG_SOURCE_DAQMON, and MSG_TYPE_MONITORING.
Referenced by handleconnection(), process_event(), and server().
Here is the caller graph for this function:| int setup_server | ( | ) |
Definition at line 234 of file pmonitorInterface.cc.
View newest version in sPHENIX GitHub at line 234 of file pmonitorInterface.cc