![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <OnlMon/blob/main/onlmonclient/ClientHistoList.h>
Collaboration diagram for ClientHistoList:Public Member Functions | |
| ClientHistoList () | |
| ClientHistoList (const std::string &subsys) | |
| virtual | ~ClientHistoList () |
| TH1 * | Histo () const |
| void | Histo (TH1 *Histo) |
| const std::string | ServerHost () const |
| void | ServerHost (const std::string &ServerHost) |
| const std::string | SubSystem () const |
| void | SubSystem (const std::string &SubSystem) |
| void | ServerPort (const int port) |
| int | ServerPort () const |
| void | identify (std::ostream &os=std::cout) const |
Protected Attributes | |
| TH1 * | histo |
| int | serverport |
| std::string | serverhost |
| std::string | subsystem |
Definition at line 9 of file ClientHistoList.h.
View newest version in sPHENIX GitHub at line 9 of file ClientHistoList.h
| ClientHistoList::ClientHistoList | ( | ) |
Definition at line 5 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 5 of file ClientHistoList.cc
|
explicit |
Definition at line 13 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 13 of file ClientHistoList.cc
|
virtual |
Definition at line 22 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 22 of file ClientHistoList.cc
References histo.
| TH1 * ClientHistoList::Histo | ( | ) | const |
Definition at line 27 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 27 of file ClientHistoList.cc
References histo.
Referenced by Histo(), and OnlMonClient::updateHistoMap().
Here is the caller graph for this function:| void ClientHistoList::Histo | ( | TH1 * | Histo | ) |
Definition at line 32 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 32 of file ClientHistoList.cc
References Histo(), and histo.
Here is the call graph for this function:| void ClientHistoList::identify | ( | std::ostream & | os = std::cout | ) | const |
Definition at line 62 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 62 of file ClientHistoList.cc
References histo, serverhost, serverport, and subsystem.
| const std::string ClientHistoList::ServerHost | ( | ) | const |
Definition at line 39 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 39 of file ClientHistoList.cc
References serverhost.
Referenced by OnlMonClient::PutHistoInMap(), and ServerHost().
Here is the caller graph for this function:| void ClientHistoList::ServerHost | ( | const std::string & | ServerHost | ) |
Definition at line 44 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 44 of file ClientHistoList.cc
References ServerHost(), and serverhost.
Here is the call graph for this function:| void ClientHistoList::ServerPort | ( | const int | port | ) |
Definition at line 70 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 70 of file ClientHistoList.cc
References serverport.
Referenced by OnlMonClient::PutHistoInMap().
Here is the caller graph for this function:| int ClientHistoList::ServerPort | ( | ) | const |
Definition at line 76 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 76 of file ClientHistoList.cc
References serverport.
| const std::string ClientHistoList::SubSystem | ( | ) | const |
Definition at line 51 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 51 of file ClientHistoList.cc
References subsystem.
Referenced by OnlMonClient::registerHisto(), and SubSystem().
Here is the caller graph for this function:| void ClientHistoList::SubSystem | ( | const std::string & | SubSystem | ) |
Definition at line 56 of file ClientHistoList.cc.
View newest version in sPHENIX GitHub at line 56 of file ClientHistoList.cc
References SubSystem(), and subsystem.
Here is the call graph for this function:
|
protected |
Definition at line 28 of file ClientHistoList.h.
View newest version in sPHENIX GitHub at line 28 of file ClientHistoList.h
Referenced by Histo(), identify(), and ~ClientHistoList().
|
protected |
Definition at line 30 of file ClientHistoList.h.
View newest version in sPHENIX GitHub at line 30 of file ClientHistoList.h
Referenced by identify(), and ServerHost().
|
protected |
Definition at line 29 of file ClientHistoList.h.
View newest version in sPHENIX GitHub at line 29 of file ClientHistoList.h
Referenced by identify(), and ServerPort().
|
protected |
Definition at line 31 of file ClientHistoList.h.
View newest version in sPHENIX GitHub at line 31 of file ClientHistoList.h
Referenced by identify(), and SubSystem().