Clean-up misleading component configuration names in Simulation
- Drop
LongLivedInputConverter
- "LongLived" was a misleading name as this version of theInputConverter
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. - Drop
ISF_LongLivedGeant4Tool
- just use a properly configured version ofISF_FullGeant4Tool
everywhere. - Drop
AFII_QS_Geant4Tool
- just use a properly configured version ofISF_AFIIGeant4Tool
everywhere.