ATLAS Offline Software
|
#include "egammaTruthAssociationAlg.h"
#include "StoreGate/ReadHandle.h"
#include "StoreGate/WriteDecorHandle.h"
#include "StoreGate/WriteHandle.h"
#include "xAODCaloEvent/CaloClusterContainer.h"
#include "xAODEgamma/ElectronContainer.h"
#include "xAODEgamma/PhotonContainer.h"
#include "xAODEgamma/EgammaxAODHelpers.h"
#include "xAODTruth/xAODTruthHelpers.h"
#include "TruthUtils/HepMCHelpers.h"
#include <memory>
Go to the source code of this file.
Typedefs | |
using | TruthLink_t = ElementLink< xAOD::TruthParticleContainer > |
using | ClusterLink_t = ElementLink< xAOD::CaloClusterContainer > |
using | ElectronLink_t = ElementLink< xAOD::ElectronContainer > |
using | PhotonLink_t = ElementLink< xAOD::PhotonContainer > |
Functions | |
template<> | |
egammaTruthAssociationAlg::MCTruthInfo_t | egammaTruthAssociationAlg::particleTruthClassifier< xAOD::Electron > (const EventContext &ctx, const xAOD::Electron *electron) const |
Template specialisation for electrons: second pass based on the cluster to find true photons. More... | |
Definition at line 53 of file egammaTruthAssociationAlg.cxx.
Definition at line 54 of file egammaTruthAssociationAlg.cxx.
using PhotonLink_t = ElementLink<xAOD::PhotonContainer> |
Definition at line 55 of file egammaTruthAssociationAlg.cxx.
Definition at line 52 of file egammaTruthAssociationAlg.cxx.
egammaTruthAssociationAlg::MCTruthInfo_t egammaTruthAssociationAlg::particleTruthClassifier< xAOD::Electron > | ( | const EventContext & | ctx, |
const xAOD::Electron * | electron | ||
) | const |
Template specialisation for electrons: second pass based on the cluster to find true photons.
Definition at line 326 of file egammaTruthAssociationAlg.cxx.