From dd4f25f03875062dc36de50a9d6f250231e9befc Mon Sep 17 00:00:00 2001 From: SCHOTTER Romain <47983209+romainschotter@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:09:13 +0200 Subject: [PATCH 1/3] Clarify documentation of new source files Updated the brief documentation to clarify the purpose of the file and its authors. --- PWGLF/Utils/decay3bodyBuilderHelper.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PWGLF/Utils/decay3bodyBuilderHelper.cxx b/PWGLF/Utils/decay3bodyBuilderHelper.cxx index d19aa24321a..dd993cf412a 100644 --- a/PWGLF/Utils/decay3bodyBuilderHelper.cxx +++ b/PWGLF/Utils/decay3bodyBuilderHelper.cxx @@ -10,8 +10,11 @@ // or submit itself to any jurisdiction. /// \file decay3bodyBuilderHelper.cxx -/// \brief Helper file to provide compilation command for headers. +/// \brief Helper file providing the compilation command for the decay3bodyBuilderHelper header. +/// The module implementation is provided in the corresponding header and maintained by Carolina Anna Jauch; +/// this file only provides the compilation unit. /// +/// \author Carolina Anna Jauch , Darmstadt GSI /// \author Vít Kučera , Inha University // o2-linter: disable=name/workflow-file (not a workflow file) From 1a123dfe34542efc6e8d79920001827c74a33476 Mon Sep 17 00:00:00 2001 From: SCHOTTER Romain <47983209+romainschotter@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:14:17 +0200 Subject: [PATCH 2/3] Extend to strangenessBuilderHelper.cxx Updated the brief description and added author information. --- PWGLF/Utils/strangenessBuilderHelper.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PWGLF/Utils/strangenessBuilderHelper.cxx b/PWGLF/Utils/strangenessBuilderHelper.cxx index 28fc41f0d13..6e438bc5fac 100644 --- a/PWGLF/Utils/strangenessBuilderHelper.cxx +++ b/PWGLF/Utils/strangenessBuilderHelper.cxx @@ -10,8 +10,11 @@ // or submit itself to any jurisdiction. /// \file strangenessBuilderHelper.cxx -/// \brief Helper file to provide compilation command for headers. +/// \brief Helper file providing the compilation command for the strangenessBuilderHelper header. +/// The module implementation is provided in the corresponding header and maintained by David Dobrigkeit Chinellato; +/// this file only provides the compilation unit. /// +/// \author David Dobrigkeit Chinellato , Austrian Academy of Sciences & MBI /// \author Vít Kučera , Inha University // o2-linter: disable=name/workflow-file (not a workflow file) From 480301add7e2ec3a25a501008bea5a710fa39174 Mon Sep 17 00:00:00 2001 From: SCHOTTER Romain <47983209+romainschotter@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:15:21 +0200 Subject: [PATCH 3/3] Extend to strangenessBuilderModule --- PWGLF/Utils/strangenessBuilderModule.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PWGLF/Utils/strangenessBuilderModule.cxx b/PWGLF/Utils/strangenessBuilderModule.cxx index 3e0940cc765..f5390ebc17b 100644 --- a/PWGLF/Utils/strangenessBuilderModule.cxx +++ b/PWGLF/Utils/strangenessBuilderModule.cxx @@ -10,8 +10,11 @@ // or submit itself to any jurisdiction. /// \file strangenessBuilderModule.cxx -/// \brief Helper file to provide compilation command for headers. +/// \brief Helper file providing the compilation command for the strangenessBuilderModule header. +/// The module implementation is provided in the corresponding header and maintained by David Dobrigkeit Chinellato; +/// this file only provides the compilation unit. /// +/// \author David Dobrigkeit Chinellato , Austrian Academy of Sciences & MBI /// \author Vít Kučera , Inha University // o2-linter: disable=name/workflow-file (not a workflow file)