Skip to content

TruthSelectionTtres Fix 1e5 ->1e6 bug

There was a hardcoded number 100000 instead of 1000000, we think this was to suppress all regenerated Geant4 particles, i.e. secondaries. However, please check if it should be all Geant 4 particles then it should use 200000.

We've also used HepMC::SIM_REGENERATION_INCREMENT if you want 200000 then HepMC::SIM_BARCODE_THRESHOLD should be used.

@averbyts @jchapman

Merge request reports