We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73b7c1 commit ba6ae75Copy full SHA for ba6ae75
PWGCF/Femto/FemtoNuclei/TableProducer/PiNucleiFemto.cxx
@@ -482,7 +482,7 @@ struct PiNucleiFemto {
482
template <typename Ttrack>
483
bool selectionPIDPion(const Ttrack& candidate)
484
{
485
- if ( candidate.tpcChi2NCl() > settingCutChi2tpcHighPion ||candidate.tpcChi2NCl() < settingCutChi2tpcLowPion ||candidate.itsChi2NCl() > settingCutChi2NClITSPion)
+ if (candidate.tpcChi2NCl() > settingCutChi2tpcHighPion || candidate.tpcChi2NCl() < settingCutChi2tpcLowPion || candidate.itsChi2NCl() > settingCutChi2NClITSPion)
486
return false;
487
if (abs(candidate.dcaXY()) > settingCutPiDCAxyMin || abs(candidate.dcaZ()) > settingCutPiDCAzMin)
488
0 commit comments