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
Compare and Show latest version
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -323,10 +323,6 @@ ISF::ISFParticleVector iFatras::ProcessSamplingTool::interact(const ISF::ISFPar
parent->nextGeoID(), // inherits from the parent
ISF::fKillsPrimary );
m_truthRecordSvc->registerTruthIncident( truth);
// At this point we need to update the properties of the
// ISFParticles produced in the interaction
truth.updateParentAfterIncidentProperties();
truth.updateChildParticleProperties();
// Make sure the conversion products get a chance to have correct truth info before pushing into the particle broker
// FIXME Check this doesn't cause problems in the TruthSvc
Loading