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); diff --git a/PWGLF/Tasks/Resonances/lambdastarproxy.cxx b/PWGLF/Tasks/Resonances/lambdastarproxy.cxx index 9fc27dd722e..9ec02766b4c 100644 --- a/PWGLF/Tasks/Resonances/lambdastarproxy.cxx +++ b/PWGLF/Tasks/Resonances/lambdastarproxy.cxx @@ -13,7 +13,6 @@ /// \brief Standalone Lambda* deuteron-proxy task extracted from nucleibalance.cxx. /// \author Sushanta Tripathy - #include "Common/CCDB/EventSelectionParams.h" #include "Common/Core/RecoDecay.h" #include "Common/DataModel/Centrality.h" @@ -35,7 +34,6 @@ #include #include - #include #include #include