Skip to content

Commit bfe37ef

Browse files
alibuildmarcovanleeuwen
authored andcommitted
Fix formatting
1 parent c85788d commit bfe37ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ void FT3Layer::createLayer(TGeoVolume* motherVolume)
390390
std::string separationLayerName = "FT3SeparationLayer" + std::to_string(mDirection) + std::to_string(mLayerNumber);
391391

392392
TGeoMedium* medAir = gGeoManager->GetMedium("FT3_AIR$");
393-
TGeoTube* layer = new TGeoTube(mInnerRadius, mOuterRadius, 12 * mChipThickness / 2); // additional "thickness factor" is to avoid sub-volumes crossing the mother layer
393+
TGeoTube* layer = new TGeoTube(mInnerRadius - 0.1, mOuterRadius + 0.1, 1.5); // Add a little additional room in radius; Try with 1.5 cm thickness
394394
TGeoVolume* layerVol = new TGeoVolume(mLayerName.c_str(), layer, medAir);
395395
layerVol->SetLineColor(kYellow + 2);
396396

Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Layer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,4 +445,4 @@ void BTOFLayer::createLayer(TGeoVolume* motherVolume)
445445
}
446446

447447
} // namespace iotof
448-
} // namespace o2
448+
} // namespace o2

0 commit comments

Comments
 (0)