- May 27, 2021
-
-
Administrator authored
The latest version of our formating rules is applied to all header and source files as well as to the macros using clang-format 11.0.
-
- Apr 20, 2021
-
-
Norbert Herrmann authored
-
- Apr 07, 2021
-
-
Norbert Herrmann authored
-
- Apr 06, 2021
-
-
Norbert Herrmann authored
-
- Apr 01, 2021
-
-
Administrator authored
-
Administrator authored
-
Administrator authored
The class FairLogger is meanwhile only a wrapper around the Logger class, so use the Logger directly. This also helps to reduce many warnings when using the Eclipse IDE.
-
Sergey Gorbunov authored
-
- Mar 31, 2021
-
-
- Mar 29, 2021
-
-
- Mar 26, 2021
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add threshold for non pulser digis in both algo, Task and device - Make interval for spill threshold checks configurable in both algo, Task and device - Spill detection only when both threshold passed - Add Monitor macro for mCBM 2021 using this functionality
-
-
-
- Mar 25, 2021
-
-
Administrator authored
Remove check for ZeroMQ. ZeroMQ isn't needed any longer. Fix installation of externals when using Spack. Pass extra flags flags to NicaFemto configuration if needed. Patch ipc source code. Add missing include file. Cleanup .gitignore in externals. Fix linking of CbmGlobalTraking library. Add missing link directory. In normal installation Vc probably was found in the ROOT installation. With Spack ROOT is build without builtin Vc. Use correct syntax for function call. With the latest FairMQ version the old backward compatibility layer was removed. Use now the new syntax to change the state.
-
- Mar 24, 2021
-
-
-
Cleanup filtering of compiler warnings for Nightly tests Remove unused variables, parameters and data members. Remove move statement to allow copy ellision. Use unsingned int in loop when comparing with size function of containers. Initialize all data members. Fix warning from rootcling. With newer root versions the parameter -c isn't supported any longer, so remove it.
-
- Mar 23, 2021
-
-
Dominik Smith authored
-
- Mar 22, 2021
-
-
Administrator authored
First step to include code currently stored for historical reasons in the fles directory, in the core or reco libraries of the respective detectors. Adapt build system accordingly.
-
- Mar 08, 2021
-
-
Fixes in mCBM 2020 Algos and MQ examples: - Remove JSROOT commands fore reset/save histos in MQ histos server and devices, as not working (need cling context!). - Add/extend support for T0 channels remapping + related plots. - Fix TOF pulser algo (logic was broken before and chain resetting the output plots). Add macro folder + MQ monitor scripts for TOF and T0.
-
- Feb 08, 2021
-
-
Administrator authored
-
- Jan 20, 2021
-
-
Comment unused variables and parameters.
-
Use reference in for loop too avoid copying of data.
-
- Dec 10, 2020
-
-
Administrator authored
Add support for C++17 Check for c++ version c++11 or above (11, 14 or 17). With this change it becomes possible to compile CbmRoot with C++17. Add missing library. The FairMQ state machine is now in an extra library which has to be added for linking when using FairSoft nov20. Test if the library exist and create the list of dependencies accordingly. Add missing include directory. VMC is not any longer included in ROOT but a standealone package, so the include directory has to be added such that the header files are found. Add gtest as an optional external package. With the latest version of FairSoft googletest was removed due to a recommendation of the gtest developers. Since gtest is no longer part of FairSoft we have to provide an own version which is compiled as external project. Add proper dependency to external gtest project This dependency is needed to compile the test only if the gtest library is already available. Fix compilation error with FairRoot v18.4.2 on macosx In FairRoot v18.4.2 some linker settings were removed from the CMake setup. This breaks the compilation of CbmRoot. Put back the needed seetings for the linker on macosx in our build system. Fix NicaFemto installation
-
- Nov 26, 2020
-
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
- Nov 18, 2020
-
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
- Nov 03, 2020
-
-
-
-
intialize DigiPar from file or from geometry
-
-
-
-
-