From dbb339d561f6ec56687f2cf1b4162546f8cea2e5 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 16 Apr 2024 21:16:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../ALICE3/TableProducer/candidateSelectorChicToJpsiGamma.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;