From 23e2ac9e9c611dae4246e76ef18627705e4403ff Mon Sep 17 00:00:00 2001
From: "jihee.kim" <jihee.kim@anl.gov>
Date: Fri, 31 Jul 2020 11:33:58 -0500
Subject: [PATCH] Updated crystal detector configuration.

---
 calorimeters/Crystal_example.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calorimeters/Crystal_example.xml b/calorimeters/Crystal_example.xml
index 1a40a39..ea2327e 100644
--- a/calorimeters/Crystal_example.xml
+++ b/calorimeters/Crystal_example.xml
@@ -65,7 +65,7 @@
 
   <!-- Define detector -->
   <detectors>
-    <detector id="CrystalEndcap_ID" name="ElectronECAL" type="crystal" readout="EcalHits" vis="GreenVis">
+    <detector id="CrystalEndcap_ID" name="ElectronECAL" type="Crystal" readout="EcalHits" vis="GreenVis">
                 <position x="CrystalEndcap_x_pos" y="CrystalEndcap_y_pos" z="CrystalEndcap_z_pos"/>
                 <dimensions rmin="CrystalEndcap_rmin" rmax="CrystalEndcap_rmax" x="CrystalBox_x_length" y="CrystalBox_y_length" z="CrystalBox_z_length"/>
     </detector>
-- 
GitLab