-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Hard-code vertex fitter, finder + density combinations (#2952
) They're not actually exchangeable, there's a 1:1 correspondence that they can be used in. Therefore, we don't need to template the finders on the only respective valid density. - `AdaptiveGridDensityVertexFinder` => `AdaptiveGridTrackDensity` - `AdaptiveMultiVertexFinder` => `AdaptiveMultiVertexFitter` - `TrackDensityVertexFinder` => `GaussianTrackDensity` - `IterativeVertexFinder` => `FullBilloirVertexFitter` The main reason for this is that the vertex fitters and the track densities do not actually have common interfaces. This is probably desirable, but out of scope for this refactor, and should probably be implemented with an interface like `IVertexFinder`. Part of: - #2842 Blocked by: - #2951
- Loading branch information
1 parent
fc75469
commit 8ccefe1
Showing
14 changed files
with
112 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.