Skip to content

Clean-up misleading component configuration names in Simulation

  1. Drop LongLivedInputConverter- "LongLived" was a misleading name as this version of the InputConverter was intended for jobs running quasi-stable particle simulation. The required configuration changes can more easily be achieved by checking the Simulator flags rather than having a separate configuration method.
  2. Drop ISF_LongLivedGeant4Tool - just use a properly configured version of ISF_FullGeant4Tool everywhere.
  3. Drop AFII_QS_Geant4Tool - just use a properly configured version of ISF_AFIIGeant4Tool everywhere.

Merge request reports