We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43405e4 + 9a0d467 commit 4790781Copy full SHA for 4790781
1 file changed
PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx
@@ -884,7 +884,7 @@ struct HadNucleiFemto {
884
const float deDCAzMax = 0.004f + 0.013f / absPt;
885
if (std::abs(candidate.dcaXY()) > deDCAxyMax || std::abs(candidate.dcaZ()) > deDCAzMax)
886
return false;
887
-
+
888
if (candidate.hasTOF() && candidate.tpcInnerParam() > settingCutPinMinTOFITSDe) {
889
auto tofNSigmaDe = candidate.tofNSigmaDe();
890
auto combNsigma = std::sqrt(tofNSigmaDe * tofNSigmaDe + tpcNSigmaDe * tpcNSigmaDe);
0 commit comments