- Mar 26, 2021
-
-
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
-
-
-
-
-
Dominik Smith authored
Added unpack_tsa_mcbm_with_eb.C to /macro/beamtime/mcbm2020. This extends the original unpack_tsa_mcbm.C macro with an additional event building step, which uses the CbmTaskBuildRawEvents class.
-
Update submit and run scripts to newer version with virgo support and an easy to use default interface for new users
-
Administrator authored
Add missing include statement. Error shows up with FairSoft nov20 and FairRoot v18.4.2. Refs #2036.
-
Administrator authored
There was a problem with the script such that in some cases to many code owners were informed. When in between the creation of the MR and the runtime of the script the master branch of the official repository was updated the code owners of the MR changes as well as the code owners of the updated code from the official repository wer informed. To avoid sending information for code which is already implemented in the official repository the local working copy is rebased before extracting the changed files. Fix user name of Sergey Gorbunov in CODEOWNERS file. Sergey has two GitLab accounts and the wrong was chosen.
-
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
-
-
-
-
-
-
-
Added additional variables to the VarManager and add an additional constructor and setter for more flexible scaling of thermal signals in runtime
-
-
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
-
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
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add catching of empty match objects at Digi to Point level
-
Pierre-Alain Loizeau authored
-
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 23, 2021
-
-
Dominik Smith authored
-