Skip to content
Snippets Groups Projects
  1. Aug 12, 2021
  2. Aug 05, 2021
  3. Aug 03, 2021
  4. 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
  5. Jul 29, 2021
  6. Jul 27, 2021
  7. Jul 23, 2021
  8. Jul 22, 2021
Loading