ATLAS Offline Software
|
#include "AthenaBaseComps/AthAlgorithm.h"
#include "egammaEvent/egammaParamDefs.h"
#include "egammaEvent/egammaPIDdefsObs.h"
#include "xAODEgamma/Electron.h"
#include "xAODEgamma/ElectronContainer.h"
#include "xAODEgamma/Photon.h"
#include "xAODEgamma/PhotonContainer.h"
#include "xAODCaloEvent/CaloClusterContainer.h"
#include "xAODTracking/TrackParticle.h"
#include "xAODTracking/Vertex.h"
#include "xAODTracking/VertexContainer.h"
#include "xAODJet/Jet.h"
#include "xAODJet/JetContainer.h"
#include "TrkParameters/TrackParameters.h"
#include "JetInterface/IJetSelector.h"
#include "GaudiKernel/ToolHandle.h"
#include "GaudiKernel/ServiceHandle.h"
#include "StoreGate/ReadHandle.h"
#include "xAODEventInfo/EventInfo.h"
#include "ElectronPhotonSelectorTools/AsgElectronLikelihoodTool.h"
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | IDPerfMonEoverP |
Namespaces | |
Trig | |
The common trigger namespace for trigger analysis tools. | |
Trk | |
Ensure that the ATLAS eigen extensions are properly loaded. | |
Macros | |
#define | NOS_ELECTRONS 100 |
#define | NO_PV 50 |
Typedefs | |
typedef std::pair< const xAOD::Vertex *, int > | VxPos |
#define NO_PV 50 |
Definition at line 77 of file IDPerfMonEoverP.h.
#define NOS_ELECTRONS 100 |
Definition at line 76 of file IDPerfMonEoverP.h.
typedef std::pair<const xAOD::Vertex* , int> VxPos |
Definition at line 78 of file IDPerfMonEoverP.h.