From 30c5170a8728d18652acc528a8c911f11cb76eaa Mon Sep 17 00:00:00 2001 From: nkaratze Date: Fri, 27 Feb 2026 12:21:00 +0100 Subject: [PATCH 1/2] Minor fix to table subscription --- PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx b/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx index 976e0f3a4bf..e3587cec700 100644 --- a/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx +++ b/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx @@ -697,7 +697,7 @@ struct V0PtInvMassPlots { // This is the process for Generated Particles void genMCProcess(soa::Join::iterator const& mcCollision, - soa::SmallGroups> const& collisions, + soa::SmallGroups> const& collisions, aod::McParticles const& mcParticles) { // Event Efficiency, Event Split and V0 Signal Loss Corrections From 594db70e5672d8d72d5210276b41e8faa95de68d Mon Sep 17 00:00:00 2001 From: nkaratze Date: Fri, 27 Feb 2026 22:45:48 +0100 Subject: [PATCH 2/2] Uncommented Event Selection --- PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx b/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx index e3587cec700..79fc64c1883 100644 --- a/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx +++ b/PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx @@ -981,9 +981,9 @@ struct V0PtInvMassPlots { antilambdaptedgevalues[i] = std::stod(pthistos::antilambdaPtBins[i]); } - // if (!acceptEvent(collision)) { // Event Selection - // return; - // } + if (!acceptEvent(collision)) { // Event Selection + return; + } rPtAnalysis.fill(HIST("hNRecEvents"), 0.5, collision.centFT0M()); // Number of recorded events for (const auto& v0 : V0s) { // Checking that the V0 is a true K0s/Lambdas/Antilambdas and then filling the parameter histograms and the invariant mass plots for different cuts (which are taken from namespace)