From b1b8c138c1638362826e34ea1193874246273d70 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 18 Sep 2026 10:12:45 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Resonances/f0phiproxy.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PWGLF/Tasks/Resonances/f0phiproxy.cxx b/PWGLF/Tasks/Resonances/f0phiproxy.cxx index 42ee46344a6..abcc73b837b 100644 --- a/PWGLF/Tasks/Resonances/f0phiproxy.cxx +++ b/PWGLF/Tasks/Resonances/f0phiproxy.cxx @@ -24,10 +24,10 @@ #include #include #include +#include #include #include #include -#include #include #include @@ -275,8 +275,7 @@ struct F0phiproxy { histos.fill(HIST("hPionTOF"), track.pt(), track.tofNSigmaPi()); histos.fill(HIST("hKaonTOF"), track.pt(), track.tofNSigmaKa()); } - TrackCandidate candidate{.id = track.globalIndex(), .sign = track.sign(), - .px = track.px(), .py = track.py(), .pz = track.pz(), .hasTOF = tof}; + TrackCandidate candidate{.id = track.globalIndex(), .sign = track.sign(), .px = track.px(), .py = track.py(), .pz = track.pz(), .hasTOF = tof}; if (passPID(track.tpcNSigmaPi(), track.tofNSigmaPi(), tof, pionTPC, pionTOF)) { event.pions.push_back(candidate);