You need to sign in or sign up before continuing.
- Apr 01, 2021
-
-
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
-
Sergey Gorbunov authored
-
- Mar 31, 2021
-
-
- Mar 30, 2021
-
-
Sergey Gorbunov authored
-
- Mar 29, 2021
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
-
-
-
-
-
-
-
-
-
Etienne Bechtel authored
-
- Mar 26, 2021
-
-
- Mar 25, 2021
-
-
-
-
-
Administrator authored
Add missing include statement. Error shows up with FairSoft nov20 and FairRoot v18.4.2. Refs #2036.
-
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.
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add updated MC point matches to output of CbmEventClusterizer - Add support for new "calibrated" vectors in MatchRecoToMc (no support for TClonesArray!) - Adapt vectors/arrays names in FairRoot manager - Adapt consummer classes to new names Based on commit b1962019 by n.herrmann
-
Pierre-Alain Loizeau authored
-
On macosx one needs a openmp installation which does not come with the system, at least the omp.h header file is missing. brew has a package libomp which installs the header and a library. Both are found by the cmake module FindOpenMP and properly used during the compilation and linking. In themoment there is still a runtime error when executing the L1 tracking with OpenMP support on macosx, so switch off OpenMP for the time being. The problem is investigated already. refs #2028. Cleanup OpenMP handling in the build system. Move check for OpenMP to top level. Remove OpenMP usage from all libs were it is not needed.
-
- Mar 22, 2021
-
-
- Mar 19, 2021
-
-
Administrator authored
Norbert pointed out that tof_v20a has to be treated as geometry type v21a. This is corrected with this commit.
-
- Mar 18, 2021
-
-
Administrator authored
Don't use tof digi parameter file any longer in the digitization step. The needed information is meanwhile taken from the TGeoManager. Initialize tof geometry parameters in the simple clusterizer from the TGeoManager, as it is already done in the event clusterizer and the digitizer. Add a special case in the TofGeoManager for the tof_v20a geometry. The geometry has to be treated as v14a.
-
- Mar 17, 2021
-
-
Pascal Raisig authored
iomanip was missing, somehow neither gcc on linux nor clangd cared for it.
-
Pascal Raisig authored
In the processing routines for empty digi branches a situation could appear, where nullptr were forwarded to unprotocted functions. Now a protection against this situation and a safety against nullptr is implemented.
-