summaryrefslogtreecommitdiff
path: root/io/root.py
diff options
context:
space:
mode:
authorAnthony LaTorre <tlatorre9@gmail.com>2011-08-08 16:30:17 -0400
committerAnthony LaTorre <tlatorre9@gmail.com>2011-08-08 16:30:17 -0400
commit8cc7f099da9f74fa56e60722513da0ed5f197fd1 (patch)
treed13fdd58c8614e62481afe3e12628a84a8701294 /io/root.py
parente2abda5048bfc3cf359691ea07e380d6e9f9fd19 (diff)
parentf407488241846ec4c566131a0954689f75b8d1cf (diff)
downloadchroma-8cc7f099da9f74fa56e60722513da0ed5f197fd1.tar.gz
chroma-8cc7f099da9f74fa56e60722513da0ed5f197fd1.tar.bz2
chroma-8cc7f099da9f74fa56e60722513da0ed5f197fd1.zip
merge heads
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.