From 81089bb656188d4b99a3081b720c01b4ea9b458e Mon Sep 17 00:00:00 2001 From: "jihee.kim" <jihee.kim@anl.gov> Date: Mon, 5 Apr 2021 13:46:27 -0500 Subject: [PATCH] Added sector instead of layer and piece in readout section --- compact/ce_mrich.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compact/ce_mrich.xml b/compact/ce_mrich.xml index ebd1c47..e5be8ba 100644 --- a/compact/ce_mrich.xml +++ b/compact/ce_mrich.xml @@ -13,7 +13,7 @@ <readouts> <readout name="MRICHHits"> <segmentation type="CartesianGridXY" grid_size_x="3*mm" grid_size_y="3*mm" /> - <id>system:8,layer:4,piece:4,module:14,x:32:-16,y:-16</id> + <id>system:8,sector:8,module:14,x:32:-16,y:-16</id> </readout> </readouts> -- GitLab