diff --git a/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx b/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx index 5104536a667..79df0009b51 100644 --- a/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx +++ b/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx @@ -45,9 +45,9 @@ #include #include +#include #include #include - // KFParticle #ifndef HomogeneousField #define HomogeneousField // o2-linter: disable=name/macro (Name is defined in KFParticle package) @@ -232,7 +232,7 @@ struct HyperNucleus { v0DaughterVec.push_back(dv0 - 1); } int getNdaughters() { return static_cast(daughters.size()); } - std::vector getV0daughters() { return v0DaughterVec; }; + std::vector getV0daughters() { return v0DaughterVec; } std::vector getNonV0daughters() { std::vector vec; diff --git a/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx b/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx index 5137841cac4..5cfed67e4b4 100644 --- a/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx +++ b/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx @@ -1,6 +1,6 @@ // Copyright 2019-2020 CERN and copyright holders of ALICE O2. -// See https://alice-o2.web.cern.ch/copyright for details of the copyright -// holders. All rights not expressly granted are reserved. +// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. +// All rights not expressly granted are reserved. // // This software is distributed under the terms of the GNU General Public // License v3 (GPL Version 3), copied verbatim in the file "COPYING". @@ -10,9 +10,7 @@ // or submit itself to any jurisdiction. /// /// \file trHeAnalysis.cxx -/// /// \brief triton and helion analysis on Run 3 pp data -/// /// \author Esther Bartsch , Goethe University Frankfurt #include "MetadataHelper.h" @@ -287,7 +285,7 @@ struct TrHeAnalysis { Configurable cfgMaxDCAXY{"cfgMaxDCAXY", 10000.f, "Maximum DCA to PV in Z"}; Configurable cfgMinDCAZ{"cfgMinDCAZ", 0.f, "Minimum DCA to PV in XY"}; Configurable cfgMaxDCAZ{"cfgMaxDCAZ", 10000.f, "Maximum DCA to PV in Z"}; - Configurable cfgTrackSign{"cfgTrackSign", 0, "1: positive only, -1: negative only, 0: all tracks"}; + Configurable cfgTrackSign{"cfgTrackSign", 0, "1: positive only, -1: negative only, 0: all tracks"}; } trackCuts; Configurable> cfgBetheBlochParams{"cfgBetheBlochParams",