From 433f94b262df12a7bf6b49dbac7bbe73db9b8aa6 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Mon, 2 Jan 2012 12:52:04 -0500 Subject: Import ROOT module from its true location and add missing import of enable_debug_on_crash --- bin/chroma-sim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/chroma-sim') diff --git a/bin/chroma-sim b/bin/chroma-sim index 64aa17c..6ab014e 100755 --- a/bin/chroma-sim +++ b/bin/chroma-sim @@ -15,8 +15,10 @@ def main(): from chroma import event from chroma import itertoolset from chroma import Simulation - from chroma import root + from chroma.io import root from chroma.rootimport import ROOT + from chroma.tools import enable_debug_on_crash + ROOT.gROOT.SetBatch() from chroma.generator.vertex import constant_particle_gun -- cgit