JeffersonLab / gluex_MCwrapper

1 stars 4 forks source link

Update MakeMC.csh for the python version running psflux #104

Closed lihaoahil closed 1 year ago

lihaoahil commented 1 year ago

This is to fix a bug only effecting mc_gen who uses psflux tool for the flux information. According to note in https://github.com/JeffersonLab/hd_utilities/tree/master/psflux#python-version-notes, the python version being used should match the one used to compile root. This is only a temporary fix. Ideally should have it read off from the returned string of the command "root-config --python-version" directly but need more testing.