From 2574ab152914f868956e7d3fea2f0dba1c701f2e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 8 Sep 2026 11:59:32 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Digit.h | 2 +- .../ALICE3/IOTOF/simulation/include/IOTOFSimulation/Chip.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Digit.h b/Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Digit.h index e37a9a73b3cab..f1e31b57c6f54 100644 --- a/Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Digit.h +++ b/Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Digit.h @@ -49,7 +49,7 @@ class Digit : public o2::itsmft::Digit private: double mTime = 0.; ///< Measured time (ns) - ULong64_t mBc = 0; ///< BC + ULong64_t mBc = 0; ///< BC Int_t mTdc = 0; ///< tdc time ClassDefNV(Digit, 1); }; diff --git a/Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Chip.h b/Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Chip.h index 1a1067869d26e..8e2f2915a2ec5 100644 --- a/Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Chip.h +++ b/Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Chip.h @@ -79,8 +79,8 @@ class Chip void addDigit(UShort_t row, UShort_t col, Int_t charge, double time, ULong64_t bc, Int_t tdc, o2::MCCompLabel label); protected: - Int_t mChipIndex = -1; ///< Chip ID - bool mDisabled = false; ///< Flag to indicate if the chip is disabled (e.g. due to dead channels) + Int_t mChipIndex = -1; ///< Chip ID + bool mDisabled = false; ///< Flag to indicate if the chip is disabled (e.g. due to dead channels) std::map mDigits; ///< Map of fired digits, possibly in multiple frames ClassDefNV(Chip, 1);