- 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.
-
- Jul 22, 2024
-
-
- Jul 15, 2024
-
-
Pierre-Alain Loizeau authored
=> Due to noisy unconnected channel not being masked in HW during mCBM 2024 data taking (and probably 2022 one)
-
- Jul 09, 2024
-
-
- Add option to provide the start time fo the run - Make it so that current time at Reco::Init is used if not provided - Add new general QA of the Reco process with two plots: ==> Count of TS as function of start time in run ==> Fraction of expected TS as function of start time in run
-
-
- Jul 01, 2024
-
-
Dominik Smith authored
-
- 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
-
- Jun 20, 2024
-
-
-
- The auxiliary data objects from unpackers are stored in a temporary data structure AuxDigiUnpack (TODO: Dummy classes for DigiQa, execute the QA inside the Reco::RunUnpacker function) - The option "--aux-data" is added to force saving the auxiliary data in unpackers (now is used only by std::Unpack) - STS digi QA: histograms for channel vs. e-link are added for different modules
-
- Jun 06, 2024
-
-
Dominik Smith authored
-
Dominik Smith authored
-
-
-
Added a third object to the return types of all unpackers in cbm::algo, which can store optional auxiliary data.
-
- Jun 05, 2024
-
-
Dominik Smith authored
-
-
Dominik Smith authored
-
Dominik Smith authored
-
- May 31, 2024
-
-
Dominik Smith authored
-
- May 29, 2024
-
-
Dominik Smith authored
-
- May 15, 2024
-
-
Dominik Smith authored
sweep is preceded by a row-wise sweep.
-
Dominik Smith authored
Added a preprocessor flag in trd::Hitfind to switch between row-parallel and module-parallel hit merging.
-
Dominik Smith authored
- Moved HitFactory2D class to dedicated file. - Parallelized the entire chain "cluster finding -> hit finding -> hit merging" by row index. Merging is done in parallel between pairs of neighboring rows, using even-odd partitioning (fully supported for 2D, interface supplied for 1D). - Cleaned up TRD reconstruction classes and fixed several warnings.
-
- May 12, 2024
-
-
Volker Friese authored
-
-
- May 11, 2024
-
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- May 09, 2024
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-