diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroma-sim | 4 |
1 files changed, 3 insertions, 1 deletions
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 |