Skip to content

Commit

Permalink
Remove the check for TrackerHit3D from edm4hep (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: jmcarcell <[email protected]>
  • Loading branch information
jmcarcell and jmcarcell authored Dec 10, 2024
1 parent a984ea2 commit 3fb3f9f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions converter/src/DelphesEDM4HepConverter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@
#include "edm4hep/RecoMCParticleLinkCollection.h"
#include "edm4hep/ReconstructedParticleCollection.h"
#include "edm4hep/TrackCollection.h"
#if __has_include("edm4hep/TrackerHit3DCollection.h")
#include "edm4hep/TrackerHit3DCollection.h"
#else
#include "edm4hep/TrackerHitCollection.h"
namespace edm4hep {
using TrackerHit3DCollection = edm4hep::TrackerHitCollection;
}
#endif
#include "edm4hep/Vector3d.h"

#include "podio/UserDataCollection.h"
Expand Down

0 comments on commit 3fb3f9f

Please sign in to comment.