From e0d924860d6525a334b26e86c0809a092f0eaade Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 3 Aug 2026 13:34:40 +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 abd74722ae8..b4562549d3c 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; @@ -375,7 +375,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();