Skip to content

Commit 1e25778

Browse files
authored
Merge pull request #8 from alibuild/alibot-cleanup-14619
Please consider the following formatting changes to #14619
2 parents f0a8120 + 58f735c commit 1e25778

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/SegmentationChip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class SegmentationChip
253253
static constexpr math_utils::Vector2D<float> flatToCurved(int layer, float xFlat, float yFlat) noexcept
254254
{
255255
// Revert the curvedToFlat transformation
256-
float dist = constants::VD::petal::layer::radii[layer] - yFlat;
256+
float dist = constants::VD::petal::layer::radii[layer] - yFlat;
257257
float phi = xFlat / constants::VD::petal::layer::radii[layer];
258258
// the y position is in the chip volume however we need the silicon volume
259259
// this is accounted by a -y shift

Detectors/Upgrades/ALICE3/TRK/simulation/src/DigiParams.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "TRKSimulation/DigiParams.h"
1818
#include <cassert>
1919

20-
2120
using namespace o2::trk;
2221

2322
DigiParams::DigiParams()

Detectors/Upgrades/ALICE3/TRK/simulation/src/Digitizer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void Digitizer::processHit(const o2::itsmft::Hit& hit, uint32_t& maxFr, int evID
278278
static int warnNo = 0;
279279
if (warnNo < maxWarn) {
280280
LOG(warning) << "Ignoring hit with time_in_event = " << timeInROF << " ns"
281-
<< ((++warnNo < maxWarn) ? "" : " (suppressing further warnings)");
281+
<< ((++warnNo < maxWarn) ? "" : " (suppressing further warnings)");
282282
}
283283
return;
284284
}

0 commit comments

Comments
 (0)