Skip to content

Commit 44f0c6a

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

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ Ring::Ring(int rPosId,
6868
// Radiator tiles
6969
for (auto& radiatorTile : radiatorTiles) {
7070
// Local Z is the thin (radial) dimension, looking outward from the IP
71-
// (previously this was local X). The placement rotation below is adjusted
72-
// by +90 deg about Y to keep the tile in the same physical position.
71+
// (previously this was local X, while for running with ACTS we need local Z).
72+
// The placement rotation below is adjusted by +90 deg about Y
73+
// to keep the tile in the same physical position.
7374
radiatorTile = new TGeoArb8(radThick / 2);
7475
radiatorTile->SetVertex(0, radZ / 2, -radYmin / 2);
7576
radiatorTile->SetVertex(1, -radZ / 2, -radYmax / 2);
@@ -100,8 +101,6 @@ Ring::Ring(int rPosId,
100101
// Photosensor tiles
101102
for (auto& photoTile : photoTiles) {
102103
// Local Z is the thin (radial) dimension, looking outward from the IP
103-
// (previously this was local X, while for running with ACTS we need local Z).
104-
// The placement rotation below is adjusted by +90 deg about Y
105104
// to keep the tile in the same physical position.
106105
photoTile = new TGeoArb8(photThick / 2);
107106
photoTile->SetVertex(0, photZ / 2, -photYmin / 2);

0 commit comments

Comments
 (0)