Factory of the histogram fillers.
More...
#include <HistogramFillerFactory.h>
Factory of the histogram fillers.
Definition at line 22 of file HistogramFillerFactory.h.
◆ HistogramFillerFactory()
◆ ~HistogramFillerFactory()
virtual Monitored::HistogramFillerFactory::~HistogramFillerFactory |
( |
| ) |
|
|
inlinevirtual |
◆ create()
Creates HistogramFiller instance for given definition.
Based on the histogram type and opts, method will return proper kind of the HistogramFiller
- Parameters
-
- Returns
- HistogramFiller handler
Definition at line 25 of file HistogramFillerFactory.cxx.
28 if (def.
type.starts_with(
"TH1")) {
38 }
else if (def.
type.starts_with(
"TH2")) {
44 }
else if (def.
type ==
"TProfile") {
50 }
else if (def.
type ==
"TProfile2D") {
56 }
else if (def.
type ==
"TEfficiency") {
58 }
else if (def.
type ==
"TTree") {
◆ createHistogramProvider()
◆ m_factory
◆ m_gmTool
The documentation for this class was generated from the following files: