File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Detectors/Upgrades/ALICE3/FT3/simulation/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ Detector::Detector(bool active)
401401 if (ft3BaseParam.configFile != " " ) {
402402 LOG (info) << " FT3 Geometry configuration file provided. Overriding FT3Base.geoModel configuration." ;
403403 buildFT3FromFile (ft3BaseParam.configFile );
404-
404+
405405 } else {
406406 LOG (info) << " FT3 Geometry configuration file not provided. Using FT3Base.geoModel " << ft3BaseParam.geoModel << " configuration." ;
407407 switch (ft3BaseParam.geoModel ) {
@@ -411,7 +411,7 @@ Detector::Detector(bool active)
411411 case Telescope:
412412 buildBasicFT3 (ft3BaseParam); // BasicFT3 = Parametrized telescopic detector (equidistant layers)
413413 break ;
414- case ScopingV3b:
414+ case ScopingV3b:
415415 buildFT3Scoping (); // FT3 according to scoping document
416416 break ;
417417 default :
You can’t perform that action at this time.
0 commit comments