From 91ad8fa0384d6a662733ddbe7a1a8673276840d5 Mon Sep 17 00:00:00 2001 From: tomeichlersmith Date: Fri, 14 Oct 2022 10:54:31 -0500 Subject: [PATCH] dont use scoring planes in hcal test the current reason for doing this is that the scoring planes are broken and they have nothing to do with the test --- test/hcal_geometry_test_config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/hcal_geometry_test_config.py b/test/hcal_geometry_test_config.py index 83d50d5..0d1f656 100644 --- a/test/hcal_geometry_test_config.py +++ b/test/hcal_geometry_test_config.py @@ -33,9 +33,8 @@ from LDMX.SimCore import generators sim = simulator.simulator("single_neutron") -sim.setDetector( 'ldmx-det-v14' , True ) +sim.setDetector( 'ldmx-det-v14' , False ) sim.description = "HCal muon" -sim.beamSpotSmear = [20., 80., 0.] #mm # shoot muon with a general Particle source nPart=1