Skip to content

Commit a2a87d3

Browse files
MarekKowalski1504sawenzel
authored andcommitted
Corrected twisted trapezoid
1 parent 7156f39 commit a2a87d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/TPC/simulation/src/Detector.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,8 +2849,8 @@ void Detector::ConstructTPCGeometry()
28492849
pointstrap[1] = 0.75;
28502850
pointstrap[2] = 0.375;
28512851
pointstrap[3] = -0.35;
2852-
pointstrap[5] = -0.375;
2853-
pointstrap[4] = -0.35;
2852+
pointstrap[4] = -0.375;
2853+
pointstrap[5] = -0.35;
28542854
pointstrap[6] = -0.375;
28552855
pointstrap[7] = 0.35;
28562856
//

0 commit comments

Comments
 (0)