Skip to content

Commit cf4719f

Browse files
committed
Please consider the following formatting changes
1 parent 882155e commit cf4719f

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)