Skip to content

Commit 7a4fe8a

Browse files
committed
Please consider the following formatting changes
1 parent 5b64069 commit 7a4fe8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void ChipDigitsContainer::addNoise(UInt_t rofMin, UInt_t rofMax, const o2::trk::
2929
int maxCols = 0;
3030

3131
// TODO: set different noise and threshold for VD and MLOT
32-
if (subDetID == 0) { // VD
32+
if (subDetID == 0) { // VD
3333
maxRows = constants::VD::petal::layer::nRows[layer]; // TODO: get the layer from the geometry
3434
maxCols = constants::VD::petal::layer::nCols;
3535
mean = params->getNoisePerPixel() * maxRows * maxCols;

0 commit comments

Comments
 (0)