Skip to content
Snippets Groups Projects
  1. 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
    • Valentina Akishina's avatar
      L1: do not use MVD time measurement · 61302cc2
      Valentina Akishina authored
      61302cc2
  2. Sep 06, 2021
  3. Sep 01, 2021
  4. Aug 31, 2021
  5. Aug 30, 2021
  6. Aug 20, 2021
  7. Aug 18, 2021
  8. Aug 17, 2021
  9. Aug 12, 2021
  10. Aug 05, 2021
  11. Aug 03, 2021
  12. Jul 30, 2021
    • Administrator's avatar
      Filter some build warnings · 30a0d6bf
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      There are some warnings which only show up on some systems and can't be
      avoided. Filter them such that they don't show up on CDash.
      dev_2021_31
      30a0d6bf
    • Pierre-Alain Loizeau's avatar
    • drslebedev's avatar
      Explicitly init FairTrack param. · 27e19212
      drslebedev authored and Florian Uhlig's avatar Florian Uhlig committed
      27e19212
    • Administrator's avatar
      Fix compiler warnings · 9ded4663
      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.
      9ded4663
    • Administrator's avatar
      Adapt code to new FairModule function · 609e5e08
      Administrator authored
      From FairRoot version v18.4.0 on the function CheckIfSensitive() of the class
      FairModule is deprecated and replaced by the function IsSensitive(). The old
      function is still available but usage results is a compilation error.
      To be able to use FairRoot v18.2.1 and newer versions both functions are
      implemented in the CbmRoot code where the old function simply forwards to the
      new one. If there is no need to support older FairRoot versions the old
      function can be simply removed from the source code.
      609e5e08
    • Dominik Smith's avatar
      Bug fix: Added missing break statement to loops in... · 0f67cbb8
      Dominik Smith authored
      Bug fix: Added missing break statement to loops in CbmAlgoBuildRawEvents::SetReferenceDetector() and CbmMcbm2019TimeWinEventBuilderAlgo::SetReferenceDetector().
      0f67cbb8
    • Cornelius Feier-Riesen's avatar
      Update run_reco.C macro · 915a7021
      Cornelius Feier-Riesen authored and Florian Uhlig's avatar Florian Uhlig committed
      	modified:   analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTaskDrawAll.cxx
      	modified:   macro/analysis/dielectron/batch_job.py
      	modified:   macro/analysis/dielectron/batch_send_common.py
      	modified:   macro/analysis/dielectron/draw_all.py
      	modified:   macro/analysis/dielectron/hadd_many.py
      	modified:   macro/analysis/dielectron/run_analysis.C
      	modified:   macro/analysis/dielectron/run_litqa.C
      	modified:   macro/analysis/dielectron/run_reco.C
      915a7021
  13. Jul 29, 2021
  14. Jul 27, 2021
Loading