We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43405e4 commit 9a0d467Copy full SHA for 9a0d467
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