- Oct 28, 2024
-
-
Sergey Gorbunov authored
-
- Oct 24, 2024
-
-
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
-
- Oct 14, 2024
-
-
Sergei Zharko authored
CA: replacing the hard-coded disabling of detector subsystems with respect to the tracking mode (STS, mCBM, global) to the corresponding CA-configs; adding geometry layer index to ca::Station
-
Sergei Zharko authored
-
Sergei Zharko authored
- improvement of kf::SetupBuilder - introduction of the builder intialization from existing setup; CA: fixes of setup initialization in parameters
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Sep 16, 2024
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Sep 10, 2024
-
-
- general clean-up - CbmKf (KfCore initialization for CBM) and KfTools (access to ROOT functionality) libraries - kf::Setup initialization in CBM (example)
-
-
-
-
- Aug 27, 2024
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Aug 22, 2024
-
-
Sergei Zharko authored
-
- Aug 21, 2024
-
-
Sergei Zharko authored
-
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 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.
-
- May 07, 2024
-
-
Change of parameter repository hash to support MR CbmSoft/cbmroot_parameter!180
-
- Apr 22, 2024
-
-
Sergei Zharko authored
online: moving TrackingSetup (former SetupInterface) initialization to the Reco.cxx, since it should be used by the CbmEventSelector as well to determine the TOF layer index.
-
- Apr 10, 2024
-
-
-
online/ca: Adding yaml-configuration for the tracking chain; setting number of threads to Opts().NumOMPThreads()
-
- Apr 02, 2024
-
-
Sergei Zharko authored
-
- Mar 25, 2024
-
-
Sergei Zharko authored
ca Bugfix: account for inactive tracking stations in material budget map calculation read from ca config
-
- Mar 22, 2024
-
-
- Mar 04, 2024
-
-
Sergei Zharko authored
bugfix: Fixing the CA-parameters output file name in case the output directory is not provided
-
- Feb 05, 2024
-
-
-
-
Sergei Zharko authored
-
- Feb 03, 2024
-
-
Sergei Zharko authored
-
- Jan 19, 2024
-
-
- Added template-based CaParameters - Deleted inherited classes CaStationV/F/D, CaFieldV/F/D, have to be used with <DataT> instead
-
- Jan 08, 2024
-
-
Sergey Gorbunov authored
-
-