ATLAS Offline Software
|
Default implementation of IHistogramProvider interface. More...
#include <StaticHistogramProvider.h>
Public Member Functions | |
StaticHistogramProvider (std::shared_ptr< HistogramFactory > factory, const HistogramDef &def) | |
Constructor. More... | |
TNamed * | histogram () override |
Getter of ROOT object. More... | |
Private Attributes | |
TNamed * | m_histogram |
Default implementation of IHistogramProvider interface.
This provider implements standard way of handling ROOT objects in the code:
Definition at line 23 of file StaticHistogramProvider.h.
|
inline |
Constructor.
factory | ROOT objects factory |
def | Definition of a histogram to create |
Definition at line 31 of file StaticHistogramProvider.h.
|
inlineoverridevirtual |
Getter of ROOT object.
Implements Monitored::IHistogramProvider.
Definition at line 39 of file StaticHistogramProvider.h.
|
private |
Definition at line 43 of file StaticHistogramProvider.h.