![]() |
ATLAS Offline Software
|
#include "AthenaMonitoring/AthMonitorAlgorithm.h"#include "TrigEgammaMatchingTool/TrigEgammaMatchingToolMT.h"#include "TrigEgammaEmulationTool/TrigEgammaEmulationToolMT.h"#include "AthenaMonitoringKernel/GenericMonitoringTool.h"#include "TrigDecisionTool/TrigDecisionTool.h"#include "EgammaAnalysisInterfaces/IAsgElectronIsEMSelector.h"#include "EgammaAnalysisInterfaces/IAsgPhotonIsEMSelector.h"#include "EgammaAnalysisInterfaces/IAsgElectronLikelihoodTool.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 "xAODTrigEgamma/TrigElectronContainer.h"#include "xAODTrigEgamma/TrigPhotonContainer.h"#include "xAODTracking/TrackParticleContainer.h"#include "xAODTrigCalo/TrigEMClusterContainer.h"#include "xAODJet/JetContainer.h"#include "xAODMissingET/MissingETContainer.h"#include "xAODTrigger/EmTauRoIContainer.h"#include "xAODTrigger/eFexEMRoIContainer.h"#include "StoreGate/ReadHandleKey.h"#include "StoreGate/ReadCondHandleKey.h"#include "PATCore/AcceptInfo.h"#include "PATCore/AcceptData.h"Go to the source code of this file.
Classes | |
| struct | _triginfo |
| class | TrigEgammaMonitorBaseAlgorithm |
Namespaces | |
| Gaudi | |
| ============================================================================= | |
| Gaudi::Parsers | |
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::Electron* 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 getTrackSummary_##_name_(const xAOD::Electron* eg) const; |
| C Macros for plotting. More... | |
| #define | GETTER(_name_) float getTrackSummaryFloat_##_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... | |
Typedefs | |
| typedef struct _triginfo | TrigInfo |
| typedef std::map< std::string, std::string > | Gaudi::Parsers::Dict_t |
| typedef std::vector< Dict_t > | Gaudi::Parsers::VecDict_t |
Functions | |
| StatusCode | Gaudi::Parsers::parse (VecDict_t &result, const std::string &input) |
| #define GETTER | ( | _name_ | ) | float getShowerShape_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting.
Definition at line 272 of file TrigEgammaMonitorBaseAlgorithm.h.
| #define GETTER | ( | _name_ | ) | float getIsolation_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting.
Definition at line 272 of file TrigEgammaMonitorBaseAlgorithm.h.
| #define GETTER | ( | _name_ | ) | float getIsolation_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting.
Definition at line 272 of file TrigEgammaMonitorBaseAlgorithm.h.
| #define GETTER | ( | _name_ | ) | float getCluster_##_name_(const xAOD::Egamma* eg) const; |
C Macros for plotting.
Definition at line 272 of file TrigEgammaMonitorBaseAlgorithm.h.
| #define GETTER | ( | _name_ | ) | float getTrack_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting.
Definition at line 272 of file TrigEgammaMonitorBaseAlgorithm.h.
| #define GETTER | ( | _name_ | ) | float getTrackSummary_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting.
Definition at line 272 of file TrigEgammaMonitorBaseAlgorithm.h.
| #define GETTER | ( | _name_ | ) | float getTrackSummaryFloat_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting.
Definition at line 272 of file TrigEgammaMonitorBaseAlgorithm.h.
| #define GETTER | ( | _name_ | ) | float getCaloTrackMatch_##_name_(const xAOD::Electron* eg) const; |
C Macros for plotting.
Definition at line 272 of file TrigEgammaMonitorBaseAlgorithm.h.
1.8.18