Skip to content

ISF Syntax Tidying

Now BaseSimulatorTool::setupEventST just calls BaseSimulatorTool::setupEvent and BaseSimulatorTool::releaseEventST just calls BaseSimulatorTool::releaseEvent rather than being independent methods. This means that derived classes by default only need to define setupEvent and releaseEvent unless there is specialisation required for the ST cases. This allows the syntax of some derived classes to be simplified (FastrasSimTool and TransportTool) and fixes a warning message about ParticleKillerTool.

Also corrected typos in two log messages in SimKernel.cxx.

Merge request reports