From ffb716c0fa1eb8cc5c3981e05048561f21ea2c17 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 9 Jun 2026 08:58:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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("/");