ATLAS Offline Software
ParticleTruth
Author
Andre.nosp@m.as.W.nosp@m.ildau.nosp@m.er@c.nosp@m.ern.c.nosp@m.h

Introduction:

This package provides truth (association) classes for the TrackParticle in Particle. Files were moved from the Particle package to here.

Package Contents:

ParticleTruth contains the following files/classes:

  • TrackParticleTruth.cxx ... contains a HepMcParticle which provides a link to a GenParticle from MC truth.
  • TrackParticleTruthCollection.cxx ... container for the TrackParticleTruth objects. It does not inherit from DataVector< TrackParticle > but from map. The key of the map is a pointer to a TrackParticle with which you can retrieve the associated TrackParticleTruth object.
  • TrackParticleTruthCollectionContainer ... container of the TrackParticleTruthCollection used in the trigger navigation.
  • TrackParticleTruthVector.cxx ... an object necessary for custom converters (ignore it).