We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8490e1f + e099ce1 commit 179633bCopy full SHA for 179633b
1 file changed
PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx
@@ -689,7 +689,7 @@ struct HadNucleiFemto {
689
const float deDCAzMax = 0.004f + 0.013f / absPt;
690
if (std::abs(candidate.dcaXY()) > deDCAxyMax || std::abs(candidate.dcaZ()) > deDCAzMax)
691
return false;
692
-
+
693
if (candidate.hasTOF() && candidate.tpcInnerParam() > settingCutPinMinTOFITSDe) {
694
auto tofNSigmaDe = candidate.tofNSigmaDe();
695
auto combNsigma = std::sqrt(tofNSigmaDe * tofNSigmaDe + tpcNSigmaDe * tpcNSigmaDe);
0 commit comments