Skip to content
Snippets Groups Projects
  1. Feb 14, 2022
  2. Feb 09, 2022
  3. Feb 04, 2022
  4. Feb 01, 2022
  5. Jan 13, 2022
    • Eoin Clerkin's avatar
      Macros for APR21 defaults with shifted placements · e6c87d7a
      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.
      e6c87d7a
  6. Dec 22, 2021
  7. Dec 08, 2021
    • Administrator's avatar
      Fix linking of externals · a3091a5f
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      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.
      a3091a5f
  8. Nov 25, 2021
  9. Nov 19, 2021
  10. Nov 17, 2021
  11. Nov 15, 2021
  12. Nov 14, 2021
  13. Nov 12, 2021
  14. Nov 11, 2021
  15. Nov 09, 2021
  16. Nov 08, 2021
  17. Nov 02, 2021
  18. Oct 28, 2021
  19. Oct 27, 2021
  20. Oct 19, 2021
  21. Oct 18, 2021
  22. Oct 04, 2021
  23. Sep 26, 2021
  24. Sep 09, 2021
  25. Sep 08, 2021
    • Florian Uhlig's avatar
      Correct order of link directories · 545a173b
      Florian Uhlig authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      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.
      545a173b
    • Administrator's avatar
      Update to latest parameters · df95b730
      Administrator authored
      Add tof digitization parameters for the mcbm 2021 beamtime.
      CbmSoft/cbmroot_parameter!45
      df95b730
  26. Sep 07, 2021
    • Administrator's avatar
      Fix a performance issue with KFParticle · bfcc4b60
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      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
      bfcc4b60
  27. Sep 01, 2021
  28. Aug 18, 2021
Loading