Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Detector::Detector(bool active)
if (ft3BaseParam.configFile != "") {
LOG(info) << "FT3 Geometry configuration file provided. Overriding FT3Base.geoModel configuration.";
buildFT3FromFile(ft3BaseParam.configFile);

} else {
LOG(info) << "FT3 Geometry configuration file not provided. Using FT3Base.geoModel " << ft3BaseParam.geoModel << " configuration.";
switch (ft3BaseParam.geoModel) {
Expand All @@ -411,7 +411,7 @@ Detector::Detector(bool active)
case Telescope:
buildBasicFT3(ft3BaseParam); // BasicFT3 = Parametrized telescopic detector (equidistant layers)
break;
case ScopingV3b:
case ScopingV3b:
buildFT3Scoping(); // FT3 according to scoping document
break;
default:
Expand Down