ATLAS Offline Software
|
#include "xAODEgamma/ElectronFwd.h"
#include "xAODTracking/TrackParticleFwd.h"
#include <cstddef>
#include <set>
#include <vector>
Go to the source code of this file.
Namespaces | |
xAOD | |
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
xAOD::EgammaHelpers | |
Functions | |
const xAOD::TrackParticle * | xAOD::EgammaHelpers::getOriginalTrackParticle (const xAOD::Electron *el) |
Helper function for getting the "Original" Track Particle (i.e before GSF) via the electron. More... | |
const xAOD::TrackParticle * | xAOD::EgammaHelpers::getOriginalTrackParticleFromGSF (const xAOD::TrackParticle *trkPar) |
Helper function for getting the "Original" Track Particle (i.e before GSF) via the GSF Track Particle. More... | |
float | xAOD::EgammaHelpers::getLastMeasurementQoverP (const xAOD::TrackParticle *tp) |
return parameters for the last measurement for a GSF track particle More... | |
std::set< const xAOD::TrackParticle * > | xAOD::EgammaHelpers::getTrackParticles (const xAOD::Electron *el, bool useBremAssoc=true, bool allParticles=true) |
Return a list of all or only the best TrackParticle associated to the object. More... | |
std::vector< const xAOD::TrackParticle * > | xAOD::EgammaHelpers::getTrackParticlesVec (const xAOD::Electron *el, bool useBremAssoc=true, bool allParticles=true) |
Return a list of all or only the best TrackParticle associated to the object. More... | |
std::size_t | xAOD::EgammaHelpers::numberOfSiHits (const xAOD::TrackParticle *tp) |
return the number of Si hits in the track particle More... | |