![]() |
ATLAS Offline Software
|
#include <TrackHistograms.h>
Public Member Functions | |
| StatusCode | initializePlots () |
| void | fill (const xAOD::IParticle &track, float mu) |
| void | fill (const xAOD::IParticle &track) |
| IHistograms () | |
| IHistograms (std::string name, std::string title, std::string folder, SmartIF< ITHistSvc > rootHistSvc) | |
Public Attributes | |
| std::map< std::string, TProfile * > | profileMap |
| 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 17 of file TrackHistograms.h.
|
virtual |
Implements egammaMonitoring::IHistograms.
Definition at line 54 of file TrackHistograms.cxx.
|
virtual |
Implements egammaMonitoring::IHistograms.
Definition at line 59 of file TrackHistograms.cxx.
|
inline |
Definition at line 26 of file IHistograms.h.
|
virtual |
Implements egammaMonitoring::IHistograms.
Definition at line 19 of file TrackHistograms.cxx.
|
inherited |
Definition at line 42 of file IHistograms.h.
|
protectedinherited |
Definition at line 47 of file IHistograms.h.
|
protectedinherited |
Definition at line 45 of file IHistograms.h.
|
protectedinherited |
Definition at line 48 of file IHistograms.h.
|
protectedinherited |
Definition at line 46 of file IHistograms.h.
| std::map<std::string, TProfile*> egammaMonitoring::TrackHistograms::profileMap |
Definition at line 22 of file TrackHistograms.h.