From eb116c2be407aaf193cb72384b7eabb72416fc02 Mon Sep 17 00:00:00 2001 From: Marvin Hemmer Date: Tue, 28 Apr 2026 13:44:02 +0200 Subject: [PATCH] [PWGEM] Fix Pi0EtaToGammaGamma preslice for emcal track matching --- PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h | 4 ++-- PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h b/PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h index da3bc0df518..f022be669ef 100644 --- a/PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h +++ b/PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h @@ -302,13 +302,13 @@ struct Pi0EtaToGammaGamma { static auto& perClusterMT() { - static auto slice{o2::aod::trackmatching::emEmcClusterId}; + static auto slice{o2::aod::mintm::minClusterId}; return slice; } static auto& perClusterMS() { - static auto slice{o2::aod::trackmatching::emEmcClusterId}; + static auto slice{o2::aod::mintm::minClusterId}; return slice; } diff --git a/PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h b/PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h index ca2f8851261..2464ec82ec2 100644 --- a/PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h +++ b/PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h @@ -480,13 +480,13 @@ struct Pi0EtaToGammaGammaMC { static auto& perClusterMT() { - static auto slice{o2::aod::trackmatching::emEmcClusterId}; + static auto slice{o2::aod::mintm::minClusterId}; return slice; } static auto& perClusterMS() { - static auto slice{o2::aod::trackmatching::emEmcClusterId}; + static auto slice{o2::aod::mintm::minClusterId}; return slice; }