#include <IHistograms.h>
|
| std::map< std::string, TH1D * > | histoMap |
Definition at line 21 of file IHistograms.h.
◆ IHistograms() [1/2]
| egammaMonitoring::IHistograms::IHistograms |
( |
| ) |
|
◆ IHistograms() [2/2]
| egammaMonitoring::IHistograms::IHistograms |
( |
std::string | name, |
|
|
std::string | title, |
|
|
std::string | folder, |
|
|
SmartIF< ITHistSvc > | rootHistSvc ) |
|
inline |
Definition at line 26 of file IHistograms.h.
30 :
31 m_name(std::move(std::move(name))),
32 m_title(std::move(std::move(title))),
33 m_folder(std::move(std::move(folder))),
SmartIF< ITHistSvc > m_rootHistSvc
◆ ~IHistograms()
| virtual egammaMonitoring::IHistograms::~IHistograms |
( |
| ) |
|
|
inlinevirtual |
◆ fill() [1/2]
| virtual void egammaMonitoring::IHistograms::fill |
( |
const xAOD::IParticle & | | ) |
|
|
pure virtual |
◆ fill() [2/2]
| virtual void egammaMonitoring::IHistograms::fill |
( |
const xAOD::IParticle & | , |
|
|
float | mu ) |
|
pure virtual |
◆ initializePlots()
| virtual StatusCode egammaMonitoring::IHistograms::initializePlots |
( |
| ) |
|
|
pure virtual |
◆ histoMap
| std::map<std::string, TH1D*> egammaMonitoring::IHistograms::histoMap |
◆ m_folder
| std::string egammaMonitoring::IHistograms::m_folder |
|
protected |
◆ m_name
| std::string egammaMonitoring::IHistograms::m_name |
|
protected |
◆ m_rootHistSvc
| SmartIF<ITHistSvc> egammaMonitoring::IHistograms::m_rootHistSvc |
|
protected |
◆ m_title
| std::string egammaMonitoring::IHistograms::m_title |
|
protected |
The documentation for this class was generated from the following file: