![]() |
ATLAS Offline Software
|
#include "AthenaMonitoring/AthMonitorAlgorithm.h"
#include "AthenaMonitoringKernel/GenericMonitoringTool.h"
#include "xAODEventInfo/EventInfo.h"
#include "xAODTruth/TruthParticleContainer.h"
#include "xAODEgamma/Egamma.h"
#include "xAODEgamma/EgammaxAODHelpers.h"
#include "xAODEgamma/ElectronContainer.h"
#include "xAODEgamma/PhotonContainer.h"
#include "StoreGate/ReadHandleKey.h"
#include "StoreGate/ReadCondHandleKey.h"
#include "AthenaBaseComps/AthAlgorithm.h"
#include "AthenaBaseComps/AthReentrantAlgorithm.h"
#include "egammaRecEvent/egammaRec.h"
#include "egammaRecEvent/egammaRecContainer.h"
Go to the source code of this file.
Classes | |
class | egammaMonitorBaseAlgorithm |
Macros | |
#define | GETTER(_name_) float getShowerShape_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting. More... | |
#define | GETTER(_name_) float getIsolation_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting. More... | |
#define | GETTER(_name_) float getIsolation_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting. More... | |
#define | GETTER(_name_) float getCluster_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting. More... | |
#define | GETTER(_name_) float getTrack_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting. More... | |
#define | GETTER(_name_) float getCaloTrackMatch_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting. More... | |
#define GETTER | ( | _name_ | ) | float getShowerShape_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting.
Definition at line 101 of file egammaMonitorBaseAlgorithm.h.
#define GETTER | ( | _name_ | ) | float getIsolation_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting.
Definition at line 101 of file egammaMonitorBaseAlgorithm.h.
#define GETTER | ( | _name_ | ) | float getIsolation_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting.
Definition at line 101 of file egammaMonitorBaseAlgorithm.h.
#define GETTER | ( | _name_ | ) | float getCluster_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting.
Definition at line 101 of file egammaMonitorBaseAlgorithm.h.
#define GETTER | ( | _name_ | ) | float getTrack_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting.
Definition at line 101 of file egammaMonitorBaseAlgorithm.h.
#define GETTER | ( | _name_ | ) | float getCaloTrackMatch_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting.
Definition at line 101 of file egammaMonitorBaseAlgorithm.h.