From 142e790aeae55d405f7921527cd8e869d36c5671 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Wed, 10 Aug 2011 19:22:06 -0400 Subject: Use WCSim properties for water with the lbne detector --- sim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim.py') diff --git a/sim.py b/sim.py index 7644266..9f89cd1 100755 --- a/sim.py +++ b/sim.py @@ -120,14 +120,14 @@ def main(): detector.build(bits=options.nbits) print >>sys.stderr, 'Creating generator...' - detector_material = optics.water + detector_material = optics.water_wcsim generator_thread = GeneratorProcess(particle=options.particle, energy=options.energy, position=position, direction=direction, nevents=options.nevents, material=detector_material) - print >>sys.stderr, 'WARNING: ASSUMING DETECTOR IS WATER!!' + print >>sys.stderr, 'WARNING: ASSUMING DETECTOR IS WCSIM WATER!!' # Do this now so we can get ahead of the photon propagation print >>sys.stderr, 'Starting GEANT4 generator...' -- cgit