We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad32fca commit 193e111Copy full SHA for 193e111
1 file changed
PWGLF/TableProducer/Common/kinkBuilder.cxx
@@ -402,7 +402,7 @@ struct kinkBuilder {
402
hSelMotherQA->Fill(4.f, isPositive);
403
404
h2ItsClsMothBeforeSel->Fill(candidate.itsNCls(), candidate.itsNClsInnerBarrel());
405
- if (candidate.itsNCls() >= nItsTotalLayers-1)
+ if (candidate.itsNCls() >= nItsTotalLayers - 1)
406
return false;
407
hSelMotherQA->Fill(5.f, isPositive);
408
0 commit comments