- Nov 01, 2024
-
-
Administrator authored
The usage of std::binary_function is really old legacy to define the functions used in STL algorithms like std::sort. std::binary_function was deprecated with C++11 and removed from C++ with C++17. Obviously it is still supported by some compilers since compilation errors only occured with newer Apple clang versions. Switch to the modern implementation using lambdas in the STL algorithms. This also increase code readability since the code is located at the same place where it is used. The change was confirmed to not introduce changes in the output by comparing the produced TTrees before and after the commit in all produced ROOT files.
-
- Sep 27, 2024
-
-
Pierre-Alain Loizeau authored
[BugFix] Add [KfCore/CaCore/Algo]Offline libraries to remove feed down of NO_ROOT flag to libraries in reco folder - Build AlgoOffline library only if not in CBM_ONLINE_STANDALONE (aka not online container mode) - Build [Ca/Kf]CoreOffline libs only if not in CBM_ONLINE_STANDALONE (aka not online container mode) - Use AlgoOffline as dep for libs CbmSimDigitizationSteer CbmAtConverterSteer CbmRecoOfflineSteer
-
- Sep 17, 2024
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Sep 02, 2024
-
-
- Aug 26, 2024
-
-
- Aug 22, 2024
-
-
Sergei Zharko authored
-
- 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
-
-
Axel Puntke authored
-
- Jul 09, 2024
-
-
- Jul 04, 2024
- Jun 19, 2024
-
-
Alexandru Bercuci authored
-
- Jun 05, 2024
-
-
- Jun 03, 2024
-
-
- May 29, 2024
-
-
- Apr 26, 2024
-
-
- Apr 22, 2024
-
-
- Apr 15, 2024
-
-
- Apr 11, 2024
-
-
-
Luisa Faber authored
-
- Mar 22, 2024
-
-
- Mar 21, 2024
-
-
- Mar 19, 2024
-
-
- Mar 17, 2024
-
-
=> The relative microslice time is now added to the timestamp with the correct units
-
- Mar 13, 2024
-
-
The code is implemented in a way that should make it easy to implement further revision in the format by using templates for the sys_ver.
-
- Feb 27, 2024
-
-
Move macro code from Create_geometry_* macro to namespace cbm::trd:geo. Implement the latest modifications to the design of the chamber and FEB as they are proposed for day 1.
-
- Feb 26, 2024
-
-
- Feb 22, 2024
-
-
The current implementation works only for event-by-event based digitisation and reconstruction. When running time based the results will be definitely wrong. Closes #3195
-
- Jan 24, 2024
-
-
- Jan 04, 2024
-
-
Use the same output format as all the other detector systems.
-
-
Add a fixed error of 8mum for the x- and y-position of the MvdHit.
-
Change the code such that the cluster finder also works event based. Loop over all frames such that all data is written to the output after the Exec function. Refactor code. Move code for cleanup in extra function. Since TClonesArray->AbsorbAt() removes entries from the array looping from front to back doesn't work correctly such loop from back to front. Mark digis below the threshold as used such that they are removed from the input array during cleanup.
-
-
- Dec 30, 2023
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-