From a4d0ecdd32de1c8126103deed040588f765384ed Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 20 Jan 2020 16:58:00 -0600 Subject: from __future__ import print_function, division --- utils/analyze-genie-mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 -- cgit