Skip to content
Snippets Groups Projects
Commit cbb0c4fc authored by Dominik Smith's avatar Dominik Smith Committed by Sergey Gorbunov
Browse files

- Cleaned up ca::TripletConstructor.

- Removed global ca::TrackFit instance from ca::TripletConstructor.
- Removed access to ca::InputData from ca::TripletConstructor (all needed data is already in ca::WindowData).
- Switched from global to window-based hit index in ca::Branch. Allows simplification of many interfaces
  (removal of ca::InputData).
- Cleaned up ca::TrackFinder.
- In ca::TrackFinder, replaced separate vector instances which store
  upper and lower bounds of windows by single vectors that store
  these bounds together as a pair.
- Cleaned up ca::TrackFinderWindow.
parent d6cf7018
No related branches found
No related tags found
1 merge request!1910Fix for branching logic in tracking core.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment