Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Nov 20, 2024
1 parent f656aeb commit 7d0a43c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ ProcessCode PrototracksToParameters::execute(
continue;
}

auto pars = Acts::estimateTrackParamsFromSeed(
ctx.geoContext, seed.sp().begin(), seed.sp().end(), surface, field);
auto pars = Acts::estimateTrackParamsFromSeed(ctx.geoContext, seed.sp(),
surface, field);

if (not pars) {
ACTS_WARNING("Skip track because of bad params");
Expand Down

0 comments on commit 7d0a43c

Please sign in to comment.