- Jun 17, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
L1: add consistency checkers for L1Parameters, L1Station, L1UMeasurementInfo, L1XYMeasurementInfo, L1MaterialInfo, L1Material, L1FieldSlice, L1FieldRegion, L1FieldValue classes
-
Sergei Zharko authored
-
Sergei Zharko authored
L1Algo: constexpr constants moved from L1Parameters class to the L1Constants namespace (L1Constants.h)
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Administrator authored
There were still some macros with wrong institute/city information. Correct 'GSI/JINR-LIT' by the correct 'GSI/JINR-LIT, Darmstadt/Dubna'.
-
- Jun 16, 2022
-
-
Administrator authored
Allow to use existing FairSoft and FairRoot installations.
-
- Jun 14, 2022
-
-
-
The code format checker runs without downloading the external packages such that one has to emulate the existence of the external packages.
-
Jan de Cuveland authored
-
- Jun 10, 2022
-
-
Administrator authored
The external flesnet requires at least CMake 3.14.0. Check already in our CMakeLists.txt if this version is available, otherwise the test is done when building flesnet and the error is hidden in some log file. Use CMake from the FairSoft installation on the CI runner (lxir116 )where the CMake version is to old.
-
-
-
add new PLUTO path (Tetyanas folder) add purity histograms add histograms to investigate diff. between PLUTO/UrQMD and electron/positron add CB histograms in LmvmDraw.cxx add histogram to investigate BG and its sources add histosgrams for acc and rec. pions and electrons for var. detector combinations some more small changes
-
Administrator authored
-
Administrator authored
The code checker must know the libraries so to make him happy just define them.
-
Administrator authored
-
Administrator authored
Update to latest flesnet version This version disables all code which need cpprest if the package isn't found on the system. All functionality needed for CbmRoot is build. Fix link errors on several systems macosx, Debian11 Fix git clone issue on CentOS Add installation of flesnet libraries and headers
-
-
-
- fles_ipc -> external::fles_ipc - fles_logging -> external::fles_logging - IPC_INCLUDE_DIRECTORY -> FLES_IPC_INCLUDE_DIRECTORY
-
-
-
- Jun 05, 2022
-
-
Administrator authored
Depending on the compiler the STL library support or does not support the usage of std::execution. Tets in the build system if the feature is available and switch off the usage if not supported. Remove default(none) from OpenMP parameters since it creates problems with older OpenMP versions. In the current code according to Jan the statement isn't needed.
-
-
-
- Jun 03, 2022
- Jun 02, 2022
-
-
Administrator authored
Use proper variable types. Auto results in a compilation error with newer ROOT versions.
-
Administrator authored
Fix deprecation warnings about upercase log levels. Use lowercase ones.
-
Administrator authored
Fix ambiguous function call.
-
Administrator authored
VMC isn't any longer part of ROOT but an external package, so we have to find it differently. The same problem also appears for NicaFemto such that we fix the issue with a patch.
-
- Jun 01, 2022
-
-
- May 27, 2022