File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Detectors/Upgrades/ALICE3/TRK/simulation/src Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments