As pointed out here: https://github.com/slaclab/slic/issues/101 , the particle table (when loaded) can cause excessive printouts for certain simulation samples without any observed benefit. This PR introduces a new optional parameter for the SLIC hps-mc component allowing users to disable the loading of the particle table if they so wish. The default is still to load the particle table in order to avoid breaking any current configurations (although I strongly suspect loading the particle table has no effect on any of the samples HPS is studying).
As pointed out here: https://github.com/slaclab/slic/issues/101 , the particle table (when loaded) can cause excessive printouts for certain simulation samples without any observed benefit. This PR introduces a new optional parameter for the
SLIC
hps-mc component allowing users to disable the loading of the particle table if they so wish. The default is still to load the particle table in order to avoid breaking any current configurations (although I strongly suspect loading the particle table has no effect on any of the samples HPS is studying).