![]() |
ATLAS Offline Software
|
#include "xAODEgamma/EgammaTruthxAODHelpers.h"#include "xAODEgamma/Egamma.h"#include "xAODEgamma/Photon.h"#include "xAODEgamma/Electron.h"#include "xAODTruth/TruthVertex.h"#include "xAODTruth/TruthParticle.h"#include "xAODTruth/xAODTruthHelpers.h"#include "xAODTruth/TruthParticleContainer.h"#include "xAODEgamma/ElectronContainer.h"#include "xAODEgamma/PhotonContainer.h"#include "TruthUtils/MagicNumbers.h"#include "TruthUtils/HepMCHelpers.h"Go to the source code of this file.
Variables | |
| static const SG::AuxElement::Accessor< ElementLink< xAOD::ElectronContainer > > | recoElectronLinkAcc ("recoElectronLink") |
| Accessor for the "recoElectronLink" dynamic variable. | |
| static const SG::AuxElement::Accessor< ElementLink< xAOD::PhotonContainer > > | recoPhotonLinkAcc ("recoPhotonLink") |
| Accessor for the "recoPhotonLink" dynamic variable. | |
|
static |
Accessor for the "recoElectronLink" dynamic variable.
It is declared outside of the xAOD::EgammaHelpers::getRecoElectron(...) call to make sure that the auxiliary ID registry would know about this type as soon as the library holding this code is loaded.
|
static |
Accessor for the "recoPhotonLink" dynamic variable.
It is declared outside of the xAOD::EgammaHelpers::getRecoPhoton(...) call to make sure that the auxiliary ID registry would know about this type as soon as the library holding this code is loaded.