Skip to content
Snippets Groups Projects

ISFTruthIncident / ISF_Fatras - Improve robustness + fix warnings

Merged John Derek Chapman requested to merge jchapman/athena:FixISFTruthIncident_main into main
5 files
+ 49
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -226,6 +226,10 @@ StatusCode ISF::FastCaloSimV2Tool::simulate(ISF::ISFParticle& isfp, ISFParticleC
ISF::fKillsPrimary);
m_truthRecordSvc->registerTruthIncident( truth, true );
// At this point we need to update the properties of the
// ISFParticles produced in the interaction
truth.updateParentAfterIncidentProperties();
truth.updateChildParticleProperties();
for (auto *secondary : *someSecondaries) {
if (secondary->getTruthBinding()) {
Loading