Skip to content

Commit 08e5a38

Browse files
committed
fix compilation error
1 parent aa5b63c commit 08e5a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/doublephimeson.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ struct doublephimeson {
338338
}
339339

340340
if (PIDStrategy == 1003) {
341-
if (ptcand < 0.5 && TOFHit != 1 && std::abs(nsigmaTPC) < cutNsigmaTPC {
341+
if (ptcand < 0.5 && TOFHit != 1 && std::abs(nsigmaTPC) < cutNsigmaTPC) {
342342
return true;
343343
}
344344
if (ptcand < 0.5 && TOFHit == 1 && std::sqrt(nsigmaTOF * nsigmaTOF + nsigmaTPC * nsigmaTPC) < cutNsigmaTPC) {

0 commit comments

Comments
 (0)