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