Skip to content

Commit 520bde6

Browse files
authored
Merge pull request #52 from alibuild/alibot-cleanup-16267
[PWGCF] Please consider the following formatting changes to #16267
2 parents ae84fb0 + 58126d2 commit 520bde6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ struct HadNucleiFemto {
794794
const float deDCAzMax = 0.004f + 0.013f / absPt;
795795
if (std::abs(candidate.dcaXY()) > deDCAxyMax || std::abs(candidate.dcaZ()) > deDCAzMax)
796796
return false;
797-
797+
798798
if (candidate.hasTOF() && candidate.tpcInnerParam() > settingCutPinMinTOFITSDe) {
799799
auto tofNSigmaDe = candidate.tofNSigmaDe();
800800
auto combNsigma = std::sqrt(tofNSigmaDe * tofNSigmaDe + tpcNSigmaDe * tpcNSigmaDe);

0 commit comments

Comments
 (0)