15namespace HLT {
namespace MET {
22 const ToolHandle<GenericMonitoringTool>& tool)
const
void add(Monitored::IMonitoredVariable &variable)
Add a new monitored variable.
void increaseCapacity(std::size_t value, bool owned=false)
Increase the internal capacity.
Monitored::Group build(const ToolHandle< GenericMonitoringTool > &tool) const
Build the monitored group.
std::vector< std::reference_wrapper< Monitored::IMonitoredVariable > > m_references
References to monitored variables.
std::vector< std::unique_ptr< Monitored::IMonitoredVariable > > m_ptrs
Any monitored variables that we own directly.
Group of local monitoring quantities and retain correlation when filling histograms
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...