Skip to content
Snippets Groups Projects
  • Dominik Smith's avatar
    cbb0c4fc
    - Cleaned up ca::TripletConstructor. · cbb0c4fc
    Dominik Smith authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
    - 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.
    cbb0c4fc
    History
    - Cleaned up ca::TripletConstructor.
    Dominik Smith authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
    - 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.