Skip to content

Commit

Permalink
deltaZ
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisFelipeCoelho committed Mar 14, 2023
1 parent 0451aef commit 939c8b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Core/include/Acts/Seeding/SeedFinder.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ void SeedFinder<external_spacepoint_t, platform_t>::createSeedsForGroup(
continue;
}
}

/// for the central SP, we veto locations on the last disk -
/// there would be no "outer" hits to complete a seed.
if (zM > 2700 or zM < -2700) {
continue;
}

getCompatibleDoublets(options, topSPs, *spM, state.compatTopSP,
m_config.deltaRMinTopSP, m_config.deltaRMaxTopSP,
Expand Down

0 comments on commit 939c8b4

Please sign in to comment.