Skip to content
Snippets Groups Projects
  1. Aug 22, 2024
  2. Aug 21, 2024
  3. Aug 01, 2024
    • Dominik Smith's avatar
      Cleaned up the core tracking classes. Summary of changes: · 9cf4a05a
      Dominik Smith authored and Florian Uhlig's avatar Florian Uhlig committed
      - Removed access to ca::Framework from ca::TrackExtender, ca::TrackFitter
        ca::TripletConstructor, ca::CloneMerger, ca::TrackFinder and ca::TrackFinderWindow.
      - Simplified the interfaces of these classes.
      - General instruction-wise cleanup of these classes (applied std functions in
        some places etc.). In particular, streamlining of ca::TrackFinder.
      - Made debugging functions in ca::Framework static.
      - Moved TrackingMode enum from CaFramework.h to CaParameters.h (needed
        to avoid cyclic header file dependency).
      - Moved some magnetic-field dependent variables to ca::TripletConstructor (they are
        only used there).
      - Restricted the scope of many variables, i.e. turned class-fields into
        local variables in many instances (e.g. fvMonitorDataThread, fvTrackFinderWindow,
        fTrackingMode, fvWData, fvWindowStartThread, fvWindowEndThread,
        fvStatNwindows, fvStatNhitsProcessed, fvHitFirstTriplet and fvHitNofTriplets).
      - Eliminated the Init() functions of some classes. Moved initialization
        to the constructors.
      - Improved distinction between class-parameters and working data.
        Class parameters are passed to constructor, working data is passed as
        arguments to function calls.
      9cf4a05a
  4. May 07, 2024
  5. Apr 22, 2024
  6. Apr 10, 2024
  7. Apr 02, 2024
  8. Mar 25, 2024
  9. Mar 22, 2024
  10. Mar 04, 2024
  11. Feb 05, 2024
  12. Feb 03, 2024
  13. Jan 19, 2024
  14. Jan 08, 2024
  15. Dec 27, 2023
  16. Dec 07, 2023
  17. Dec 01, 2023
  18. Nov 30, 2023
  19. Nov 28, 2023
    • Grigory Kozlov's avatar
      Ca: add utils for template based operations · 9f9ef19c
      Grigory Kozlov authored
      Ca: template based CaStation, CaStation<fvec> -> CaStationV, update all dependencies
      
      quick fix
      
      quick fix
      
      Ca: template based CaStation
      
      fix clang-format
      
      Ca: template based CaStation
      
      fix namespace for macos compilation
      
      Ca: template based CaStation
      9f9ef19c
  20. Nov 27, 2023
  21. Oct 24, 2023
  22. Oct 17, 2023
  23. Oct 15, 2023
  24. Oct 13, 2023
  25. Oct 12, 2023
  26. Oct 11, 2023
  27. Oct 08, 2023
  28. Oct 07, 2023
  29. Oct 06, 2023
  30. Sep 30, 2023
Loading