Skip to content

Commit 4b85bce

Browse files
committed
Remove commented lines
1 parent b64d6d6 commit 4b85bce

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -482,20 +482,6 @@ bool Detector::ProcessHits(FairVolume* vol)
482482
auto& trkPars = TRKBaseParam::Instance();
483483

484484
if (subDetID == 1) {
485-
/*if (trkPars.layoutMLOT == o2::trk::eMLOTLayout::kCylindrical) {
486-
fMC->CurrentVolOffID(1, chip);
487-
} else {
488-
fMC->CurrentVolOffID(1, chip);
489-
fMC->CurrentVolOffID(2, mod);
490-
if (mGeometryTGeo->getNumberOfHalfStaves(layer) == 2) {
491-
fMC->CurrentVolOffID(3, halfstave);
492-
fMC->CurrentVolOffID(4, stave);
493-
} else if (mGeometryTGeo->getNumberOfHalfStaves(layer) == 1) {
494-
fMC->CurrentVolOffID(3, stave);
495-
} else {
496-
LOGP(fatal, "Wrong number of halfstaves for layer {}", layer);
497-
}
498-
}*/
499485
if (trkPars.layoutMLOT == o2::trk::eMLOTLayout::kSegmented) {
500486
fMC->CurrentVolOffID(1, chip);
501487
fMC->CurrentVolOffID(2, mod);

0 commit comments

Comments
 (0)