From 91edc7369e9fb86d724c1eba19b5c7644fd33c93 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Thu, 12 Aug 2021 17:26:31 +0000
Subject: [PATCH] Fix bug in gem segmentation

---
 compact/gem_tracker_endcap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compact/gem_tracker_endcap.xml b/compact/gem_tracker_endcap.xml
index 00357f9f..0752cfb9 100644
--- a/compact/gem_tracker_endcap.xml
+++ b/compact/gem_tracker_endcap.xml
@@ -216,7 +216,7 @@
   <readouts>
     <readout name="GEMTrackerEndcapHits">
       <segmentation type="CartesianGridXZ" grid_size_x="50*um" grid_size_z="250*um" />
-      <id>system:8,barrel:2,layer:4,module:12,sensor:2,x:32:-16,y:-16</id>
+      <id>system:8,barrel:2,layer:4,module:12,sensor:2,x:32:-16,z:-16</id>
     </readout>
   </readouts>
 
-- 
GitLab