Skip to content
Snippets Groups Projects
  1. Oct 28, 2024
  2. Oct 24, 2024
    • Sergei Zharko's avatar
      CA: · ebcffbaa
      Sergei Zharko authored
         - single instance of tracking geo satup and parameters in the steer and QA (see the cbm::ca::ParametersHandler class)
         - steer and QA ca parameters floating point type changed from fvec to float
         - track fit QA: fitter type changed from fvec to double
      dev_2024_43
      ebcffbaa
  3. Oct 14, 2024
  4. Sep 16, 2024
  5. Sep 10, 2024
  6. Aug 27, 2024
  7. Aug 22, 2024
  8. Aug 21, 2024
  9. 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
  10. May 07, 2024
  11. Apr 22, 2024
  12. Apr 10, 2024
  13. Apr 02, 2024
  14. Mar 25, 2024
  15. Mar 22, 2024
  16. Mar 04, 2024
  17. Feb 05, 2024
  18. Feb 03, 2024
  19. Jan 19, 2024
  20. Jan 08, 2024
Loading