Skip to content

Commit e099ce1

Browse files
committed
Please consider the following formatting changes
1 parent 8490e1f commit e099ce1

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)