From 535d4f98f2a425220ada8ed1a8bd86dce2e8f676 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 8 Jun 2021 13:25:17 -0500 Subject: [PATCH] modified: src/BarrelCalorimeter_geo.cpp --- src/BarrelCalorimeter_geo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BarrelCalorimeter_geo.cpp b/src/BarrelCalorimeter_geo.cpp index c419fe77..d62e0799 100644 --- a/src/BarrelCalorimeter_geo.cpp +++ b/src/BarrelCalorimeter_geo.cpp @@ -134,7 +134,7 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s // Parameters for computing the layer X dimension: double stave_z = trd_y1; double tan_hphi = std::tan(hphi); - double l_dim_x = trd_x2; // Starting X dimension for the layer. + double l_dim_x = trd_x1; // Starting X dimension for the layer. // Loop over the sets of layer elements in the detector. int l_num = 1; -- GitLab