We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad32fca + 193e111 commit 09ad3b6Copy full SHA for 09ad3b6
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