Skip to content

Commit 599f0d5

Browse files
Igor AltsybeevIgor Altsybeev
authored andcommitted
RICH: make local Z the radial axis for radiator and photosensor tiles, adjusting the comments
1 parent 44f0c6a commit 599f0d5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Detectors/Upgrades/ALICE3/RICH/simulation/src/RICHRing.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Ring::Ring(int rPosId,
101101
// Photosensor tiles
102102
for (auto& photoTile : photoTiles) {
103103
// Local Z is the thin (radial) dimension, looking outward from the IP
104-
// to keep the tile in the same physical position.
105104
photoTile = new TGeoArb8(photThick / 2);
106105
photoTile->SetVertex(0, photZ / 2, -photYmin / 2);
107106
photoTile->SetVertex(1, -photZ / 2, -photYmax / 2);

0 commit comments

Comments
 (0)