Skip to content

Commit cd1d2e5

Browse files
committed
Update
1 parent ca69069 commit cd1d2e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str
6262
{
6363

6464
const std::pair<float, float> dInnerTof = {21.f, 124.f}; // Radius and length
65-
std::pair<float, float> dOuterTof = {95.f, 680.f}; // Radius and length
65+
std::pair<float, float> dOuterTof = {95.f, 680.f}; // Radius and length
6666
std::pair<float, float> radiusRangeDiskTof = {15.f, 100.f};
6767
float zForwardTof = 370.f;
6868
LOG(info) << "Configuring IOTOF layers with '" << pattern << "' pattern";

Detectors/Upgrades/ALICE3/TRK/reconstruction/src/ClustererACTS.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using namespace o2::trk;
2727
struct Cell2D {
2828
Cell2D(int rowv, int colv, uint32_t digIdx = 0) : row(rowv), col(colv), digitIdx(digIdx) {}
2929
int row, col;
30-
uint32_t digitIdx; ///< Index of the original digit (for MC label retrieval)
30+
uint32_t digitIdx; ///< Index of the original digit (for MC label retrieval)
3131
Acts::Ccl::Label label{Acts::Ccl::NO_LABEL};
3232
};
3333

0 commit comments

Comments
 (0)