File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT
Detectors/ITSMFT/MFT/calibration/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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]) {
Original file line number Diff line number Diff line change 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//
You can’t perform that action at this time.
0 commit comments