Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Functions | |
std::string | monitorname ("CEMCMON") |
void | cemcDrawInit (const int online=0) |
void | cemcDraw (const char *what="Standard") |
void | cemcPS () |
void | cemcHtml () |
void cemcDraw | ( | const char * | what = "Standard" | ) |
Definition at line 32 of file run_cemc_client_2subevents.C.
View newest version in sPHENIX GitHub at line 32 of file run_cemc_client_2subevents.C
References OnlMonClient::Draw(), i, OnlMonClient::instance(), monitorname(), OnlMonClient::requestHistoBySubSystem(), and to_string().
void cemcDrawInit | ( | const int | online = 0 | ) |
Definition at line 12 of file run_cemc_client_2subevents.C.
View newest version in sPHENIX GitHub at line 12 of file run_cemc_client_2subevents.C
References OnlMonClient::AddServerHost(), i, OnlMonClient::instance(), monitorname(), OnlMonClient::registerDrawer(), OnlMonClient::registerHisto(), OnlMonClient::requestHistoBySubSystem(), and to_string().
void cemcHtml | ( | ) |
Definition at line 50 of file run_cemc_client_2subevents.C.
View newest version in sPHENIX GitHub at line 50 of file run_cemc_client_2subevents.C
References OnlMonClient::instance(), and OnlMonClient::MakeHtml().
void cemcPS | ( | ) |
Definition at line 43 of file run_cemc_client_2subevents.C.
View newest version in sPHENIX GitHub at line 43 of file run_cemc_client_2subevents.C
References OnlMonClient::instance(), and OnlMonClient::MakePS().
std::string monitorname | ( | "CEMCMON" | ) |