diff --git a/PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx b/PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx index d783fd468e2..affa3a6df99 100644 --- a/PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx +++ b/PWGHF/ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx @@ -137,7 +137,7 @@ struct HfCandidateSelectorChicToJpsiGamma { /// \param nSigmaCut is the nsigma threshold to test against /// \return true if track satisfies TPC pion hypothesis for given Nsigma cut template - bool selectionPIDTPC(const T& /*track*/, int nSigmaCut) + bool selectionPIDTPC(const T& /*track*/, int nSigmaCut) { if (nSigmaCut > 999.) { return true; @@ -151,7 +151,7 @@ struct HfCandidateSelectorChicToJpsiGamma { // \param nSigmaCut is the nSigma threshold to test against // \return true if track satisfies TOF pion hypothesis for given NSigma cut template - bool selectionPIDTOF(const T& /*track*/, double nSigmaCut) + bool selectionPIDTOF(const T& /*track*/, double nSigmaCut) { if (nSigmaCut > 999.) { return true;