Skip to content

Commit

Permalink
Moved to interface v.33
Browse files Browse the repository at this point in the history
  • Loading branch information
pandreetto committed Jul 5, 2024
1 parent b820d3e commit 0b34cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ACTSSeededCKFTrackingProc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ void ACTSSeededCKFTrackingProc::processEvent(LCEvent *evt) {
auto spacePointsGrouping = Acts::CylindricalBinnedGroup<SSPoint>(
std::move(grid), bottomBinFinder, topBinFinder);

Acts::SeedFinder<SSPoint> finder(finderCfg);
Acts::SeedFinder<SSPoint, Acts::CylindricalSpacePointGrid<SSPoint>> finder(finderCfg);
decltype(finder)::SeedingState state;
std::vector<Acts::Seed<SSPoint>> seeds;

Expand Down

0 comments on commit 0b34cc6

Please sign in to comment.