summaryrefslogtreecommitdiff
path: root/io/root.py
diff options
context:
space:
mode:
Diffstat (limited to 'io/root.py')
-rw-r--r--io/root.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io/root.py b/io/root.py
index d970d1d..e43f5d4 100644
--- a/io/root.py
+++ b/io/root.py
@@ -5,7 +5,8 @@ ROOT.gROOT.ProcessLine('.L '+os.path.join(os.path.dirname(__file__), 'root.C+g')
from ROOT import Event
-fill_event = ROOT.fill_event
+fill_photons = ROOT.fill_photons
+fill_hits = ROOT.fill_hits
def make_tree(name, desc=''):
'''Create a ROOT tree for holding event information.