Skip to content

Commit d88f5e6

Browse files
Merge pull request #46 from alibuild/alibot-cleanup-14507
Please consider the following formatting changes to #14507
2 parents 882155e + cf4719f commit d88f5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2574,7 +2574,7 @@ struct cascadeFlow {
25742574
continue; // in case of ambiguity between Lambda and AntiLambda, I skip the particle; checked to be zero in range 1.105 - 1.125
25752575
}
25762576
if (!(v0.mLambda() > V0Configs.MinMassLambda && v0.mLambda() < V0Configs.MaxMassLambda) && !(v0.mAntiLambda() > V0Configs.MinMassLambda && v0.mAntiLambda() < V0Configs.MaxMassLambda))
2577-
histos.fill(HIST("hLambdaCandidate"), 4); //bkg candidates
2577+
histos.fill(HIST("hLambdaCandidate"), 4); // bkg candidates
25782578
}
25792579
if (!isSelectedV0[0] && !isSelectedV0[1])
25802580
continue;

0 commit comments

Comments
 (0)