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))