Skip to content

Commit 179633b

Browse files
authored
Merge pull request #51 from alibuild/alibot-cleanup-16200
Please consider the following formatting changes to #16200
2 parents 8490e1f + e099ce1 commit 179633b

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
@@ -689,7 +689,7 @@ struct HadNucleiFemto {
689689
const float deDCAzMax = 0.004f + 0.013f / absPt;
690690
if (std::abs(candidate.dcaXY()) > deDCAxyMax || std::abs(candidate.dcaZ()) > deDCAzMax)
691691
return false;
692-
692+
693693
if (candidate.hasTOF() && candidate.tpcInnerParam() > settingCutPinMinTOFITSDe) {
694694
auto tofNSigmaDe = candidate.tofNSigmaDe();
695695
auto combNsigma = std::sqrt(tofNSigmaDe * tofNSigmaDe + tpcNSigmaDe * tpcNSigmaDe);

0 commit comments

Comments
 (0)