Skip to content

Commit b6815b1

Browse files
Merge pull request #1 from alibuild/alibot-cleanup-15501
Please consider the following formatting changes to #15501
2 parents bfa3b0c + ffb716c commit b6815b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str
6161
const float x2x0, const float sensorThickness)
6262
{
6363

64-
std::pair<float, float> dInnerTof = {21.f, 129.f}; // Radius and length
64+
std::pair<float, float> dInnerTof = {21.f, 129.f}; // Radius and length
6565
std::pair<float, float> dOuterTof = {92.f, 680.f}; // Radius and length
6666
std::pair<float, float> radiusRangeDiskTof = {15.f, 100.f};
6767
float zForwardTof = 370.f;
@@ -95,7 +95,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str
9595
if (itofSegmented) {
9696
LOG(fatal) << "Custom IOTOF pattern does not support segmented configuration, exiting";
9797
}
98-
// Handle custom patterns
98+
// Handle custom patterns
9999
TString patternStr(pattern.c_str());
100100
patternStr.ReplaceAll("custom/", ""); // Remove the "custom/" prefix
101101
TObjArray* tokens = patternStr.Tokenize("/");

0 commit comments

Comments
 (0)