Skip to content

Commit 5f75c28

Browse files
authored
Merge pull request #9 from alibuild/alibot-cleanup-15167
Please consider the following formatting changes to #15167
2 parents 5b64069 + 7a4fe8a commit 5f75c28

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)