Skip to content

Commit

Permalink
Remove the check for TrackerHit3D from edm4hep (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
  • Loading branch information
jmcarcell and jmcarcell authored Dec 10, 2024
1 parent c1227e9 commit 059dc65
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 059dc65

Please sign in to comment.