From f1d45d3c02b7257eeba696add50907907ddfced4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 3 Aug 2026 06:52:34 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Resonances/cha01710analysis.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGLF/Tasks/Resonances/cha01710analysis.cxx b/PWGLF/Tasks/Resonances/cha01710analysis.cxx index 0b82130abcd..ffefe91cae3 100644 --- a/PWGLF/Tasks/Resonances/cha01710analysis.cxx +++ b/PWGLF/Tasks/Resonances/cha01710analysis.cxx @@ -35,13 +35,13 @@ #include #include #include -#include #include +#include #include #include -#include #include +#include #include #include @@ -131,8 +131,8 @@ struct cha01710analysis { using Collisions = soa::Filtered>; using Tracks = soa::Filtered>; + aod::pidTPCFullPi, aod::pidTOFFullPi, + aod::pidTPCFullKa, aod::pidTOFFullKa>>; using V0s = soa::Join; int detId = 0; @@ -373,7 +373,7 @@ struct cha01710analysis { } if (eventCuts.cfgCentEst == kFT0M) { centrality = collision.centFT0M(); - } else if(eventCuts.cfgCentEst == kFT0C) { + } else if (eventCuts.cfgCentEst == kFT0C) { centrality = collision.centFT0C(); } else { centrality = collision.centFT0M();