Skip to content

Commit

Permalink
Remove the check for TrackerHit3D from edm4hep
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 9, 2024
1 parent c1227e9 commit fac8b9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions k4MarlinWrapper/src/components/GlobalConvertedObjectsMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
#include "edm4hep/SimCalorimeterHit.h"
#include "edm4hep/SimTrackerHit.h"
#include "edm4hep/Track.h"
#if __has_include("edm4hep/TrackerHit3D.h")
#include "edm4hep/TrackerHit3D.h"
#else
#include "edm4hep/TrackerHit.h"
namespace edm4hep {
using TrackerHit3D = edm4hep::TrackerHit;
}
#endif
#include "edm4hep/TrackerHitPlane.h"
#include "edm4hep/Vertex.h"

Expand Down

0 comments on commit fac8b9a

Please sign in to comment.