Skip to content

Commit 6d434f6

Browse files
author
Niveditha Ramasubramanian
committed
fixing typos
1 parent e3dd57f commit 6d434f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/NoiseMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class NoiseMap
205205
NoiseMap merge(NoiseMap* prev)
206206
{
207207
int incre = 0;
208-
for (size_t i = 0; i < (int)mNoisyPixels.size(); ++i) { // 920 is the total number of chips in MFT
208+
for (size_t i = 0; i < (int)mNoisyPixels.size(); ++i) {
209209
for (const auto& prev_np : prev->mNoisyPixels[i]) { // only enters this for loop if the "i" chip exists.
210210
bool existsInCurrentMap = false;
211211
for (const auto& current_np : mNoisyPixels[i]) {

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// AA Copyright 2019-2020 CERN and copyright holders of ALICE O2.A
1+
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
22
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
// All rights not expressly granted are reserved.
44
//

0 commit comments

Comments
 (0)