Skip to content
Snippets Groups Projects

xAODMuonSimHit - Fix read-in of persistified HepMCLinks

Merged Johannes Junggeburth requested to merge jojungge/athena:TruthSegDebug into main
All threads resolved!
Files
6
@@ -69,7 +69,7 @@ const HepMcParticleLink& MuonSimHit_v1::genParticleLink() const {
if (!m_hepMCLink) {
auto link = std::make_unique<HepMcParticleLink>(acc_uniqueID(*this),
acc_mcEventIndex(*this),
HepMcParticleLink::IS_POSITION,
HepMcParticleLink::IS_EVENTNUM,
HepMcParticleLink::IS_ID);
return *m_hepMCLink.set(std::move(link));
}
Loading