Skip to content

Commit 1dbc737

Browse files
committed
fix: one more conversion to edm4hep::TrackerHit3D
1 parent 9ea6e3a commit 1dbc737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithms/fardetectors/FarDetectorLinearTracking.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace edm4hep {
2626
namespace eicrecon {
2727

2828
using FarDetectorLinearTrackingAlgorithm =
29-
algorithms::Algorithm<algorithms::Input<std::vector<edm4hep::TrackerHitCollection>>,
29+
algorithms::Algorithm<algorithms::Input<std::vector<edm4hep::TrackerHit3DCollection>>,
3030
algorithms::Output<edm4eic::TrackSegmentCollection>>;
3131

3232
class FarDetectorLinearTracking : public FarDetectorLinearTrackingAlgorithm,
@@ -52,7 +52,7 @@ class FarDetectorLinearTracking : public FarDetectorLinearTrackingAlgorithm,
5252

5353
void
5454
buildMatrixRecursive(int level, Eigen::MatrixXd* hitMatrix,
55-
const std::vector<gsl::not_null<const edm4hep::TrackerHitCollection*>>& hits,
55+
const std::vector<gsl::not_null<const edm4hep::TrackerHit3DCollection*>>& hits,
5656
gsl::not_null<edm4eic::TrackSegmentCollection*> outputTracks) const;
5757

5858
void checkHitCombination(Eigen::MatrixXd* hitMatrix,

0 commit comments

Comments
 (0)