Skip to content

Commit f21f9f0

Browse files
sawenzelclaude
andcommitted
Place the steel tube, not its gas core, on the -x side of the sector-17 gas pipe
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 04775e8 commit f21f9f0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Detectors/TRD/base/src/Geometry.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,9 @@ void Geometry::createServices(std::vector<int> const& idtmed)
19161916
ypos = -CLENGTH[4][0] / 2.0 - CLENGTH[4][1] - CLENGTH[4][2] / 2.0;
19171917
zpos = VROCSM + SMPLTT + kCOLhgt / 2.0 - SHEIGHT / 2.0 + 5.0 + 4 * (CH + VSPACE);
19181918
TVirtualMC::GetMC()->Gspos("UTG3", 1, "UTI4", xpos, ypos, zpos, matrix[4], "ONLY");
1919-
TVirtualMC::GetMC()->Gspos("UTG4", 2, "UTI4", -xpos, ypos, zpos, matrix[4], "ONLY");
1919+
// The mirrored tube is the steel pipe UTG3, not its Xe core UTG4 -- compare the PHOS-hole
1920+
// loop above, which places UTG1 on both sides.
1921+
TVirtualMC::GetMC()->Gspos("UTG3", 2, "UTI4", -xpos, ypos, zpos, matrix[4], "ONLY");
19201922

19211923
//
19221924
// The volumes for the services at the chambers

0 commit comments

Comments
 (0)