Central entity in a Gaudi application that manages monitoring objects (i.e.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/MonitoringHub.h>
Central entity in a Gaudi application that manages monitoring objects (i.e.
counters, histograms, etc.).
The Gaudi::Monitoring::Hub delegates the actual reports to services implementing the Gaudi::Monitoring::Hub::Sink interface.
Definition at line 50 of file MonitoringHub.h.
◆ Hub()
Gaudi::Monitoring::Hub::Hub |
( |
| ) |
|
|
inline |
◆ addSink()
void Gaudi::Monitoring::Hub::addSink |
( |
Sink * |
sink | ) |
|
|
inline |
Definition at line 156 of file MonitoringHub.h.
158 [sink](
auto ent ) { sink->registerEntity( ent.second ); } );
◆ registerEntity() [1/2]
void Gaudi::Monitoring::Hub::registerEntity |
( |
Entity |
ent | ) |
|
|
inline |
◆ registerEntity() [2/2]
◆ removeEntity()
template<typename T >
void Gaudi::Monitoring::Hub::removeEntity |
( |
T & |
ent | ) |
|
|
inline |
◆ removeSink()
void Gaudi::Monitoring::Hub::removeSink |
( |
Sink * |
sink | ) |
|
|
inline |
◆ m_entities
◆ m_sinks
The documentation for this struct was generated from the following file: