From 8733895ef4031957b4c6b8e4006307bb49d72efc Mon Sep 17 00:00:00 2001 From: Oussama3030 <59825001+Oussama3030@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:33:09 +0100 Subject: [PATCH 1/2] [PWGLF] Removed aod::StraRawCents --- PWGLF/Tasks/QC/findableStudy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/QC/findableStudy.cxx b/PWGLF/Tasks/QC/findableStudy.cxx index 512f5dd6b4d..bac4184f01e 100644 --- a/PWGLF/Tasks/QC/findableStudy.cxx +++ b/PWGLF/Tasks/QC/findableStudy.cxx @@ -62,7 +62,7 @@ using namespace o2::framework; using namespace o2::framework::expressions; using std::array; -using recoStraCollisions = soa::Join; +using recoStraCollisions = soa::Join; using reconstructedV0s = soa::Join; using reconstructedV0sNoMC = soa::Join; From f89adfa87f30010013c98fed4cfff8c8b2ce00bd Mon Sep 17 00:00:00 2001 From: SCHOTTER Romain <47983209+romainschotter@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:39:07 +0100 Subject: [PATCH 2/2] Use constant references for non-modified iterators in range-based for loops --- PWGLF/Tasks/QC/findableStudy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/QC/findableStudy.cxx b/PWGLF/Tasks/QC/findableStudy.cxx index bac4184f01e..dc67b02dc40 100644 --- a/PWGLF/Tasks/QC/findableStudy.cxx +++ b/PWGLF/Tasks/QC/findableStudy.cxx @@ -261,7 +261,7 @@ struct findableStudy { bool hasBeenFound = false; int nCandidatesWithTPC = 0; - for (auto& recv0 : recv0s) { + for (const auto& recv0 : recv0s) { if (recv0.v0Type() != 1) continue; // skip anything other than a standard V0