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.