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);