diff options
| author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-08-08 16:30:17 -0400 |
|---|---|---|
| committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-08-08 16:30:17 -0400 |
| commit | 8cc7f099da9f74fa56e60722513da0ed5f197fd1 (patch) | |
| tree | d13fdd58c8614e62481afe3e12628a84a8701294 /io/root.py | |
| parent | e2abda5048bfc3cf359691ea07e380d6e9f9fd19 (diff) | |
| parent | f407488241846ec4c566131a0954689f75b8d1cf (diff) | |
| download | chroma-8cc7f099da9f74fa56e60722513da0ed5f197fd1.tar.gz chroma-8cc7f099da9f74fa56e60722513da0ed5f197fd1.tar.bz2 chroma-8cc7f099da9f74fa56e60722513da0ed5f197fd1.zip | |
merge heads
Diffstat (limited to 'io/root.py')
| -rw-r--r-- | io/root.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
