Skip to content

Commit e470025

Browse files
committed
Fix for merging from previous PR
1 parent a6896d2 commit e470025

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Detectors/Upgrades/ALICE3/TRK/base/src/GeometryTGeo.cxx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -492,16 +492,11 @@ void GeometryTGeo::fillMatrixCache(int mask)
492492
//__________________________________________________________________________
493493

494494
#ifdef ENABLE_UPGRADES
495-
const char* GeometryTGeo::composeSymNameLayer(int d, int lr)
496-
{
497-
return Form("%s_%d", o2::detectors::DetID(o2::detectors::DetID::TRK).getName(), d);
498-
}
499-
#endif
500-
501495
const char* GeometryTGeo::composeSymNameLayer(int d, int layer)
502496
{
503497
return Form("%s/%s%d", composeSymNameTRK(d), getTRKLayerPattern(), layer);
504498
}
499+
#endif
505500

506501
const char* GeometryTGeo::composeSymNameStave(int d, int layer)
507502
{

0 commit comments

Comments
 (0)