From 63aba3ca5ab709d4711b4de70c5bc18eb79d293d Mon Sep 17 00:00:00 2001
From: miguelignacio <miguel.arratia@ucr>
Date: Sat, 5 Jun 2021 23:39:36 -0700
Subject: [PATCH] fixing system:6 -> system:8 in hcal.xml

---
 compact/hcal.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compact/hcal.xml b/compact/hcal.xml
index 95390bd8..590425d8 100644
--- a/compact/hcal.xml
+++ b/compact/hcal.xml
@@ -85,11 +85,11 @@
   <readouts>
     <readout name="HcalBarrelHits">
       <segmentation type="CartesianGridXY" grid_size_x="100* mm" grid_size_y="100 * mm"/>
-      <id>system:6,barrel:3,module:4,layer:8,slice:5,x:32:-16,y:-16</id>
+      <id>system:8,barrel:3,module:4,layer:8,slice:5,x:32:-16,y:-16</id>
     </readout>
     <readout name="HcalEndcapHits">
       <segmentation type="CartesianGridXY" grid_size_x="100 * mm" grid_size_y="100 * mm"/>
-      <id>system:6,barrel:3,module:4,layer:8,slice:5,x:32:-16,y:-16</id>
+      <id>system:8,barrel:3,module:4,layer:8,slice:5,x:32:-16,y:-16</id>
     </readout>
   </readouts>
 
-- 
GitLab