diff options
-rw-r--r-- | fileio/root.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fileio/root.py b/fileio/root.py index ae9e741..1fa2425 100644 --- a/fileio/root.py +++ b/fileio/root.py @@ -1,5 +1,6 @@ import ROOT import os.path +import numpy as np ROOT.gROOT.ProcessLine('.L '+os.path.join(os.path.dirname(__file__), 'root.C+g')) |