diff --git a/Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx b/Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx index 17df5f0af0195..26ea7f1ae9812 100644 --- a/Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx +++ b/Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx @@ -61,7 +61,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str const float x2x0, const float sensorThickness) { - std::pair dInnerTof = {21.f, 129.f}; // Radius and length + std::pair dInnerTof = {21.f, 129.f}; // Radius and length std::pair dOuterTof = {92.f, 680.f}; // Radius and length std::pair radiusRangeDiskTof = {15.f, 100.f}; float zForwardTof = 370.f; @@ -95,7 +95,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str if (itofSegmented) { LOG(fatal) << "Custom IOTOF pattern does not support segmented configuration, exiting"; } - // Handle custom patterns + // Handle custom patterns TString patternStr(pattern.c_str()); patternStr.ReplaceAll("custom/", ""); // Remove the "custom/" prefix TObjArray* tokens = patternStr.Tokenize("/");