- Mar 19, 2025
-
-
Administrator authored
The exec_program fuction is deprecated use execute_process instead. Use the FindBoost config file which is installed by Boost instead of the CMake module. Fix one cmake_minimum_required version by defining also a maximum version.
-
- Mar 18, 2025
-
-
David Emschermann authored
-
-
-
-
-
The previous check was to general since it catched also files were non ASCII characters are allowed (e.g. Latex files). Now test only for source code files and check for files which are of non ASCII type.
-
- Mar 17, 2025
-
-
Administrator authored
-
Administrator authored
Send matches to CbmDaq only if matches should be created.
-
-
- 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
-
Administrator authored
-
Administrator authored
-
Administrator authored
-
- Mar 12, 2025
-
-
Administrator authored
Recently it was found that some files contain non ASCII charaters. The added CI tests checks for files which contain non ASCII characters. Test fails if non ASCII characters are found in a commit.
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Mar 10, 2025
-
-
-
Eoin Clerkin authored
before adding task in analysis tree maker macro when event base mode used.
-
Eoin Clerkin authored
Remove psd from all setups. Correct title name of setups.
-
- Mar 09, 2025
-
-
Sergei Zharko authored
-
- Mar 07, 2025
-
-
Fix cluster and hit finding in the STS detector when using 32-bit floating-point precision. The issue occurs when calculating time differences between digis or clusters with large timestamps - 32-bit floats lack sufficient precision for representing nanosecond timestamps in the mCBM setup. Add helper methods GetTimeDiff() that first convert timestamps to int before calculating the difference, preserving precision and sign. Replace direct floating-point timestamp subtractions throughout the code with calls to these helper methods. This resolves hit count discrepancies between 32-bit and 64-bit float versions, reducing the difference from ~2.6% to ~0.04%.
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
- Mar 06, 2025
-
-
Sergei Zharko authored
-
Sergei Zharko authored
- QA for V0-trigger - Masking channels (BMON as example) in digi event-selector
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
Administrator authored
-
Administrator authored
With newer version of macosx and/or XCode the Geant3 code compiles without problems but when it comes to memory allocation during runtime the execution crashes. Up to now the underlying problem couldn't be identified. Change CI tests such that on macosx only Geant4 is used. On Linux still Geant3 is used as simulation engine.
-
- Mar 05, 2025
-
-
Pierre-Alain Loizeau authored
-
- Mar 04, 2025
-
-
- Feb 28, 2025
-
-
Eoin Clerkin authored
Bugfix for 2-station CFV MVD which corrects number of sensors in 2nd station.
-
- Feb 25, 2025
-
-
Eoin Clerkin authored
Hits across sensors for 2 station MVD.
-
Pierre-Alain Loizeau authored
-