Skip to content

Commit 4790781

Browse files
authored
Merge pull request #53 from alibuild/alibot-cleanup-16345
[PWGCF] Please consider the following formatting changes to #16345
2 parents 43405e4 + 9a0d467 commit 4790781

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
@@ -884,7 +884,7 @@ struct HadNucleiFemto {
884884
const float deDCAzMax = 0.004f + 0.013f / absPt;
885885
if (std::abs(candidate.dcaXY()) > deDCAxyMax || std::abs(candidate.dcaZ()) > deDCAzMax)
886886
return false;
887-
887+
888888
if (candidate.hasTOF() && candidate.tpcInnerParam() > settingCutPinMinTOFITSDe) {
889889
auto tofNSigmaDe = candidate.tofNSigmaDe();
890890
auto combNsigma = std::sqrt(tofNSigmaDe * tofNSigmaDe + tpcNSigmaDe * tpcNSigmaDe);

0 commit comments

Comments
 (0)