From a3a98447efffbba31120de9c5f94ac41bb25a1a4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 12 Nov 2024 15:15:17 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/CTP/reconstruction/src/RawDataDecoder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx b/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx index 4839d1cb6b752..aeb2c21900df7 100644 --- a/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx +++ b/Detectors/CTP/reconstruction/src/RawDataDecoder.cxx @@ -529,7 +529,7 @@ int RawDataDecoder::shiftInputs(std::map& digit int nTwoI = 0; std::map digitsMapShifted; auto L0shift = o2::ctp::TriggerOffsetsParam::Instance().LM_L0; - auto L1shift = L0shift + o2::ctp::TriggerOffsetsParam::Instance().L0_L1+1; + auto L1shift = L0shift + o2::ctp::TriggerOffsetsParam::Instance().L0_L1 + 1; for (auto const& dig : digitsMap) { auto inpmask = dig.second.CTPInputMask; auto inpmaskLM = inpmask & LMMASKInputs;