From 585720e123909e640eb9fdb2c2f3263f2e653b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Wed, 27 May 2026 11:59:44 +0200 Subject: [PATCH] Fix includes --- PWGLF/DataModel/ZDCCalTables.h | 1 + .../Nuspex/coalescenceTreeProducer.cxx | 32 +++++++++------ .../Nuspex/deuteronInTriggeredEvents.cxx | 40 +++++++++++++------ PWGLF/TableProducer/QC/flowQC.cxx | 1 - .../Strangeness/sigmaHadCorr.cxx | 1 + .../GlobalEventProperties/ptmultCorr.cxx | 10 ----- .../Tasks/GlobalEventProperties/studyPnch.cxx | 3 +- PWGLF/Tasks/Nuspex/multiplicityPt.cxx | 1 + PWGLF/Tasks/Strangeness/nonPromptCascade.cxx | 1 - .../Strangeness/phiStrangeCorrelation.cxx | 2 +- .../Strangeness/strangenessInJetsIons.cxx | 1 + 11 files changed, 53 insertions(+), 40 deletions(-) diff --git a/PWGLF/DataModel/ZDCCalTables.h b/PWGLF/DataModel/ZDCCalTables.h index 097fb57e16c..0d11fe4b1ca 100644 --- a/PWGLF/DataModel/ZDCCalTables.h +++ b/PWGLF/DataModel/ZDCCalTables.h @@ -20,6 +20,7 @@ #include #include +#include namespace o2::aod { diff --git a/PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx b/PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx index ad1e91f18ff..529d89782a2 100644 --- a/PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx +++ b/PWGLF/TableProducer/Nuspex/coalescenceTreeProducer.cxx @@ -28,23 +28,31 @@ /// /// \author Alberto Calivà -#include "Framework/AnalysisTask.h" -#include "Framework/Configurable.h" -#include "Framework/HistogramRegistry.h" -#include "Framework/InitContext.h" -#include "Framework/Logger.h" -#include "Framework/OutputObjHeader.h" -#include "Framework/runDataProcessing.h" - -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include // IWYU pragma: keep (do not replace with Math/Vector3Dfwd.h) +#include +#include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) +#include #include #include #include -#include #include +#include +#include #include using namespace o2; diff --git a/PWGLF/TableProducer/Nuspex/deuteronInTriggeredEvents.cxx b/PWGLF/TableProducer/Nuspex/deuteronInTriggeredEvents.cxx index 0f309b028d0..412fbb44adc 100644 --- a/PWGLF/TableProducer/Nuspex/deuteronInTriggeredEvents.cxx +++ b/PWGLF/TableProducer/Nuspex/deuteronInTriggeredEvents.cxx @@ -35,48 +35,62 @@ #include "PWGJE/Core/JetUtilities.h" #include "Common/CCDB/EventSelectionParams.h" -#include "Common/Core/EventPlaneHelper.h" #include "Common/Core/PID/PIDTOF.h" -#include "Common/Core/RecoDecay.h" -#include "Common/Core/TrackSelection.h" #include "Common/Core/Zorro.h" #include "Common/Core/ZorroSummary.h" #include "Common/Core/trackUtilities.h" #include "Common/DataModel/EventSelection.h" -#include "Common/DataModel/PIDResponseITS.h" #include "Common/DataModel/PIDResponseTOF.h" -#include "Common/DataModel/Qvectors.h" #include "Common/DataModel/TrackSelectionTables.h" -#include "Common/TableProducer/PID/pidTOFBase.h" #include +#include #include -#include -#include +#include #include -#include #include +#include #include +#include +#include #include +#include +#include #include +#include #include #include -#include - -#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include #include #include // for PDG codes #include #include -#include #include #include +#include #include +#include + +#include +#include #include +#include #include +#include +#include #include +#include #include #include diff --git a/PWGLF/TableProducer/QC/flowQC.cxx b/PWGLF/TableProducer/QC/flowQC.cxx index ec7e06c276f..8210ac95666 100644 --- a/PWGLF/TableProducer/QC/flowQC.cxx +++ b/PWGLF/TableProducer/QC/flowQC.cxx @@ -42,7 +42,6 @@ #include #include -#include #include #include #include diff --git a/PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx b/PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx index db2f50c8e29..dc7df2f567a 100644 --- a/PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx +++ b/PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx @@ -42,6 +42,7 @@ #include #include +#include #include #include #include diff --git a/PWGLF/Tasks/GlobalEventProperties/ptmultCorr.cxx b/PWGLF/Tasks/GlobalEventProperties/ptmultCorr.cxx index 5cab01248e8..4e8abe41a4c 100644 --- a/PWGLF/Tasks/GlobalEventProperties/ptmultCorr.cxx +++ b/PWGLF/Tasks/GlobalEventProperties/ptmultCorr.cxx @@ -24,7 +24,6 @@ #include #include -#include #include #include #include @@ -38,23 +37,14 @@ #include #include -#include -#include -#include #include -#include -#include -#include #include -#include #include #include -#include #include #include #include -#include #include #include diff --git a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx index 8bf72d54a5a..20a27dce05a 100644 --- a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx +++ b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx @@ -15,8 +15,6 @@ /// \author Abhi Modak (abhi.modak@cern.ch), Lucas José (lucas.jose.franco.da.silva@cern.ch) /// \since September 10, 2025 -#include "PWGLF/DataModel/LFStrangenessTables.h" - #include "Common/CCDB/EventSelectionParams.h" #include "Common/DataModel/EventSelection.h" #include "Common/DataModel/McCollisionExtra.h" @@ -37,6 +35,7 @@ #include #include +#include #include #include diff --git a/PWGLF/Tasks/Nuspex/multiplicityPt.cxx b/PWGLF/Tasks/Nuspex/multiplicityPt.cxx index 28531bd0446..70c1a2fd46b 100644 --- a/PWGLF/Tasks/Nuspex/multiplicityPt.cxx +++ b/PWGLF/Tasks/Nuspex/multiplicityPt.cxx @@ -48,6 +48,7 @@ #include #include #include +#include #include #include diff --git a/PWGLF/Tasks/Strangeness/nonPromptCascade.cxx b/PWGLF/Tasks/Strangeness/nonPromptCascade.cxx index cf85c93cc17..e0352773f6b 100644 --- a/PWGLF/Tasks/Strangeness/nonPromptCascade.cxx +++ b/PWGLF/Tasks/Strangeness/nonPromptCascade.cxx @@ -50,7 +50,6 @@ #include #include #include -#include #include diff --git a/PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx b/PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx index 36726e80d5d..14c2b3c3ad4 100644 --- a/PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx +++ b/PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx @@ -39,9 +39,9 @@ #include #include -#include #include #include +#include #include #include diff --git a/PWGLF/Tasks/Strangeness/strangenessInJetsIons.cxx b/PWGLF/Tasks/Strangeness/strangenessInJetsIons.cxx index e39ceb4020b..b129823c74d 100644 --- a/PWGLF/Tasks/Strangeness/strangenessInJetsIons.cxx +++ b/PWGLF/Tasks/Strangeness/strangenessInJetsIons.cxx @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include