#include <ClusterToTruthAssociation.h>
Definition at line 26 of file ClusterToTruthAssociation.h.
◆ HepMcLinkToTruthParticleMap()
◆ getTruthParticle()
Definition at line 37 of file ClusterToTruthAssociation.h.
37 {
38 if (deposit.first.isValid()) {
39 ElementLink<xAOD::TruthParticleContainer> truth_particle_link =
m_truthParticleLinks->find(deposit.first);
40 if (truth_particle_link) {
41 return *truth_particle_link;
42 }
43 }
44 return nullptr;
45 }
◆ isHardScatter()
◆ operator bool()
| HepMcLinkToTruthParticleMap::operator bool |
( |
| ) |
const |
|
inline |
◆ m_truthParticleLinks
The documentation for this class was generated from the following file: