Skip to content

Commit 30fc49b

Browse files
shahor02chiarazampolli
authored andcommitted
Fix typo in the TPC correction disabling
1 parent d48e6e1 commit 30fc49b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/TPCFastTransformation/CorrectionMapsHelper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void CorrectionMapsHelper::setCorrMapMShape(std::unique_ptr<TPCFastTransform>&&
9999

100100
void CorrectionMapsHelper::updateLumiScale(bool report)
101101
{
102-
if (canUseCorrections()) {
102+
if (!canUseCorrections()) {
103103
mLumiScale = -1.f;
104104
} else if ((mLumiScaleMode == 1) || (mLumiScaleMode == 2)) {
105105
mLumiScale = mMeanLumiRef ? (mInstLumi - mMeanLumi) / mMeanLumiRef : 0.f;

0 commit comments

Comments
 (0)