- 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
-
Sergei Zharko authored
-
- Aug 15, 2024
-
-
Sergey Gorbunov authored
-
- Aug 05, 2024
- Aug 01, 2024
-
-
Dominik Smith authored
- Cleaned up ca::TripletConstructor. - Removed fCurrentIterationIndex and access to it from ca::WindowData.
-
- 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.
-
- Jun 21, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
- CbmL1: added the CbmL1:EInitMode flags, the EInitMode::Full is default and provides the initialization of the L1Algo
-
- May 08, 2024
-
-
Sergei Zharko authored
2) the mcbm_beam_2024_05_08_nickel setup is added to the CbmMcbmUtils (for RunID > 2917)
-
Felix Weiglhofer authored
-
- 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()
-
Sergei Zharko authored
-
- Apr 05, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- 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
-
-
-
-
-
-
-
-
Sergey Gorbunov authored
-
- Mar 06, 2024
-
-
Sergey Gorbunov authored
-
- Mar 05, 2024
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Mar 04, 2024
-
-
Sergei Zharko authored
bugfix: Fixing the CA-parameters output file name in case the output directory is not provided
-
- Feb 26, 2024
-
-
- Feb 22, 2024
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
This commit introduces the configuration header TrackingChainConfig, which contains a minimalistic set of parameters to control the TrackingChain execution scenarios.
-
- Feb 21, 2024
-
-