|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AthenaMonitoringKernel_HistogramFiller_HistogramFillerFactory_h
6 #define AthenaMonitoringKernel_HistogramFiller_HistogramFillerFactory_h
the internal class used to keep parsed Filler properties
HistogramFillerFactory(GenericMonitoringTool *const gmTool, std::string groupName)
Default constructor.
Generic monitoring tool for athena components.
virtual ~HistogramFillerFactory()
Virtual destructor.
std::shared_ptr< IHistogramProvider > createHistogramProvider(const HistogramDef &def)
GenericMonitoringTool * m_gmTool
Factory of the histogram fillers.
Base class for all histogram fillers.
std::shared_ptr< HistogramFactory > m_factory
HistogramFiller * create(const HistogramDef &def)
Creates HistogramFiller instance for given definition.
Bridge between ROOT framework and monitoring code.