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
3 files
+ 86
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -96,6 +96,11 @@ namespace ISF {
simulation) - TODO only a dummy implementation currently */
virtual HepMC::GenParticlePtr updateChildParticle(unsigned short index,
HepMC::GenParticlePtr existingChild) const override final;
/** Update the id and particleLink properties of the parentAfterIncident (to be called after registerTruthIncident) */
void updateParentAfterIncidentProperties();
/** Update the id and particleLink properties of the child particles (to be called after registerTruthIncident) */
void updateChildParticleProperties();
private:
ISFTruthIncident();
Loading