From c3cdcf4acb346842d9057df32fb634cb63670b0e Mon Sep 17 00:00:00 2001 From: abmodak <67369858+abmodak@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:20:17 +0100 Subject: [PATCH 1/2] Fix table definition --- .../TableProducer/longrangeMaker.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx b/PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx index a8a1847676e..d04584a0bd2 100644 --- a/PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx +++ b/PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx @@ -213,13 +213,13 @@ struct LongrangeMaker { tpcNsigmaCut = tpcNsigmaPidCut; } - Produces collisionLRTable; - Produces tracksLRTable; + Produces collisionLRTable; + Produces tracksLRTable; Produces ft0aLRTable; - Produces ft0cLRTable; - Produces mftLRTable; - Produces mftbestLRTable; - Produces v0LRTable; + Produces ft0cLRTable; + Produces mftLRTable; + Produces mftbestLRTable; + Produces v0LRTable; Filter fTracksEta = nabs(aod::track::eta) < cfgtrksel.cfgEtaCut; Filter fTracksPt = (aod::track::pt > cfgtrksel.cfgPtCutMin) && (aod::track::pt < cfgtrksel.cfgPtCutMax); From 3cc6192212f78446b6ba4271cf9d5c05a6b111e3 Mon Sep 17 00:00:00 2001 From: abmodak <67369858+abmodak@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:22:34 +0100 Subject: [PATCH 2/2] Update longrangeMaker.cxx --- PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx b/PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx index d04584a0bd2..086a92eeb80 100644 --- a/PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx +++ b/PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx @@ -215,7 +215,7 @@ struct LongrangeMaker { Produces collisionLRTable; Produces tracksLRTable; - Produces ft0aLRTable; + Produces ft0aLRTable; Produces ft0cLRTable; Produces mftLRTable; Produces mftbestLRTable;