- Mar 14, 2025
-
-
The most non ASCII characters were used in comments but some were also used for screen output. The most common non ASCII character was µ which was exchanged by mu or micro.
-
- Mar 13, 2025
-
-
Administrator authored
-
- Mar 06, 2025
-
-
Sergei Zharko authored
-
- Feb 15, 2025
-
-
Alexandru Bercuci authored
-
Sergei Zharko authored
-
Sergei Zharko authored
- using a KFParticle version with no ROOT dependencies
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
- mcbm_beam_2025_02_14_silver setup is added to the runId map; - actualisation of CbmOnlineParWrite; - actualisation of ParFiles.cxx
-
- Feb 13, 2025
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Jan 29, 2025
-
-
- CbmEventTrigger class to store different trigger flags for the event selection (Lambda, Ks, ....)
-
- Jan 21, 2025
-
-
Sergei Zharko authored
-
- Jan 15, 2025
-
-
Administrator authored
Add more tests which were missing before. Cleanup the test cases and reduce complexity of some tests.
-
- Jan 14, 2025
-
-
- setting const qualifier to the GetIndex and the GetStsTrackIndex functions - re-implimenting the GetIndex function to make it const qualified and reduce the number of access calls
-
- Dec 04, 2024
-
-
Allow two station MVD as requested. Update geometry hash.
-
- Nov 29, 2024
-
-
Pierre-Alain Loizeau authored
- Fix missing own header include for CbmFormatTsPrintout in the source file - Replace std::endl with plain newline - Add method to print a microslice descriptor help (dump description) - Catch more low probablility error/crash cases (TS with no comp, Comps with no MS, ...) - Add possibility to dump the MS for only a selected System ID type (default = all as before) - Add possibility to dump only the first M microslices in each component for each TS (default = all as before)
-
- Nov 28, 2024
-
-
Pierre-Alain Loizeau authored
-
- Nov 25, 2024
-
-
- Nov 15, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- 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.
-
- Oct 29, 2024
-
-
Alexandru Bercuci authored
-
- Oct 24, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
CA: Moving the cbm::algo::ca::EDetectorID definition in CbmDefs.h to unify the online/offline CA interfaces
-
- Oct 14, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
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
-
- 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 11, 2024
-
-
Sergey Gorbunov authored
-
- a possibility of separating a full and active tracking station volumes - retrieving of active volume for TRD and TOF - changing the CbmTrackingDetectorInterfaceBase::kDebugGeoDefined{true} flag to CbmTrackingDetectorInterfaceBase::kLegacy{false} (if kLegacy == true, the old tracking station representation is used)
-
CbmStsStation: the z-reference field is replaced with the coordinates of the lower and upper bounds of a station
-
-