- Mar 13, 2025
-
-
Administrator authored
-
- Dec 05, 2024
-
-
Sergei Zharko authored
-
- Oct 14, 2024
-
-
Sergei Zharko authored
-
- Sep 19, 2024
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Sep 16, 2024
-
-
Sergey Gorbunov authored
-
- Sep 05, 2024
-
-
- 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.
-
- Aug 27, 2024
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
Ca: make CaTrackFit work with different data types: SIMD and non-SIMD tracks, single and double precision
-
- Aug 21, 2024
-
-
Sergei Zharko authored
cbm::algo::ca::TrackParamBase (and derivatives) are moved to the KfCore library (now, cbm::algo::kf::TrackParamBase) Additionally, dependiencies are cleaned-up
-
- Aug 05, 2024
- Aug 01, 2024
-
-
- 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.
-
- Feb 21, 2024
-
-
- Feb 05, 2024
-
-
Sergei Zharko authored
-
- Feb 03, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Jan 24, 2024
-
-
Sergey Gorbunov authored
-
- Jan 22, 2024
-
-
- Jan 19, 2024
-
-
- Added template-based CaParameters - Deleted inherited classes CaStationV/F/D, CaFieldV/F/D, have to be used with <DataT> instead
-
- Dec 27, 2023
-
-
- Dec 01, 2023
-
-
Felix Weiglhofer authored
-
- Nov 28, 2023
-
-
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
-
- Nov 27, 2023
-
-
Sergey Gorbunov authored
-
- Oct 20, 2023
-
-
Sergey Gorbunov authored
-
- Oct 16, 2023
-
-
- Oct 14, 2023
-
-
Sergey Gorbunov authored
-
- Oct 13, 2023
-
-
Sergey Gorbunov authored
-
- Oct 12, 2023
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
-
- Oct 08, 2023
-
-
Sergey Gorbunov authored
-
-
-
- Oct 07, 2023
-
-
Sergey Gorbunov authored
-
- Oct 06, 2023
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Oct 04, 2023
-
-
Sergei Zharko authored
-