@@ -383,8 +383,7 @@ void FT3Layer::createLayer(TGeoVolume* motherVolume)
383383
384384 LOG (info) << " Inserting " << layerVol->GetName () << " inside " << motherVolume->GetName ();
385385 motherVolume->AddNode (layerVol, 1 , FwdDiskCombiTrans);
386- } else if (ft3Params.layoutFT3 == kSegmented ||
387- ft3Params.layoutFT3 == kSegmentedMarch26 ||
386+ } else if (ft3Params.layoutFT3 == kSegmented ||
388387 ft3Params.layoutFT3 == kSegmentedStave ) {
389388 FT3Module module ;
390389
@@ -405,12 +404,9 @@ void FT3Layer::createLayer(TGeoVolume* motherVolume)
405404 if (ft3Params.layoutFT3 == kSegmented ) {
406405 module .createModule (0 , mLayerNumber , mDirection , mInnerRadius , mOuterRadius , 0 ., " front" , " rectangular" , layerVol);
407406 module .createModule (0 , mLayerNumber , mDirection , mInnerRadius , mOuterRadius , 0 ., " back" , " rectangular" , layerVol);
408- } else if (ft3Params.layoutFT3 == kSegmentedMarch26 ) {
409- module .createModule_scopingV3 (0 ., mLayerNumber , mDirection , mInnerRadius ,
410- mOuterRadius , 0 ., layerVol, false );
411407 } else if (ft3Params.layoutFT3 == kSegmentedStave ) {
412408 module .createModule_scopingV3 (0 ., mLayerNumber , mDirection , mInnerRadius ,
413- mOuterRadius , 0 ., layerVol, true );
409+ mOuterRadius , 0 ., layerVol);
414410 }
415411 // Finally put everything in the mother volume
416412 auto * FwdDiskRotation = new TGeoRotation (" FwdDiskRotation" , 0 , 0 , 180 );
0 commit comments