We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48e6e1 commit 30fc49bCopy full SHA for 30fc49b
1 file changed
GPU/TPCFastTransformation/CorrectionMapsHelper.cxx
@@ -99,7 +99,7 @@ void CorrectionMapsHelper::setCorrMapMShape(std::unique_ptr<TPCFastTransform>&&
99
100
void CorrectionMapsHelper::updateLumiScale(bool report)
101
{
102
- if (canUseCorrections()) {
+ if (!canUseCorrections()) {
103
mLumiScale = -1.f;
104
} else if ((mLumiScaleMode == 1) || (mLumiScaleMode == 2)) {
105
mLumiScale = mMeanLumiRef ? (mInstLumi - mMeanLumi) / mMeanLumiRef : 0.f;
0 commit comments