Skip to content

Commit 58126d2

Browse files
committed
Please consider the following formatting changes
1 parent ae84fb0 commit 58126d2

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)