ATLAS Offline Software
Classes | Namespaces | Macros | Typedefs | Functions
TrigEgammaMonitorBaseAlgorithm.h File Reference
#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"
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ GETTER [1/8]

#define GETTER (   _name_)    float getShowerShape_##_name_(const xAOD::Egamma* eg) const;

C Macros for plotting.

Definition at line 269 of file TrigEgammaMonitorBaseAlgorithm.h.

◆ GETTER [2/8]

#define GETTER (   _name_)    float getIsolation_##_name_(const xAOD::Electron* eg) const;

C Macros for plotting.

Definition at line 269 of file TrigEgammaMonitorBaseAlgorithm.h.

◆ GETTER [3/8]

#define GETTER (   _name_)    float getIsolation_##_name_(const xAOD::Egamma* eg) const;

C Macros for plotting.

Definition at line 269 of file TrigEgammaMonitorBaseAlgorithm.h.

◆ GETTER [4/8]

#define GETTER (   _name_)    float getCluster_##_name_(const xAOD::Egamma* eg) const;

C Macros for plotting.

Definition at line 269 of file TrigEgammaMonitorBaseAlgorithm.h.

◆ GETTER [5/8]

#define GETTER (   _name_)    float getTrack_##_name_(const xAOD::Electron* eg) const;

C Macros for plotting.

Definition at line 269 of file TrigEgammaMonitorBaseAlgorithm.h.

◆ GETTER [6/8]

#define GETTER (   _name_)    float getTrackSummary_##_name_(const xAOD::Electron* eg) const;

C Macros for plotting.

Definition at line 269 of file TrigEgammaMonitorBaseAlgorithm.h.

◆ GETTER [7/8]

#define GETTER (   _name_)    float getTrackSummaryFloat_##_name_(const xAOD::Electron* eg) const;

C Macros for plotting.

Definition at line 269 of file TrigEgammaMonitorBaseAlgorithm.h.

◆ GETTER [8/8]

#define GETTER (   _name_)    float getCaloTrackMatch_##_name_(const xAOD::Electron* eg) const;

C Macros for plotting.

Definition at line 269 of file TrigEgammaMonitorBaseAlgorithm.h.

Typedef Documentation

◆ TrigInfo

typedef struct _triginfo TrigInfo