Skip to content

Commit 59ff15d

Browse files
committed
Fix half staves for staggered
1 parent 98a18c5 commit 59ff15d

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
@@ -240,7 +240,7 @@ TGeoVolume* TRKLayer::createStave(std::string type)
240240
staveVol->AddNode(moduleVolLeft, iModule * 2, transLeft);
241241

242242
TGeoCombiTrans* transRight = new TGeoCombiTrans();
243-
transRight->SetTranslation(xRight, 0, zPos); // TO BE CHECKED !!! 1mm overlap between the modules
243+
transRight->SetTranslation(xRight, 0.2, zPos); // TO BE CHECKED !!! 1mm overlap between the modules
244244
LOGP(info, "Inserting {} in {} ", moduleVolRight->GetName(), staveVol->GetName());
245245
staveVol->AddNode(moduleVolRight, iModule * 2 + 1, transRight);
246246
}

0 commit comments

Comments
 (0)