We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 882155e + cf4719f commit d88f5e6Copy full SHA for d88f5e6
PWGLF/TableProducer/Strangeness/cascadeflow.cxx
@@ -2574,7 +2574,7 @@ struct cascadeFlow {
2574
continue; // in case of ambiguity between Lambda and AntiLambda, I skip the particle; checked to be zero in range 1.105 - 1.125
2575
}
2576
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
+ histos.fill(HIST("hLambdaCandidate"), 4); // bkg candidates
2578
2579
if (!isSelectedV0[0] && !isSelectedV0[1])
2580
continue;
0 commit comments