From 7a4fe8a628602df64fc3879e0d30a5d5be27656b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 16 Mar 2026 15:16:18 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../Upgrades/ALICE3/TRK/simulation/src/ChipDigitsContainer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/simulation/src/ChipDigitsContainer.cxx b/Detectors/Upgrades/ALICE3/TRK/simulation/src/ChipDigitsContainer.cxx index 32344c6470c56..d8e6df8b6099c 100644 --- a/Detectors/Upgrades/ALICE3/TRK/simulation/src/ChipDigitsContainer.cxx +++ b/Detectors/Upgrades/ALICE3/TRK/simulation/src/ChipDigitsContainer.cxx @@ -29,7 +29,7 @@ void ChipDigitsContainer::addNoise(UInt_t rofMin, UInt_t rofMax, const o2::trk:: int maxCols = 0; // TODO: set different noise and threshold for VD and MLOT - if (subDetID == 0) { // VD + if (subDetID == 0) { // VD maxRows = constants::VD::petal::layer::nRows[layer]; // TODO: get the layer from the geometry maxCols = constants::VD::petal::layer::nCols; mean = params->getNoisePerPixel() * maxRows * maxCols;