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.
1 parent aa5b63c commit 08e5a38Copy full SHA for 08e5a38
1 file changed
PWGLF/Tasks/Resonances/doublephimeson.cxx
@@ -338,7 +338,7 @@ struct doublephimeson {
338
}
339
340
if (PIDStrategy == 1003) {
341
- if (ptcand < 0.5 && TOFHit != 1 && std::abs(nsigmaTPC) < cutNsigmaTPC {
+ if (ptcand < 0.5 && TOFHit != 1 && std::abs(nsigmaTPC) < cutNsigmaTPC) {
342
return true;
343
344
if (ptcand < 0.5 && TOFHit == 1 && std::sqrt(nsigmaTOF * nsigmaTOF + nsigmaTPC * nsigmaTPC) < cutNsigmaTPC) {
0 commit comments