Skip to content

Commit a9b5d1b

Browse files
committed
Uncommented services
1 parent fcf17c9 commit a9b5d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ void TRKServices::createServices(TGeoVolume* motherVolume)
126126
{
127127
createMaterials();
128128
createVacuumCompositeShape();
129-
// createMiddleServices(motherVolume);
130-
// createOuterDisksServices(motherVolume);
131-
// createOuterBarrelServices(motherVolume);
129+
createMiddleServices(motherVolume);
130+
createOuterDisksServices(motherVolume);
131+
createOuterBarrelServices(motherVolume);
132132
}
133133

134134
void TRKServices::createVacuumCompositeShape()

0 commit comments

Comments
 (0)