From cfd2faa95f11be84c07660a83bc8ab328986b32c Mon Sep 17 00:00:00 2001
From: Zuhal Seyma Demiroglu <zuhal.demiroglu@stonybrook.edu>
Date: Fri, 4 Mar 2022 15:40:54 +0000
Subject: [PATCH] Draft: Increased segmentation in HCAL barrel from 100mm 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..7924d338 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="250 * mm"/>
       <id>system:8,barrel:3,module:4,layer:8,slice:5,x:32:-16,y:-16</id>
     </readout>
     <readout name="HcalEndcapPHits">
-- 
GitLab