diff options
Diffstat (limited to 'utils/analyze-genie-mc')
-rwxr-xr-x | utils/analyze-genie-mc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/analyze-genie-mc b/utils/analyze-genie-mc index 92fdd92..c21c6e5 100755 --- a/utils/analyze-genie-mc +++ b/utils/analyze-genie-mc @@ -28,7 +28,7 @@ create by using the gntpc utility. For example: will create a new file mc_atm_nu_genie_010000_0.gst.root in the current working directory in the ntuple file format. """ - +from __future__ import print_function, division import ROOT import numpy as np |