Skip to content

Commit 92a15de

Browse files
authored
Update CalibdEdxContainer.cxx
1 parent 8e374d3 commit 92a15de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/DataTypes/CalibdEdxContainer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void CalibdEdxContainer::setDefaultZeroSupresssionThreshold()
265265
mThresholdMap.setMinCorrectionFactor(defaultVal - 0.1f);
266266
mThresholdMap.setMaxCorrectionFactor(defaultVal + 0.1f);
267267
for (int32_t sector = 0; sector < o2::tpc::constants::MAXSECTOR; ++sector) {
268-
for (uint16_t globPad = 0; globPad < TPC_PADS_IN_SECTOR; ++globPad) {
268+
for (uint16_t globPad = 0; globPad < TPC_REAL_PADS_IN_SECTOR; ++globPad) {
269269
mThresholdMap.setGainCorrection(sector, globPad, defaultVal);
270270
}
271271
}

0 commit comments

Comments
 (0)