From 75ef776d4c05d44cf65152c76dcb1d44d58a15ce Mon Sep 17 00:00:00 2001 From: Niveditha Ramasubramanian <nivram@cea.fr> Date: Fri, 4 Mar 2022 15:27:50 +0000 Subject: [PATCH] Increased segmentation in barrel from 100 to 250mm --- compact/hcal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compact/hcal.xml b/compact/hcal.xml index 27bf87f9..16aa17b4 100644 --- a/compact/hcal.xml +++ b/compact/hcal.xml @@ -135,7 +135,7 @@ <!-- Definition of the readout segmentation/definition --> <readouts> <readout name="HcalBarrelHits"> - <segmentation type="CartesianGridXY" grid_size_x="100* mm" grid_size_y="100 * mm"/> + <segmentation type="CartesianGridXY" grid_size_x="250* mm" grid_size_y="100 * mm"/> <id>system:8,barrel:3,module:4,layer:8,slice:5,x:32:-16,y:-16</id> </readout> <readout name="HcalEndcapPHits"> -- GitLab