From 0eac6148070ef90e4114a040f41f423deb1b6fed Mon Sep 17 00:00:00 2001 From: shahoian Date: Mon, 29 Sep 2025 23:11:33 +0400 Subject: [PATCH] Use correct include for the HelixHelper.h --- ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx | 2 +- ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx | 2 +- ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx | 2 +- PWGEM/PhotonMeson/TableProducer/skimmerGammaConversion.cxx | 2 +- PWGEM/PhotonMeson/Utils/PCMUtilities.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx b/ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx index 9ccc09b3a5d..454a5ae61f6 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx b/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx index b28d48d92ff..77a6edafb20 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx b/ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx index 6ab9df2443e..c711af7eae0 100644 --- a/ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx +++ b/ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/PWGEM/PhotonMeson/TableProducer/skimmerGammaConversion.cxx b/PWGEM/PhotonMeson/TableProducer/skimmerGammaConversion.cxx index fa843d22f54..0ebf6f374c8 100644 --- a/PWGEM/PhotonMeson/TableProducer/skimmerGammaConversion.cxx +++ b/PWGEM/PhotonMeson/TableProducer/skimmerGammaConversion.cxx @@ -44,7 +44,7 @@ #include "CCDB/BasicCCDBManager.h" #include "CommonConstants/PhysicsConstants.h" -#include "DCAFitter/HelixHelper.h" +#include "ReconstructionDataFormats/HelixHelper.h" #include "DataFormatsParameters/GRPMagField.h" #include "DataFormatsParameters/GRPObject.h" #include "DetectorsBase/GeometryManager.h" diff --git a/PWGEM/PhotonMeson/Utils/PCMUtilities.h b/PWGEM/PhotonMeson/Utils/PCMUtilities.h index e82d580cfcd..095179a24ad 100644 --- a/PWGEM/PhotonMeson/Utils/PCMUtilities.h +++ b/PWGEM/PhotonMeson/Utils/PCMUtilities.h @@ -16,7 +16,7 @@ #define PWGEM_PHOTONMESON_UTILS_PCMUTILITIES_H_ #include -#include "DCAFitter/HelixHelper.h" +#include "ReconstructionDataFormats/HelixHelper.h" #include "DetectorsBase/Propagator.h" #include "Common/Core/trackUtilities.h" #include "Common/Core/RecoDecay.h"