From 2c9c4211f04153e132c231b0740e94dc938e019a Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Mon, 3 Nov 2025 11:50:47 +0100 Subject: [PATCH 1/3] [Common] Correct printout hint to avoid confusion --- Common/Tools/PID/pidTPCModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Tools/PID/pidTPCModule.h b/Common/Tools/PID/pidTPCModule.h index 3ef5ab8b8e6..5358ac77290 100644 --- a/Common/Tools/PID/pidTPCModule.h +++ b/Common/Tools/PID/pidTPCModule.h @@ -294,7 +294,7 @@ class pidTPCModule LOGF(info, "***************************************************"); LOGF(info, "No need for TPC only information detected. Will not generate Nsigma for TPC only tracks"); LOGF(info, "If this is unexpected behaviour and a necessity was not identified, please add the"); - LOGF(info, "corresponding task to the list 'devicesRequiringTPCOnlyPID' in pidTPCModule::Init()"); + LOGF(info, "corresponding task to the configurable 'devicesRequiringTPCOnlyPID' of this task"); } LOGF(info, "***************************************************"); } From 4f721eb1906b2d9e315a428d022a409c0972e688 Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Mon, 3 Nov 2025 11:52:12 +0100 Subject: [PATCH 2/3] Update pidTPCModule.h --- Common/Tools/PID/pidTPCModule.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Common/Tools/PID/pidTPCModule.h b/Common/Tools/PID/pidTPCModule.h index 5358ac77290..dfba2718b0e 100644 --- a/Common/Tools/PID/pidTPCModule.h +++ b/Common/Tools/PID/pidTPCModule.h @@ -295,6 +295,8 @@ class pidTPCModule LOGF(info, "No need for TPC only information detected. Will not generate Nsigma for TPC only tracks"); LOGF(info, "If this is unexpected behaviour and a necessity was not identified, please add the"); LOGF(info, "corresponding task to the configurable 'devicesRequiringTPCOnlyPID' of this task"); + LOGF(info, "This may require getting in touch with core service wagon maintainers:"); + LOGF(info, "it is best to always use core service wagons instead of private copies"); } LOGF(info, "***************************************************"); } From 00563c8489c540d9c07a771e0fae0582f8e89466 Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Mon, 3 Nov 2025 11:53:23 +0100 Subject: [PATCH 3/3] Update pidTPCModule.h --- Common/Tools/PID/pidTPCModule.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/Tools/PID/pidTPCModule.h b/Common/Tools/PID/pidTPCModule.h index dfba2718b0e..721fd86f826 100644 --- a/Common/Tools/PID/pidTPCModule.h +++ b/Common/Tools/PID/pidTPCModule.h @@ -295,8 +295,8 @@ class pidTPCModule LOGF(info, "No need for TPC only information detected. Will not generate Nsigma for TPC only tracks"); LOGF(info, "If this is unexpected behaviour and a necessity was not identified, please add the"); LOGF(info, "corresponding task to the configurable 'devicesRequiringTPCOnlyPID' of this task"); - LOGF(info, "This may require getting in touch with core service wagon maintainers:"); - LOGF(info, "it is best to always use core service wagons instead of private copies"); + LOGF(info, "To do that, please get in touch with core service wagon maintainers and ask:"); + LOGF(info, "It is always best to use core service wagons instead of private copies"); } LOGF(info, "***************************************************"); }