Skip to content

Commit

Permalink
usa in another spot
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Nov 29, 2024
1 parent deab3d2 commit 47ef4d5
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -24,18 +25,6 @@
#include <edm4hep/SimTrackerHit.h>
#include <edm4hep/TrackerHitPlane.h>

#if __has_include(<edm4hep/TrackerHit3D.h>)
#include "edm4hep/TrackerHit3D.h"
#include "edm4hep/TrackerHit3DCollection.h"
#else
#include <edm4hep/TrackerHit.h>
#include <edm4hep/TrackerHitCollection.h>
namespace edm4hep {
using TrackerHit3DCollection = edm4hep::TrackerHitCollection;
using TrackerHit3D = edm4hep::TrackerHit;
} // namespace edm4hep
#endif

namespace ActsExamples::EDM4hepUtil {

using MapParticleIdFrom =
Expand Down

0 comments on commit 47ef4d5

Please sign in to comment.