From 5f216492ff2a1aee3f2f4dda47b2d6d7ff10c8d6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 10 Jun 2024 13:07:01 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/DataModel/LFSigmaTables.h | 1 - PWGLF/Tasks/Strangeness/sigmaanalysis.cxx | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/PWGLF/DataModel/LFSigmaTables.h b/PWGLF/DataModel/LFSigmaTables.h index 682067c6f5d..eff96b32785 100644 --- a/PWGLF/DataModel/LFSigmaTables.h +++ b/PWGLF/DataModel/LFSigmaTables.h @@ -212,4 +212,3 @@ DECLARE_SOA_TABLE(V0SigmaMCCandidates, "AOD", "V0MCSIGMAS", } // namespace o2::aod #endif // PWGLF_DATAMODEL_LFSIGMATABLES_H_ - diff --git a/PWGLF/Tasks/Strangeness/sigmaanalysis.cxx b/PWGLF/Tasks/Strangeness/sigmaanalysis.cxx index 565cb1bd651..ad053b59a79 100644 --- a/PWGLF/Tasks/Strangeness/sigmaanalysis.cxx +++ b/PWGLF/Tasks/Strangeness/sigmaanalysis.cxx @@ -248,8 +248,7 @@ struct sigmaanalysis { // AntiLambda selection: if (cand.antilambdaBDTScore() <= AntiLambda_MLThreshold) return false; - } - else { + } else { if (TMath::Abs(cand.photonMass()) > PhotonMaxMass) return false; if ((TMath::Abs(cand.photonPosEta()) > PhotonDauPseudoRap) || (TMath::Abs(cand.photonNegEta()) > PhotonDauPseudoRap))