From 14d9c408af6744b7e6c1a28babba237febd9f2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:14:11 +0200 Subject: [PATCH] Fix includes --- ALICE3/Tasks/alice3-dilepton.cxx | 9 ++++++--- ALICE3/Tasks/alice3-prefilterdilepton.cxx | 16 ++++++++++++---- ALICE3/Tasks/alice3Multicharm.cxx | 2 -- ALICE3/Utils/a3StrangenessTofPidHelper.h | 2 +- Common/Tasks/checkDataModelMC.cxx | 1 + Common/Tools/PID/pidTPCModule.h | 1 + DPG/Tasks/AOTTrack/PID/HMPID/hmpidDeuteron.cxx | 7 ++++++- .../femtoDreamTripletTaskTrackTrackCascade.cxx | 14 ++++++++++++-- PWGDQ/Core/VarManager.cxx | 9 +++++---- PWGDQ/Tasks/tableReader_withAssoc.cxx | 1 + PWGEM/Dilepton/Core/DileptonHadronMPC.h | 1 - PWGEM/Dilepton/Core/DileptonSV.h | 2 ++ PWGEM/Dilepton/Core/DileptonSVMC.h | 2 ++ PWGEM/Dilepton/DataModel/dileptonTables.h | 2 ++ .../TableProducer/Converters/muonConverter4.cxx | 2 ++ PWGEM/Dilepton/TableProducer/skimmerOTS.cxx | 2 ++ .../TableProducer/skimmerPrimaryMuon.cxx | 2 ++ PWGEM/Dilepton/Tasks/dimuonV1.cxx | 2 ++ PWGEM/PhotonMeson/Core/DalitzEECut.h | 1 + PWGEM/PhotonMeson/Core/EMCPhotonCut.h | 1 + PWGEM/PhotonMeson/Core/PHOSPhotonCut.h | 1 + PWGEM/PhotonMeson/Core/V0PhotonCut.h | 1 + .../TableProducer/associateMCinfoPhoton.cxx | 1 + .../TableProducer/bcWiseClusterSkimmer.cxx | 1 + .../PhotonMeson/TableProducer/nonLinProducer.cxx | 1 + PWGEM/PhotonMeson/Tasks/calibTaskEmc.cxx | 1 + PWGEM/PhotonMeson/Tasks/emcalPhotonMcTask.cxx | 7 +++++++ PWGEM/PhotonMeson/Tasks/emcalPi0Qc.cxx | 1 + PWGEM/PhotonMeson/Tasks/emcalQC.cxx | 1 + PWGEM/PhotonMeson/Tasks/pcmQC.cxx | 1 + PWGEM/PhotonMeson/Tasks/pcmQCMC.cxx | 1 + PWGEM/PhotonMeson/Tasks/photonResoTask.cxx | 1 + PWGEM/PhotonMeson/Tasks/photonhbt.cxx | 1 + PWGEM/PhotonMeson/Tasks/taskFlowReso.cxx | 1 + PWGEM/PhotonMeson/Tasks/taskPi0FlowEMC.cxx | 1 + PWGEM/PhotonMeson/Utils/ClusterHistograms.h | 1 + PWGEM/PhotonMeson/Utils/EventHistograms.h | 1 + PWGEM/PhotonMeson/Utils/HNMUtilities.h | 1 + PWGEM/PhotonMeson/Utils/MCUtilities.h | 1 + PWGEM/PhotonMeson/Utils/NMHistograms.h | 1 + PWGEM/PhotonMeson/Utils/PairUtilities.h | 2 +- PWGEM/PhotonMeson/Utils/TrackSelection.h | 1 + .../TableProducer/dataCreatorJpsiHadReduced.cxx | 1 + PWGHF/HFC/Tasks/taskFlow.cxx | 1 - .../candidateCreatorXicToXiPiPi.cxx | 1 + PWGLF/DataModel/LFHStrangeCorrelationTables.h | 2 ++ PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx | 1 + .../Nuspex/deuteronInTriggeredEvents.cxx | 1 - .../Nuspex/nucleiThreeBodyBuilder.cxx | 7 ++++++- .../Nuspex/trackedHypertritonRecoTask.cxx | 2 +- PWGLF/TableProducer/QC/nucleiQC.cxx | 1 - .../Resonances/cksspinalignment.cxx | 3 ++- .../TableProducer/Resonances/doublephitable.cxx | 7 ++++--- .../Converters/stradautrackstofpidconverter4.cxx | 3 +++ .../Strangeness/hStrangeCorrelationFilter.cxx | 3 +++ .../TableProducer/Strangeness/sigma0builder.cxx | 1 + .../Strangeness/strangederivedbuilder.cxx | 5 +++-- .../Strangeness/strangenessbuilder.cxx | 1 + PWGLF/Tasks/Nuspex/nucleitpcPbPb.cxx | 1 + PWGLF/Tasks/Resonances/cksspinalignder.cxx | 7 ++++--- PWGLF/Tasks/Resonances/lambda1405analysis.cxx | 12 +++++------- PWGLF/Tasks/Resonances/phiflowder.cxx | 9 +++++++-- .../Tasks/Strangeness/lambdaspincorrderived.cxx | 1 + PWGLF/Utils/decay3bodyBuilderHelper.h | 1 - PWGLF/Utils/strangenessBuilderModule.h | 1 + PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx | 1 + PWGUD/Tasks/flowCorrelationsUpc.cxx | 3 +-- 67 files changed, 139 insertions(+), 45 deletions(-) diff --git a/ALICE3/Tasks/alice3-dilepton.cxx b/ALICE3/Tasks/alice3-dilepton.cxx index 9efdb686f46..b258a2cff67 100644 --- a/ALICE3/Tasks/alice3-dilepton.cxx +++ b/ALICE3/Tasks/alice3-dilepton.cxx @@ -25,15 +25,18 @@ #include #include #include +#include #include #include #include +#include +#include #include +#include #include -#include -#include -#include +#include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) +#include #include #include #include diff --git a/ALICE3/Tasks/alice3-prefilterdilepton.cxx b/ALICE3/Tasks/alice3-prefilterdilepton.cxx index 7f800eeaf8f..4f45007107e 100644 --- a/ALICE3/Tasks/alice3-prefilterdilepton.cxx +++ b/ALICE3/Tasks/alice3-prefilterdilepton.cxx @@ -14,29 +14,37 @@ /// \author s.scheid@cern.ch, daiki.sekihata@cern.ch /// -#include "ALICE3/DataModel/OTFCollision.h" #include "ALICE3/DataModel/OTFRICH.h" #include "ALICE3/DataModel/OTFTOF.h" #include "ALICE3/DataModel/prefilterDilepton.h" #include "ALICE3/DataModel/tracksAlice3.h" #include "Common/Core/RecoDecay.h" -#include "Common/DataModel/TrackSelectionTables.h" #include #include #include +#include #include +#include #include +#include +#include #include +#include #include -#include #include -#include +#include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) +#include +#include +#include +#include #include #include +#include + using namespace o2; using namespace o2::aod; using namespace o2::soa; diff --git a/ALICE3/Tasks/alice3Multicharm.cxx b/ALICE3/Tasks/alice3Multicharm.cxx index fc4cd76c769..cbdbc95e691 100644 --- a/ALICE3/Tasks/alice3Multicharm.cxx +++ b/ALICE3/Tasks/alice3Multicharm.cxx @@ -23,10 +23,8 @@ #include "ALICE3/DataModel/OTFMulticharm.h" #include "Tools/ML/model.h" -#include #include #include -#include #include #include #include diff --git a/ALICE3/Utils/a3StrangenessTofPidHelper.h b/ALICE3/Utils/a3StrangenessTofPidHelper.h index b39a3fe011e..64620419f43 100644 --- a/ALICE3/Utils/a3StrangenessTofPidHelper.h +++ b/ALICE3/Utils/a3StrangenessTofPidHelper.h @@ -20,7 +20,7 @@ #include "ALICE3/Core/TrackUtilities.h" #include -#include +#include #include diff --git a/Common/Tasks/checkDataModelMC.cxx b/Common/Tasks/checkDataModelMC.cxx index 799cf68a8e2..8eb6efc03f2 100644 --- a/Common/Tasks/checkDataModelMC.cxx +++ b/Common/Tasks/checkDataModelMC.cxx @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include diff --git a/Common/Tools/PID/pidTPCModule.h b/Common/Tools/PID/pidTPCModule.h index e86ec6ea351..de97ef65eba 100644 --- a/Common/Tools/PID/pidTPCModule.h +++ b/Common/Tools/PID/pidTPCModule.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/DPG/Tasks/AOTTrack/PID/HMPID/hmpidDeuteron.cxx b/DPG/Tasks/AOTTrack/PID/HMPID/hmpidDeuteron.cxx index 38348abd7bd..caaf159c47d 100644 --- a/DPG/Tasks/AOTTrack/PID/HMPID/hmpidDeuteron.cxx +++ b/DPG/Tasks/AOTTrack/PID/HMPID/hmpidDeuteron.cxx @@ -12,13 +12,18 @@ #include "tableHMPID.h" #include +#include #include +#include +#include #include #include -#include #include +#include +#include + using namespace o2; using namespace o2::framework; diff --git a/PWGCF/FemtoDream/Tasks/femtoDreamTripletTaskTrackTrackCascade.cxx b/PWGCF/FemtoDream/Tasks/femtoDreamTripletTaskTrackTrackCascade.cxx index 65a5e2d3824..7460651def8 100644 --- a/PWGCF/FemtoDream/Tasks/femtoDreamTripletTaskTrackTrackCascade.cxx +++ b/PWGCF/FemtoDream/Tasks/femtoDreamTripletTaskTrackTrackCascade.cxx @@ -16,21 +16,31 @@ #include "PWGCF/FemtoDream/Core/femtoDreamContainerThreeBody.h" #include "PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h" #include "PWGCF/FemtoDream/Core/femtoDreamEventHisto.h" +#include "PWGCF/FemtoDream/Core/femtoDreamMath.h" #include "PWGCF/FemtoDream/Core/femtoDreamPairCleaner.h" #include "PWGCF/FemtoDream/Core/femtoDreamParticleHisto.h" #include "PWGCF/FemtoDream/Core/femtoDreamUtils.h" #include +#include +#include #include +#include +#include +#include +#include #include -#include +#include +#include +#include #include -#include +#include #include #include #include +#include #include #include using namespace o2; diff --git a/PWGDQ/Core/VarManager.cxx b/PWGDQ/Core/VarManager.cxx index a92a0ce6f40..d0cc7414566 100644 --- a/PWGDQ/Core/VarManager.cxx +++ b/PWGDQ/Core/VarManager.cxx @@ -11,9 +11,11 @@ #include "PWGDQ/Core/VarManager.h" +#include "Common/Core/RecoDecay.h" #include "Tools/KFparticle/KFUtilities.h" #include +#include #include #include #include @@ -26,6 +28,7 @@ #include #include #include +#include #include #include @@ -514,12 +517,10 @@ double VarManager::SampleRotationPhi(double pt, double eta, int charge) delete hPhi; - return gRandom->Uniform( - 0., o2::constants::math::TwoPI); + return gRandom->Uniform(0., o2::constants::math::TwoPI); } - const double phi = - RecoDecay::constrainAngle(hPhi->GetRandom()); + const double phi = RecoDecay::constrainAngle(hPhi->GetRandom()); delete hPhi; return phi; diff --git a/PWGDQ/Tasks/tableReader_withAssoc.cxx b/PWGDQ/Tasks/tableReader_withAssoc.cxx index 7bc5d77d76f..fa4de63004d 100644 --- a/PWGDQ/Tasks/tableReader_withAssoc.cxx +++ b/PWGDQ/Tasks/tableReader_withAssoc.cxx @@ -50,6 +50,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/Dilepton/Core/DileptonHadronMPC.h b/PWGEM/Dilepton/Core/DileptonHadronMPC.h index ea1740e3ff6..38b45983fb5 100644 --- a/PWGEM/Dilepton/Core/DileptonHadronMPC.h +++ b/PWGEM/Dilepton/Core/DileptonHadronMPC.h @@ -58,7 +58,6 @@ #include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) #include -#include #include #include diff --git a/PWGEM/Dilepton/Core/DileptonSV.h b/PWGEM/Dilepton/Core/DileptonSV.h index 4acaf0f6028..8e34fe9f1c6 100644 --- a/PWGEM/Dilepton/Core/DileptonSV.h +++ b/PWGEM/Dilepton/Core/DileptonSV.h @@ -48,6 +48,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/PWGEM/Dilepton/Core/DileptonSVMC.h b/PWGEM/Dilepton/Core/DileptonSVMC.h index 863cd3ca7d8..37c58fe8d53 100644 --- a/PWGEM/Dilepton/Core/DileptonSVMC.h +++ b/PWGEM/Dilepton/Core/DileptonSVMC.h @@ -45,6 +45,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/PWGEM/Dilepton/DataModel/dileptonTables.h b/PWGEM/Dilepton/DataModel/dileptonTables.h index 5c34d437ff9..4178d0c7b89 100644 --- a/PWGEM/Dilepton/DataModel/dileptonTables.h +++ b/PWGEM/Dilepton/DataModel/dileptonTables.h @@ -30,6 +30,8 @@ #include #include #include +#include +#include #include #ifndef PWGEM_DILEPTON_DATAMODEL_DILEPTONTABLES_H_ diff --git a/PWGEM/Dilepton/TableProducer/Converters/muonConverter4.cxx b/PWGEM/Dilepton/TableProducer/Converters/muonConverter4.cxx index 98035efe8e9..a2917c791e5 100644 --- a/PWGEM/Dilepton/TableProducer/Converters/muonConverter4.cxx +++ b/PWGEM/Dilepton/TableProducer/Converters/muonConverter4.cxx @@ -16,8 +16,10 @@ #include "PWGEM/Dilepton/DataModel/dileptonTables.h" +#include #include #include +#include #include using namespace o2; diff --git a/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx b/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx index e483a9a7404..19e42b98774 100644 --- a/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx +++ b/PWGEM/Dilepton/TableProducer/skimmerOTS.cxx @@ -30,6 +30,8 @@ #include +#include + #include #include #include diff --git a/PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx b/PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx index 210e41414cd..8706432f69d 100644 --- a/PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx +++ b/PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx @@ -54,6 +54,8 @@ #include #include +#include + using namespace o2; using namespace o2::soa; using namespace o2::framework; diff --git a/PWGEM/Dilepton/Tasks/dimuonV1.cxx b/PWGEM/Dilepton/Tasks/dimuonV1.cxx index 06f966053e5..747f4e54cd0 100644 --- a/PWGEM/Dilepton/Tasks/dimuonV1.cxx +++ b/PWGEM/Dilepton/Tasks/dimuonV1.cxx @@ -54,6 +54,8 @@ #include #include +#include + struct dimuonV1 { // // Configurables diff --git a/PWGEM/PhotonMeson/Core/DalitzEECut.h b/PWGEM/PhotonMeson/Core/DalitzEECut.h index 49e0397b661..09df413654a 100644 --- a/PWGEM/PhotonMeson/Core/DalitzEECut.h +++ b/PWGEM/PhotonMeson/Core/DalitzEECut.h @@ -21,6 +21,7 @@ #include #include +#include #include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) #include diff --git a/PWGEM/PhotonMeson/Core/EMCPhotonCut.h b/PWGEM/PhotonMeson/Core/EMCPhotonCut.h index 37d1810ca92..86227bfe02c 100644 --- a/PWGEM/PhotonMeson/Core/EMCPhotonCut.h +++ b/PWGEM/PhotonMeson/Core/EMCPhotonCut.h @@ -21,6 +21,7 @@ #include #include +#include #include #include diff --git a/PWGEM/PhotonMeson/Core/PHOSPhotonCut.h b/PWGEM/PhotonMeson/Core/PHOSPhotonCut.h index 32f1b59d133..db448562f61 100644 --- a/PWGEM/PhotonMeson/Core/PHOSPhotonCut.h +++ b/PWGEM/PhotonMeson/Core/PHOSPhotonCut.h @@ -17,6 +17,7 @@ #define PWGEM_PHOTONMESON_CORE_PHOSPHOTONCUT_H_ #include +#include #include diff --git a/PWGEM/PhotonMeson/Core/V0PhotonCut.h b/PWGEM/PhotonMeson/Core/V0PhotonCut.h index d5c8e30e236..369d3a55521 100644 --- a/PWGEM/PhotonMeson/Core/V0PhotonCut.h +++ b/PWGEM/PhotonMeson/Core/V0PhotonCut.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/TableProducer/associateMCinfoPhoton.cxx b/PWGEM/PhotonMeson/TableProducer/associateMCinfoPhoton.cxx index 26d2f62bf6c..0034d0dc3b6 100644 --- a/PWGEM/PhotonMeson/TableProducer/associateMCinfoPhoton.cxx +++ b/PWGEM/PhotonMeson/TableProducer/associateMCinfoPhoton.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx b/PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx index 75838125d69..d8eae0d3617 100644 --- a/PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx +++ b/PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/TableProducer/nonLinProducer.cxx b/PWGEM/PhotonMeson/TableProducer/nonLinProducer.cxx index 57a551a40c1..05695b42850 100644 --- a/PWGEM/PhotonMeson/TableProducer/nonLinProducer.cxx +++ b/PWGEM/PhotonMeson/TableProducer/nonLinProducer.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/calibTaskEmc.cxx b/PWGEM/PhotonMeson/Tasks/calibTaskEmc.cxx index 4d096927d6e..f6a6bad2c2e 100644 --- a/PWGEM/PhotonMeson/Tasks/calibTaskEmc.cxx +++ b/PWGEM/PhotonMeson/Tasks/calibTaskEmc.cxx @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/emcalPhotonMcTask.cxx b/PWGEM/PhotonMeson/Tasks/emcalPhotonMcTask.cxx index 3ee4a6e928d..b83cc325bc7 100644 --- a/PWGEM/PhotonMeson/Tasks/emcalPhotonMcTask.cxx +++ b/PWGEM/PhotonMeson/Tasks/emcalPhotonMcTask.cxx @@ -27,12 +27,14 @@ #include #include +#include #include #include #include #include #include #include +#include #include #include #include @@ -51,7 +53,12 @@ #include #include +#include + +#include #include +#include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/emcalPi0Qc.cxx b/PWGEM/PhotonMeson/Tasks/emcalPi0Qc.cxx index 04f1f09b6e7..98bcc1533fd 100644 --- a/PWGEM/PhotonMeson/Tasks/emcalPi0Qc.cxx +++ b/PWGEM/PhotonMeson/Tasks/emcalPi0Qc.cxx @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/emcalQC.cxx b/PWGEM/PhotonMeson/Tasks/emcalQC.cxx index 411e46c9712..5a793f86aa9 100644 --- a/PWGEM/PhotonMeson/Tasks/emcalQC.cxx +++ b/PWGEM/PhotonMeson/Tasks/emcalQC.cxx @@ -27,6 +27,7 @@ #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/pcmQC.cxx b/PWGEM/PhotonMeson/Tasks/pcmQC.cxx index 47052298f51..4f2740fed70 100644 --- a/PWGEM/PhotonMeson/Tasks/pcmQC.cxx +++ b/PWGEM/PhotonMeson/Tasks/pcmQC.cxx @@ -41,6 +41,7 @@ #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/pcmQCMC.cxx b/PWGEM/PhotonMeson/Tasks/pcmQCMC.cxx index e7c1ce2a34b..bdcd338d4aa 100644 --- a/PWGEM/PhotonMeson/Tasks/pcmQCMC.cxx +++ b/PWGEM/PhotonMeson/Tasks/pcmQCMC.cxx @@ -45,6 +45,7 @@ #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/photonResoTask.cxx b/PWGEM/PhotonMeson/Tasks/photonResoTask.cxx index 3ae919f990c..f7c80f9b6d1 100644 --- a/PWGEM/PhotonMeson/Tasks/photonResoTask.cxx +++ b/PWGEM/PhotonMeson/Tasks/photonResoTask.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/photonhbt.cxx b/PWGEM/PhotonMeson/Tasks/photonhbt.cxx index f2fc28a8721..7ea2cfab560 100644 --- a/PWGEM/PhotonMeson/Tasks/photonhbt.cxx +++ b/PWGEM/PhotonMeson/Tasks/photonhbt.cxx @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/taskFlowReso.cxx b/PWGEM/PhotonMeson/Tasks/taskFlowReso.cxx index c14add8b083..0918ba11d8b 100644 --- a/PWGEM/PhotonMeson/Tasks/taskFlowReso.cxx +++ b/PWGEM/PhotonMeson/Tasks/taskFlowReso.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Tasks/taskPi0FlowEMC.cxx b/PWGEM/PhotonMeson/Tasks/taskPi0FlowEMC.cxx index aa3745d9503..c8a097a79cf 100644 --- a/PWGEM/PhotonMeson/Tasks/taskPi0FlowEMC.cxx +++ b/PWGEM/PhotonMeson/Tasks/taskPi0FlowEMC.cxx @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/Utils/ClusterHistograms.h b/PWGEM/PhotonMeson/Utils/ClusterHistograms.h index 6e51d09ab40..9fb34e4daee 100644 --- a/PWGEM/PhotonMeson/Utils/ClusterHistograms.h +++ b/PWGEM/PhotonMeson/Utils/ClusterHistograms.h @@ -20,6 +20,7 @@ #include #include +#include #include #include diff --git a/PWGEM/PhotonMeson/Utils/EventHistograms.h b/PWGEM/PhotonMeson/Utils/EventHistograms.h index 6991e399625..ab77f0fcb6d 100644 --- a/PWGEM/PhotonMeson/Utils/EventHistograms.h +++ b/PWGEM/PhotonMeson/Utils/EventHistograms.h @@ -20,6 +20,7 @@ #include "Common/CCDB/TriggerAliases.h" #include +#include #include #include diff --git a/PWGEM/PhotonMeson/Utils/HNMUtilities.h b/PWGEM/PhotonMeson/Utils/HNMUtilities.h index 956529610a0..3dfcc4f2f87 100644 --- a/PWGEM/PhotonMeson/Utils/HNMUtilities.h +++ b/PWGEM/PhotonMeson/Utils/HNMUtilities.h @@ -24,6 +24,7 @@ #include #include +#include #include #include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) diff --git a/PWGEM/PhotonMeson/Utils/MCUtilities.h b/PWGEM/PhotonMeson/Utils/MCUtilities.h index dce6d127bf5..94fceb68445 100644 --- a/PWGEM/PhotonMeson/Utils/MCUtilities.h +++ b/PWGEM/PhotonMeson/Utils/MCUtilities.h @@ -17,6 +17,7 @@ #define PWGEM_PHOTONMESON_UTILS_MCUTILITIES_H_ #include +#include #include diff --git a/PWGEM/PhotonMeson/Utils/NMHistograms.h b/PWGEM/PhotonMeson/Utils/NMHistograms.h index 288b9b9a23f..af9d74c61b0 100644 --- a/PWGEM/PhotonMeson/Utils/NMHistograms.h +++ b/PWGEM/PhotonMeson/Utils/NMHistograms.h @@ -19,6 +19,7 @@ #include "PWGEM/PhotonMeson/Utils/MCUtilities.h" #include +#include #include #include diff --git a/PWGEM/PhotonMeson/Utils/PairUtilities.h b/PWGEM/PhotonMeson/Utils/PairUtilities.h index e19b8db1458..0ae25250e0f 100644 --- a/PWGEM/PhotonMeson/Utils/PairUtilities.h +++ b/PWGEM/PhotonMeson/Utils/PairUtilities.h @@ -19,7 +19,7 @@ #include #include -#include +#include #include diff --git a/PWGEM/PhotonMeson/Utils/TrackSelection.h b/PWGEM/PhotonMeson/Utils/TrackSelection.h index 941a7ea2bc0..c511a00a0b0 100644 --- a/PWGEM/PhotonMeson/Utils/TrackSelection.h +++ b/PWGEM/PhotonMeson/Utils/TrackSelection.h @@ -17,6 +17,7 @@ #define PWGEM_PHOTONMESON_UTILS_TRACKSELECTION_H_ #include +#include #include diff --git a/PWGHF/D2H/TableProducer/dataCreatorJpsiHadReduced.cxx b/PWGHF/D2H/TableProducer/dataCreatorJpsiHadReduced.cxx index 53a7c7beb24..ca043a2adb6 100644 --- a/PWGHF/D2H/TableProducer/dataCreatorJpsiHadReduced.cxx +++ b/PWGHF/D2H/TableProducer/dataCreatorJpsiHadReduced.cxx @@ -65,6 +65,7 @@ #include #include +#include #include #include #include diff --git a/PWGHF/HFC/Tasks/taskFlow.cxx b/PWGHF/HFC/Tasks/taskFlow.cxx index 6ac799fff5d..b68e6a79f18 100644 --- a/PWGHF/HFC/Tasks/taskFlow.cxx +++ b/PWGHF/HFC/Tasks/taskFlow.cxx @@ -27,7 +27,6 @@ #include "Common/CCDB/EventSelectionParams.h" #include "Common/CCDB/RCTSelectionFlags.h" #include "Common/Core/RecoDecay.h" -#include "Common/Core/fwdtrackUtilities.h" #include "Common/DataModel/Centrality.h" #include "Common/DataModel/EventSelection.h" #include "Common/DataModel/McCollisionExtra.h" diff --git a/PWGHF/TableProducer/candidateCreatorXicToXiPiPi.cxx b/PWGHF/TableProducer/candidateCreatorXicToXiPiPi.cxx index 871b6e06aa8..b9f23076f24 100644 --- a/PWGHF/TableProducer/candidateCreatorXicToXiPiPi.cxx +++ b/PWGHF/TableProducer/candidateCreatorXicToXiPiPi.cxx @@ -67,6 +67,7 @@ #include #include +#include #include #include #include diff --git a/PWGLF/DataModel/LFHStrangeCorrelationTables.h b/PWGLF/DataModel/LFHStrangeCorrelationTables.h index ac0ec907db9..fc44ef7a56f 100644 --- a/PWGLF/DataModel/LFHStrangeCorrelationTables.h +++ b/PWGLF/DataModel/LFHStrangeCorrelationTables.h @@ -29,6 +29,8 @@ #include #include +#include + // Simple checker #define bitcheck(var, nbit) ((var) & (1 << (nbit))) diff --git a/PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx b/PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx index 31fb7c63a0f..dc6995d51f1 100644 --- a/PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx +++ b/PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGLF/TableProducer/Nuspex/deuteronInTriggeredEvents.cxx b/PWGLF/TableProducer/Nuspex/deuteronInTriggeredEvents.cxx index ba8c5baee07..8525881ff0e 100644 --- a/PWGLF/TableProducer/Nuspex/deuteronInTriggeredEvents.cxx +++ b/PWGLF/TableProducer/Nuspex/deuteronInTriggeredEvents.cxx @@ -90,7 +90,6 @@ #include #include #include -#include #include #include diff --git a/PWGLF/TableProducer/Nuspex/nucleiThreeBodyBuilder.cxx b/PWGLF/TableProducer/Nuspex/nucleiThreeBodyBuilder.cxx index 154747598cc..a78843606e5 100644 --- a/PWGLF/TableProducer/Nuspex/nucleiThreeBodyBuilder.cxx +++ b/PWGLF/TableProducer/Nuspex/nucleiThreeBodyBuilder.cxx @@ -32,21 +32,26 @@ #include #include #include +#include #include +#include #include #include +#include #include +#include #include #include #include #include +#include #include #include #include +#include #include -#include #include #include diff --git a/PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx b/PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx index bb15833d0e1..4e29bd71d05 100644 --- a/PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx +++ b/PWGLF/TableProducer/Nuspex/trackedHypertritonRecoTask.cxx @@ -63,8 +63,8 @@ #include #include #include +#include #include -#include #include using namespace o2; diff --git a/PWGLF/TableProducer/QC/nucleiQC.cxx b/PWGLF/TableProducer/QC/nucleiQC.cxx index b92eac75b5d..c9c417b08eb 100644 --- a/PWGLF/TableProducer/QC/nucleiQC.cxx +++ b/PWGLF/TableProducer/QC/nucleiQC.cxx @@ -52,7 +52,6 @@ #include -#include #include #include #include diff --git a/PWGLF/TableProducer/Resonances/cksspinalignment.cxx b/PWGLF/TableProducer/Resonances/cksspinalignment.cxx index 296f7a93582..8d82f1016a5 100644 --- a/PWGLF/TableProducer/Resonances/cksspinalignment.cxx +++ b/PWGLF/TableProducer/Resonances/cksspinalignment.cxx @@ -40,7 +40,8 @@ #include #include -#include +#include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) +#include #include #include diff --git a/PWGLF/TableProducer/Resonances/doublephitable.cxx b/PWGLF/TableProducer/Resonances/doublephitable.cxx index b2819b76cef..2e04cd9be96 100644 --- a/PWGLF/TableProducer/Resonances/doublephitable.cxx +++ b/PWGLF/TableProducer/Resonances/doublephitable.cxx @@ -16,7 +16,6 @@ #include "PWGLF/DataModel/ReducedDoublePhiTables.h" -#include "Common/CCDB/EventSelectionParams.h" #include "Common/Core/Zorro.h" #include "Common/Core/ZorroSummary.h" #include "Common/Core/trackUtilities.h" @@ -29,6 +28,7 @@ #include "Common/DataModel/TrackSelectionTables.h" #include +#include #include #include #include @@ -39,20 +39,21 @@ #include #include #include +#include #include #include #include #include -#include #include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) #include -#include +#include #include #include #include #include +#include #include #include #include diff --git a/PWGLF/TableProducer/Strangeness/Converters/stradautrackstofpidconverter4.cxx b/PWGLF/TableProducer/Strangeness/Converters/stradautrackstofpidconverter4.cxx index b94dd91714d..e8f0d23ed0d 100644 --- a/PWGLF/TableProducer/Strangeness/Converters/stradautrackstofpidconverter4.cxx +++ b/PWGLF/TableProducer/Strangeness/Converters/stradautrackstofpidconverter4.cxx @@ -19,9 +19,12 @@ #include "PWGLF/DataModel/LFStrangenessTables.h" #include +#include #include #include +#include + using namespace o2; using namespace o2::framework; diff --git a/PWGLF/TableProducer/Strangeness/hStrangeCorrelationFilter.cxx b/PWGLF/TableProducer/Strangeness/hStrangeCorrelationFilter.cxx index 6f755288dc6..1a4710576e1 100644 --- a/PWGLF/TableProducer/Strangeness/hStrangeCorrelationFilter.cxx +++ b/PWGLF/TableProducer/Strangeness/hStrangeCorrelationFilter.cxx @@ -50,7 +50,10 @@ #include #include +#include + #include +#include #include #include diff --git a/PWGLF/TableProducer/Strangeness/sigma0builder.cxx b/PWGLF/TableProducer/Strangeness/sigma0builder.cxx index 6a363942d5f..73d4997f821 100644 --- a/PWGLF/TableProducer/Strangeness/sigma0builder.cxx +++ b/PWGLF/TableProducer/Strangeness/sigma0builder.cxx @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx b/PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx index b1c529c2880..94cf60e61d6 100644 --- a/PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx +++ b/PWGLF/TableProducer/Strangeness/strangederivedbuilder.cxx @@ -58,6 +58,7 @@ #include #include +#include #include #include #include @@ -725,7 +726,7 @@ struct strangederivedbuilder { totalFDDAmplitudeA, totalFDDAmplitudeC, timeZNA, timeZNC, // ZDC info energyCommonZNA, energyCommonZNC); - } else { // We are in Run 2 + } else { // We are in Run 2 products.strangeCentsRun2(collision.centRun2V0M(), collision.centRun2V0A(), collision.centRun2SPDTracklets(), collision.centRun2SPDClusters()); products.strangeEvSelsRun2(collision.sel8(), collision.sel7(), collision.selection_raw(), @@ -809,7 +810,7 @@ struct strangederivedbuilder { collisionEventTime[collision.globalIndex()] /= static_cast(collisionNtracks[collision.globalIndex()]); collisionEventTimeErr[collision.globalIndex()] /= static_cast(collisionNtracks[collision.globalIndex()]); } else { - collisionEventTime[collision.globalIndex()] = -1e+6; // undefined + collisionEventTime[collision.globalIndex()] = -1e+6; // undefined collisionEventTimeErr[collision.globalIndex()] = -1e-6; // undefined } if (fillOnlySelectedCollisions && !isCollisionAccepted(collision, totalNbrCollisionsPerSelection)) { diff --git a/PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx b/PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx index 112c7d46a5c..14f37772f44 100644 --- a/PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx +++ b/PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGLF/Tasks/Nuspex/nucleitpcPbPb.cxx b/PWGLF/Tasks/Nuspex/nucleitpcPbPb.cxx index e3462081487..87799179ec4 100644 --- a/PWGLF/Tasks/Nuspex/nucleitpcPbPb.cxx +++ b/PWGLF/Tasks/Nuspex/nucleitpcPbPb.cxx @@ -43,6 +43,7 @@ #include #include #include +#include #include #include diff --git a/PWGLF/Tasks/Resonances/cksspinalignder.cxx b/PWGLF/Tasks/Resonances/cksspinalignder.cxx index 54d2958bbd9..c846369135f 100644 --- a/PWGLF/Tasks/Resonances/cksspinalignder.cxx +++ b/PWGLF/Tasks/Resonances/cksspinalignder.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include @@ -31,8 +30,10 @@ #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 diff --git a/PWGLF/Tasks/Resonances/lambda1405analysis.cxx b/PWGLF/Tasks/Resonances/lambda1405analysis.cxx index 10b85c03f2b..83eb796ac94 100644 --- a/PWGLF/Tasks/Resonances/lambda1405analysis.cxx +++ b/PWGLF/Tasks/Resonances/lambda1405analysis.cxx @@ -17,7 +17,6 @@ #include "PWGLF/DataModel/LFLambda1405Table.h" #include "Common/Core/RecoDecay.h" -#include "Common/Core/trackUtilities.h" #include "Common/DataModel/Centrality.h" #include "Common/DataModel/EventSelection.h" #include "Common/DataModel/Multiplicity.h" @@ -29,21 +28,20 @@ #include #include #include -#include #include #include #include #include #include #include +#include #include +#include #include #include #include #include #include -#include -#include #include #include @@ -122,9 +120,9 @@ struct lambda1405candidate { }; struct lambda1405analysis { - int lambda1405PdgCode = 102132; // o2-linter: disable=pdg/explicit-code - Produces outputDataTable; // Output table for Lambda(1405) candidates - Produces outputDataTableMC; // Output table for Lambda(1405) candidates in MC + int lambda1405PdgCode = 102132; // o2-linter: disable=pdg/explicit-code + Produces outputDataTable; // Output table for Lambda(1405) candidates + Produces outputDataTableMC; // Output table for Lambda(1405) candidates in MC Produces outputSigmaEffMC; // Output table for Lambda(1405) sigma efficiency in MC Service ccdb; diff --git a/PWGLF/Tasks/Resonances/phiflowder.cxx b/PWGLF/Tasks/Resonances/phiflowder.cxx index f415d00b1db..7ebe626ca24 100644 --- a/PWGLF/Tasks/Resonances/phiflowder.cxx +++ b/PWGLF/Tasks/Resonances/phiflowder.cxx @@ -18,20 +18,25 @@ #include #include +#include #include #include #include +#include #include #include #include #include +#include #include -#include +#include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) +#include +#include +#include #include #include -#include #include #include diff --git a/PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx b/PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx index e3eba198d51..668dd8f7541 100644 --- a/PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx +++ b/PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGLF/Utils/decay3bodyBuilderHelper.h b/PWGLF/Utils/decay3bodyBuilderHelper.h index 66646a38cad..7888def137a 100644 --- a/PWGLF/Utils/decay3bodyBuilderHelper.h +++ b/PWGLF/Utils/decay3bodyBuilderHelper.h @@ -31,7 +31,6 @@ #include #include -#include #include #include diff --git a/PWGLF/Utils/strangenessBuilderModule.h b/PWGLF/Utils/strangenessBuilderModule.h index 63ee3198b6d..563b75e6d95 100644 --- a/PWGLF/Utils/strangenessBuilderModule.h +++ b/PWGLF/Utils/strangenessBuilderModule.h @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx b/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx index f92319d5263..a4d5c6301b2 100644 --- a/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx +++ b/PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx @@ -68,6 +68,7 @@ #include #include #include +#include #include #include #include diff --git a/PWGUD/Tasks/flowCorrelationsUpc.cxx b/PWGUD/Tasks/flowCorrelationsUpc.cxx index 9159bb73607..55e70990f88 100644 --- a/PWGUD/Tasks/flowCorrelationsUpc.cxx +++ b/PWGUD/Tasks/flowCorrelationsUpc.cxx @@ -40,7 +40,6 @@ #include #include #include -#include #include #include @@ -161,7 +160,7 @@ struct FlowCorrelationsUpc { registry.add("Trig_hist", "", {HistType::kTHnSparseF, {{axisSample, axisVertex, axisIndependent, axisPtTrigger}}}); - registry.add("eventcont", "bin", {HistType::kTH1F, {{10, 0, 10, "bin"}}}); // histogram to see how many events are in the same and mixed event + registry.add("eventcont", "bin", {HistType::kTH1F, {{10, 0, 10, "bin"}}}); // histogram to see how many events are in the same and mixed event registry.get(HIST("eventcont"))->GetXaxis()->SetBinLabel(4, "same"); registry.get(HIST("eventcont"))->GetXaxis()->SetBinLabel(5, "mix pair"); registry.add("deltaPhi_deltaEta_same", "deltaphi-deltaeta", {HistType::kTH2D, {axisDeltaPhi, axisDeltaEta}}); // histogram to check the delta eta and delta phi distribution