![]() |
ATLAS Offline Software
|
#include <DiObjectHistograms.h>
Public Member Functions | |
| DiObjectHistograms (std::string name, std::string title, std::string folder, SmartIF< ITHistSvc > rootHistSvc) | |
| StatusCode | initializePlots () |
| void | fill (const xAOD::IParticle &eg1, const xAOD::IParticle &eg2) |
| void | fill (const xAOD::IParticle &eg1, const xAOD::IParticle &eg2, float mu) |
Public Attributes | |
| std::map< std::string, TH1 * > | histoMap |
Protected Attributes | |
| std::string | m_name |
| std::string | m_title |
| std::string | m_folder |
| SmartIF< ITHistSvc > | m_rootHistSvc |
Definition at line 23 of file DiObjectHistograms.h.
|
inline |
Definition at line 26 of file DiObjectHistograms.h.
| void egammaMonitoring::DiObjectHistograms::fill | ( | const xAOD::IParticle & | eg1, |
| const xAOD::IParticle & | eg2 ) |
Definition at line 28 of file DiObjectHistograms.cxx.
| void egammaMonitoring::DiObjectHistograms::fill | ( | const xAOD::IParticle & | eg1, |
| const xAOD::IParticle & | eg2, | ||
| float | mu ) |
Definition at line 32 of file DiObjectHistograms.cxx.
| StatusCode egammaMonitoring::DiObjectHistograms::initializePlots | ( | ) |
Definition at line 13 of file DiObjectHistograms.cxx.
| std::map<std::string, TH1*> egammaMonitoring::DiObjectHistograms::histoMap |
Definition at line 39 of file DiObjectHistograms.h.
|
protected |
Definition at line 44 of file DiObjectHistograms.h.
|
protected |
Definition at line 42 of file DiObjectHistograms.h.
|
protected |
Definition at line 45 of file DiObjectHistograms.h.
|
protected |
Definition at line 43 of file DiObjectHistograms.h.