summaryrefslogtreecommitdiff
path: root/io/root.py
diff options
context:
space:
mode:
Diffstat (limited to 'io/root.py')
-rw-r--r--io/root.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io/root.py b/io/root.py
index 382905a..d970d1d 100644
--- a/io/root.py
+++ b/io/root.py
@@ -5,6 +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
+
def make_tree(name, desc=''):
'''Create a ROOT tree for holding event information.