![]() |
ATLAS Offline Software
|
#include <IHistograms.h>
Public Member Functions | |
| IHistograms () | |
| IHistograms (std::string name, std::string title, std::string folder, SmartIF< ITHistSvc > rootHistSvc) | |
| virtual StatusCode | initializePlots ()=0 |
| virtual void | fill (const xAOD::IParticle &)=0 |
| virtual void | fill (const xAOD::IParticle &, float mu)=0 |
| virtual | ~IHistograms () |
Public Attributes | |
| std::map< std::string, TH1D * > | histoMap |
Protected Attributes | |
| std::string | m_name |
| std::string | m_title |
| std::string | m_folder |
| SmartIF< ITHistSvc > | m_rootHistSvc |
Definition at line 21 of file IHistograms.h.
| egammaMonitoring::IHistograms::IHistograms | ( | ) |
|
inline |
Definition at line 26 of file IHistograms.h.
|
inlinevirtual |
Definition at line 40 of file IHistograms.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
| std::map<std::string, TH1D*> egammaMonitoring::IHistograms::histoMap |
Definition at line 42 of file IHistograms.h.
|
protected |
Definition at line 47 of file IHistograms.h.
|
protected |
Definition at line 45 of file IHistograms.h.
|
protected |
Definition at line 48 of file IHistograms.h.
|
protected |
Definition at line 46 of file IHistograms.h.