Skip to content

Commit 3d665fe

Browse files
committed
Fix typo
1 parent ac2b281 commit 3d665fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/QC/strangepidqa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ struct strangepidqa {
293293
// lambda case
294294
histos.fill(HIST("h3dMassAntiLambda"), coll.centFT0C(), lambda.pt(), lambda.mLambda());
295295
if(lambda.tofAntiLambdaCompatibility(tofNsigmaCompatibility.value)){
296-
histos.fill(HIST("h3dMassCompatibleAntiambda"), coll.centFT0C(), lambda.pt(), lambda.mLambda());
296+
histos.fill(HIST("h3dMassCompatibleAntiLambda"), coll.centFT0C(), lambda.pt(), lambda.mLambda());
297297
}
298298
}
299299

0 commit comments

Comments
 (0)