Python3 issue in RHadron pre-include
In Python3, a/1000 doesn't do the rounding that this fragment was relying upon. Just need to cast to an int first.
In Python3, a/1000 doesn't do the rounding that this fragment was relying upon. Just need to cast to an int first.