Skip to content

Commit 40e3dc9

Browse files
author
Henrik Fribert
committed
Fix: PID logic for sigma plus builder
1 parent 1f860ca commit 40e3dc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGCF/Femto/Core/kinkBuilder.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ class KinkSelection : public BaseSelection<float, o2::aod::femtodatatypes::KinkM
280280
} else {
281281
if (chaDaughter.hasTOF()) {
282282
this->evaluateObservable(kChaDaughTpctofProton, std::hypot(chaDaughter.tpcNSigmaPr(), chaDaughter.tofNSigmaPr()));
283+
} else {
284+
this->evaluateObservable(kChaDaughTpctofProton, 999.f);
283285
}
284286
}
285287
}

0 commit comments

Comments
 (0)