Skip to content

Commit 9a0d467

Browse files
committed
Please consider the following formatting changes
1 parent 43405e4 commit 9a0d467

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)