JeffersonLab / hps-mc

HPS MC toolkit
1 stars 6 forks source link

add slic parameter to disable particle table #404

Closed tomeichlersmith closed 1 year ago

tomeichlersmith commented 1 year ago

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).