Skip to content

Commit ba6ae75

Browse files
committed
Please consider the following formatting changes
1 parent f73b7c1 commit ba6ae75

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)