Skip to content

Commit fba45ba

Browse files
committed
Don't create the separation layer for stave layout, since we already get the structural support (in carbon) from the staves
1 parent 943541d commit fba45ba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Detectors/Upgrades/ALICE3/FT3/simulation/src/FT3Layer.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,10 @@ void FT3Layer::createLayer(TGeoVolume* motherVolume)
397397
TGeoVolume* layerVol = new TGeoVolume(mLayerName.c_str(), layer, medAir);
398398
layerVol->SetLineColor(kYellow + 2);
399399

400-
// createSeparationLayer_waterCooling(motherVolume, separationLayerName);
401-
createSeparationLayer(layerVol, separationLayerName);
402-
400+
if (ft3Params.layoutFT3 == kSegmented) {
401+
// createSeparationLayer_waterCooling(motherVolume, separationLayerName);
402+
createSeparationLayer(layerVol, separationLayerName);
403+
}
403404
// create disk faces
404405
if (ft3Params.layoutFT3 == kSegmented) {
405406
module.createModule(0, mLayerNumber, mDirection, mInnerRadius, mOuterRadius, 0., "front", "rectangular", layerVol);

0 commit comments

Comments
 (0)