Skip to content

Commit f38bff4

Browse files
committed
Fix
1 parent a1c3a5a commit f38bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKLayer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ TGeoVolume* TRKLayer::createStave(std::string type)
296296
staveVol->AddNode(halfStaveVolLeft, 0, transLeft);
297297

298298
TGeoCombiTrans* transRight = new TGeoCombiTrans();
299-
transRight->SetTranslation(halfstaveWidth / 2 - 0.05, 0, 0); // TO BE CHECKED !!! 1mm overlap between the modules
299+
transRight->SetTranslation(halfstaveWidth / 2 - 0.05, 0.2, 0); // TO BE CHECKED !!! 1mm overlap between the modules
300300
LOGP(info, "Inserting {} in {} ", halfStaveVolRight->GetName(), staveVol->GetName());
301301
staveVol->AddNode(halfStaveVolRight, 1, transRight);
302302
} else {

0 commit comments

Comments
 (0)