Skip to content

Commit 04dbf0e

Browse files
author
nkaratze
committed
Fixed linter correction error
1 parent 7f7d0ad commit 04dbf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ struct V0PtInvMassPlots {
449449
rPtAnalysis.fill(HIST("hNK0sh"), 3.5);
450450
rPtAnalysis.get<TH1>(HIST("hNK0sh"))->GetXaxis()->SetBinLabel(4, "Max_ct");
451451
rPtAnalysis.fill(HIST("hMassK0ShortvsCuts"), 3.5, v0.mK0Short());
452-
if (v0.qtarm() < (K0shparamArmenterosCut * std::abs(v0.alpha())) && doK0shArmenterosCut) { // K0sh Armenteros Cut
452+
if (v0.qtarm() < (k0shparamArmenterosCut * std::abs(v0.alpha())) && doK0shArmenterosCut) { // K0sh Armenteros Cut
453453
return false;
454454
}
455455
rPtAnalysis.fill(HIST("hNK0sh"), 4.5);

0 commit comments

Comments
 (0)