CbmRoot
|
#include <Server.h>
Public Attributes | |
int | port |
std::optional< uint32_t > | sensor |
std::shared_ptr< algo::RecoResultsInputArchive > | archive |
std::shared_ptr< HistogramCollection > | histograms |
std::shared_ptr< algo::RecoResultsInputArchive > | archive2 |
std::shared_ptr< HistogramCollection > | histograms2 |
std::shared_ptr<algo::RecoResultsInputArchive> cbm::explore::Server::Settings::archive |
Definition at line 28 of file Server.h.
Referenced by cbm::explore::Server::NextTS(), and cbm::explore::Server::Server().
std::shared_ptr<algo::RecoResultsInputArchive> cbm::explore::Server::Settings::archive2 |
Definition at line 33 of file Server.h.
Referenced by cbm::explore::Server::NextTS(), and cbm::explore::Server::Server().
std::shared_ptr<HistogramCollection> cbm::explore::Server::Settings::histograms |
Definition at line 29 of file Server.h.
Referenced by cbm::explore::Server::NextTS(), and cbm::explore::Server::Server().
std::shared_ptr<HistogramCollection> cbm::explore::Server::Settings::histograms2 |
Definition at line 34 of file Server.h.
Referenced by cbm::explore::Server::NextTS(), and cbm::explore::Server::Server().
int cbm::explore::Server::Settings::port |
Definition at line 26 of file Server.h.
Referenced by cbm::explore::Server::Server().
std::optional<uint32_t> cbm::explore::Server::Settings::sensor |
Definition at line 27 of file Server.h.
Referenced by cbm::explore::Server::NextTS(), and cbm::explore::Server::Server().