From b4eccedb686e30008c446990675b50329ef1031b Mon Sep 17 00:00:00 2001 From: "jihee.kim" <jihee.kim@anl.gov> Date: Fri, 9 Apr 2021 14:44:21 -0500 Subject: [PATCH] Adjusted ce_GEM rmin due to overlapping with beampipe --- compact/definitions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compact/definitions.xml b/compact/definitions.xml index 4ebaf809..70d2b520 100644 --- a/compact/definitions.xml +++ b/compact/definitions.xml @@ -580,7 +580,7 @@ ce_GEM Parameters ------------------ </comment> - <constant name="ce_GEM_rmin" value="5.0 * cm"/> <comment> temporary number. Need beampipe radius </comment> + <constant name="ce_GEM_rmin" value="7.0 * cm"/> <comment> temporary number. Need beampipe radius </comment> <!--<constant name="ce_GEM_rmin" value="0.0 * cm"/>--> <constant name="ce_GEM_rmax" value="HcalEndcapN_rmin + 8.0 * cm"/> <comment> temporary number to avoid overlaps </comment> <!--<constant name="ce_GEM_rmax" value="45.0 * cm + 50.0 * cm"/>--> -- GitLab