Skip to content

Commit 4950948

Browse files
authored
Merge pull request #43 from alibuild/alibot-cleanup-13238
[PWGCF] Please consider the following formatting changes to #13238
2 parents f73b7c1 + ba6ae75 commit 4950948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ struct PiNucleiFemto {
482482
template <typename Ttrack>
483483
bool selectionPIDPion(const Ttrack& candidate)
484484
{
485-
if ( candidate.tpcChi2NCl() > settingCutChi2tpcHighPion ||candidate.tpcChi2NCl() < settingCutChi2tpcLowPion ||candidate.itsChi2NCl() > settingCutChi2NClITSPion)
485+
if (candidate.tpcChi2NCl() > settingCutChi2tpcHighPion || candidate.tpcChi2NCl() < settingCutChi2tpcLowPion || candidate.itsChi2NCl() > settingCutChi2NClITSPion)
486486
return false;
487487
if (abs(candidate.dcaXY()) > settingCutPiDCAxyMin || abs(candidate.dcaZ()) > settingCutPiDCAzMin)
488488
return false;

0 commit comments

Comments
 (0)