From 47ef4d5b97b4bc6ba09a9833f9fa7dbb38c041f7 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Fri, 29 Nov 2024 15:36:22 +0100 Subject: [PATCH] usa in another spot --- .../include/ActsExamples/Io/EDM4hep/EDM4hepUtil.hpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Examples/Io/EDM4hep/include/ActsExamples/Io/EDM4hep/EDM4hepUtil.hpp b/Examples/Io/EDM4hep/include/ActsExamples/Io/EDM4hep/EDM4hepUtil.hpp index f195e9ac1cc..4973763a087 100644 --- a/Examples/Io/EDM4hep/include/ActsExamples/Io/EDM4hep/EDM4hepUtil.hpp +++ b/Examples/Io/EDM4hep/include/ActsExamples/Io/EDM4hep/EDM4hepUtil.hpp @@ -8,6 +8,7 @@ #pragma once #include "Acts/Geometry/GeometryContext.hpp" +#include "Acts/Plugins/EDM4hep/TrackerHitCompatibility.hpp" #include "ActsExamples/EventData/Cluster.hpp" #include "ActsExamples/EventData/Measurement.hpp" #include "ActsExamples/EventData/SimParticle.hpp" @@ -24,18 +25,6 @@ #include #include -#if __has_include() -#include "edm4hep/TrackerHit3D.h" -#include "edm4hep/TrackerHit3DCollection.h" -#else -#include -#include -namespace edm4hep { -using TrackerHit3DCollection = edm4hep::TrackerHitCollection; -using TrackerHit3D = edm4hep::TrackerHit; -} // namespace edm4hep -#endif - namespace ActsExamples::EDM4hepUtil { using MapParticleIdFrom =