From ebf8af46e8741b571ee4e97fc5e26aef0523731c Mon Sep 17 00:00:00 2001 From: nkaratze Date: Mon, 10 Nov 2025 16:16:38 +0100 Subject: [PATCH] correct service placement --- PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx b/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx index d63450ed454..656cc9350d8 100644 --- a/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx +++ b/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx @@ -24,7 +24,7 @@ This analysis includes three processes, one for Real Data and two for MC at the #include "PWGLF/Utils/inelGt.h" #include "Common/DataModel/EventSelection.h" -#include "Common/DataModel/PIDResponseTPC.h" +#include "Common/DataModel/PIDResponse.h" #include "CommonConstants/PhysicsConstants.h" #include "CommonUtils/StringUtils.h" @@ -39,8 +39,6 @@ This analysis includes three processes, one for Real Data and two for MC at the #include #include -o2::framework::Service pdgDB; - // namespace to be used for pt plots and bins namespace pthistos { @@ -675,6 +673,7 @@ struct V0PtInvMassPlots { // Defining the type of the daughter tracks using DaughterTracks = soa::Join; + o2::framework::Service pdgDB; void genMCProcess( aod::McCollisions::iterator const& mcCollisions,