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 143c83b + 982b0bd commit 90fbaa2Copy full SHA for 90fbaa2
PWGLF/Tasks/Resonances/lambda1520analysisinpp.cxx
@@ -460,7 +460,7 @@ struct Lambda1520analysisinpp {
460
continue;
461
auto p = pdg->GetParticle(mcparticle.pdgCode());
462
if (p != nullptr) {
463
- if (std::abs(p->Charge()/3.0) >= 1.0) {
+ if (std::abs(p->Charge() / 3.0) >= 1.0) {
464
if (std::abs(mcparticle.eta()) < 1.0)
465
return true;
466
}
0 commit comments