- Feb 01, 2022
-
-
- Jan 13, 2022
-
-
Eoin Clerkin authored
pipe_v16e_1e is the shifted pipe_v16b_1e by creation of node. pipe_v20b_1m is the shifted pipe_v20a_1m sts_v20a is the shifted sts_v19a geometry much_v20c_sis100_1m_lmvm is shifted lmvm verison of v20a much_v20c_sis100_1m_jpsi is shifted version of v20a trd_v20c_1(e,h,m_ is the shifted trd_v20b_1(e,h,m) tof_v20c_1(e,h,m) is the shifted tof_v20b_1(e,h.m) psd_v20c is the shifted psd_v20a Geometries without macros are manually shifted by editing of their TFile. Updates external repos tags For geometry, parameter and input repos. Updated tags in switch_defaults.sh. run_tra_(file|beam).C now positions the target dependent on the setup file chosen. Updates README.md file in macro/geometry directory. Adds standard tra, digi, and reco ctest for origin redefinition and DEC21 candidate geometries for the electron and hadron setups.
-
- Dec 22, 2021
-
-
- Dec 08, 2021
-
-
Add patch needed to for NicaFemto which adds missing library dependencies. Add missing link directory and library dependency for fles logging library. Use Vc from FairSoft if available Only build the internal Vc version if none is found in FairSoft installation. This solves the problem with failing macros due to incosistent versions of Vc library and header files.
-
- Nov 25, 2021
-
-
Valentina Akishina authored
-
- Nov 19, 2021
-
-
David Emschermann authored
-
- Nov 17, 2021
-
-
David Emschermann authored
-
David Emschermann authored
-
Alexandru Bercuci authored
-
- Nov 15, 2021
-
-
David Emschermann authored
-
- Nov 14, 2021
-
-
- Nov 12, 2021
-
-
David Emschermann authored
change geometry tag and parameter tag fixing the TRD-2D overlaps in TRD v22a and TRD v22b, refs #2297
-
- Nov 11, 2021
-
-
Semen Lebedev authored
-
- Nov 09, 2021
-
-
Pierre-Alain Loizeau authored
Fix for #2323
-
- Nov 08, 2021
-
-
Pierre-Alain Loizeau authored
-
- Nov 02, 2021
-
-
David Emschermann authored
-
- Oct 28, 2021
-
-
cbm authored
-
- Oct 27, 2021
-
-
David Emschermann authored
-
David Emschermann authored
-
- Oct 19, 2021
-
-
David Emschermann authored
-
- Oct 18, 2021
-
-
Alexandru Bercuci authored
-
- Oct 04, 2021
-
-
David Emschermann authored
-
- Sep 26, 2021
-
-
The code was copied at some time from an external project into the lx directory. Since it fails the license header check the code was moved to the externals directory. Also a second copy of the headers were deleted.
-
- Sep 09, 2021
-
-
-
Flesnet generally uses C++17, but the fles_ipc classes can currently still be compiled as C++14. This is an attempt to keep the cbmroot CI working with GCC 4.9.2.
-
-
-
- Sep 08, 2021
-
-
Somehow (at least on some systems) the link order was such that the first directory was $SIMPATH/lib. This was even the case when the order was defined differently in the CMakeLists.txt. The problem isn't yet understood completely. This results in the problem that libVc.a was taken from $SIMPATH/lib were it is installed by ROOT/FairSoft. As long as the version provided with CbmRoot and the version provided by ROOT were the same the problem wasn't seen. When updating our internal Vc version this results in a creash when loading libryries due to a version mismatch between the library version and the header file version.
-
Administrator authored
Add tof digitization parameters for the mcbm 2021 beamtime. CbmSoft/cbmroot_parameter!45
-
- Sep 07, 2021
-
-
It was found that switching form FairSoft jun19p2 to nov20 or apr21 has a dramatic influence on the performance of the KFParticleFinder. The runtime for on of the tests increased by roughly a factor 16. https://redmine.cbm.gsi.de/issues/2220 After long investigations it turned out that the compilation flags for the package were inherited from the ROOT and the CbmRoot project which switched of the performance flag "-O" when using FairSoft nov20 or apr21. The merge request fixes the issue by defining the CMAKE_BUILD_TYPE explicitely to be RelWithDebugInfo. The merge request also updates the VC version from 1.4.1 to 1.4.2. refs #2220
-
- Sep 01, 2021
-
-
Administrator authored
This update adds parameter files corresponding to the trd_v21a geometry for the mCBM beamtine in June 2021.
-
- Aug 18, 2021
-
-
David Emschermann authored
Update TRD v21a by Alexandru and complete mCBM 2021_07 setup, update external/geometry tag, refs #2215
-
- Aug 03, 2021
-
-
Administrator authored
The new version implements a workaround for CbmRoot. With the latest FairSoft versions on macosx it comes otherwise to runtime errors when JIT compiling a macro. The problem is a define statement in termios.h which defines B0 to be 0. This coonflicts with the parameter B0 used in the header file.
-
- Jul 30, 2021
-
-
Administrator authored
These compiler warnings are only seen with clang on macosx. Fix format in printf and Form functions. Comment unused parameters. Use correct C++ version when building the external flesnet project.
-
- Jul 20, 2021
-
-
Administrator authored
This version fixes a long standing problem of AnalysisTree with ROOT versions >= 6.20. The produced files couldn't be read anylonger. The problems is discussed in detail at https://redmine.cbm.gsi.de/issues/2108
-
- Jul 13, 2021
-
-
-
-
Administrator authored
Since problems with the JINR GitLab server a copy of the NicaFemto repository was installed on git.cbm.gsi.de. Use the NicaFemto code from there.
-
- Jun 30, 2021
-
-
Pascal Raisig authored
-