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 d542997 commit 93f6d4c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions SimG4Components/src/SimG4SaveTrajectory.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@
#include "SimG4Interface/ISimG4SaveOutputTool.h"
class IGeoSvc;

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

/** @class SimG4SaveTrajectory SimG4Components/src/SimG4SaveTrajectory.h SimG4SaveTrajectory.h
*
Expand Down

0 comments on commit 93f6d4c

Please sign in to comment.