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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -481,7 +481,7 @@ ISF::ISFParticleVector iFatras::G4HadIntProcessor::getHadState(const ISF::ISFPar
const G4ParticleDefinition *parDef = trk->GetParticleDefinition();
// skip ions
if (parDef->GetPDGEncoding()>1.e09) continue;
if (parDef->GetPDGEncoding()>1.e09) continue; // FIXME add a method to AtlasPID.h for this check
//Prepare and build the physics table for secondaries
//process->PreparePhysicsTable(*parDef);
Loading