GCNParticleFlow, a map of true particles to their parents.
std::map< unsigned int, unsigned int > GetMap() const
Retrieve truth information.
std::map< unsigned int, unsigned int > fTruthMap
Map of true particle ID to parent particle ID.
unsigned int GetParent(unsigned int particle)
void AddParticle(unsigned int particle, unsigned int parent)
Add a new true particle.