We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf17c9 commit a9b5d1bCopy full SHA for a9b5d1b
Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKServices.cxx
@@ -126,9 +126,9 @@ void TRKServices::createServices(TGeoVolume* motherVolume)
126
{
127
createMaterials();
128
createVacuumCompositeShape();
129
- // createMiddleServices(motherVolume);
130
- // createOuterDisksServices(motherVolume);
131
- // createOuterBarrelServices(motherVolume);
+ createMiddleServices(motherVolume);
+ createOuterDisksServices(motherVolume);
+ createOuterBarrelServices(motherVolume);
132
}
133
134
void TRKServices::createVacuumCompositeShape()
0 commit comments