From 16f462eea6889f59305cf721375f10711243780a Mon Sep 17 00:00:00 2001 From: Cristina Mantilla Suarez Date: Fri, 14 Oct 2022 08:27:06 -0500 Subject: [PATCH] constrain positions from 1000 to -100 in test --- test/hcal_geometry_test_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hcal_geometry_test_config.py b/test/hcal_geometry_test_config.py index 771b6c3..83d50d5 100644 --- a/test/hcal_geometry_test_config.py +++ b/test/hcal_geometry_test_config.py @@ -45,8 +45,8 @@ "/gps/ene/mono 4 GeV", # fixed energy "/gps/pos/shape Square", "/gps/pos/centre 0 0 220. mm", # start at side hcal - "/gps/pos/halfx 1500 mm", - "/gps/pos/halfy 1500 mm", + "/gps/pos/halfx 1000 mm", + "/gps/pos/halfy 1000 mm", "/gps/number "+str(nPart), ] if nPart>1: