Skip to content
Snippets Groups Projects
  1. Jun 03, 2022
  2. Jun 02, 2022
  3. Dec 22, 2021
  4. Dec 16, 2021
  5. Dec 08, 2021
  6. Dec 07, 2021
  7. Nov 25, 2021
  8. Nov 23, 2021
  9. Nov 19, 2021
  10. Nov 17, 2021
  11. Nov 14, 2021
  12. Oct 31, 2021
    • Administrator's avatar
      Remove a circular library dependency · 9b1c7425
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      There was a circular dependency between Littrack and CbmRichReco. The problem
      only shows up when linking an executable.
      The dependency could be resolved by moving some of the rich code into the
      directory core/detectors/rich and splitting the littrack library into two parts.
      The first library (Littrack) contains everything beside the littrack QA classes
      and the second one (LittrackQA) contains only the QA code. Those files moved
      from reco/detectors/rich had no dependencies to reco or sim.
      9b1c7425
  13. Sep 22, 2021
  14. Sep 14, 2021
  15. 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
  16. Jul 30, 2021
    • 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
  17. Jul 23, 2021
  18. Jul 20, 2021
    • drslebedev's avatar
      Update lmvm python scripts · cc53d8e1
      drslebedev authored and Florian Uhlig's avatar Florian Uhlig committed
      Adding lmvm combinatorial pairs procedure
      
      Develop combinatorial BG procedure and add corresponding histograms
      
      Correct pairing in CB and reverse formatting of python macros
      
      Add Single Particle Yield Histos
      
      Particle Yield and Acceptance of Electrons and Positrons is observed for various detector combinations.
      Formatting of python scripts after they had been tored by wrong application of clang format.
      
      WIP Add single particle histos
      
      WIP: Update single particle histograms
      
      WIP: Add histograms for nPoint
      
      Number of points the electrons / positrons leave in the various detectors
      
      Modify macros for common production
      
      Also some small adaptions in CbmAnaDielectronTask.cxx and in ana and litqa macros were done.
      
      Apply clang format
      cc53d8e1
  19. Jun 25, 2021
  20. Jun 14, 2021
  21. Jun 10, 2021
  22. Jun 09, 2021
    • Administrator's avatar
      Cleanup license headers · 131d9ce2
      Administrator authored
      Unify user names in the license header authors list.
      Remove duplicate users in the authors list.
      Cleanupo of some other inor issues.
      131d9ce2
  23. Jun 08, 2021
  24. Jun 05, 2021
    • Eoin Clerkin's avatar
      Add copyright header to author declared files. · a4888728
      Eoin Clerkin authored
      Pulls some author and date information from previous headers, adds this to information from the svn and git repositories.
      Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder.
      Contributing authors from previous declaration and repository records.
      a4888728
  25. May 31, 2021
    • Eoin Clerkin's avatar
      Short license declarations for .sh files · 6f6619b0
      Eoin Clerkin authored
      Inserts the declaration on the 1st or 2nd line of scripts.
      
      EMPTY LINE
      
      Short license declarations for .sh files
      
      Inserts the declaration on the 1st or 2nd line of scripts.
      
      EMPTY LINE
      
      Revert "Short license declarations for .sh files"
      
      This reverts commit d3dd8608.
      
      Uses SPDX identifier
      
      Modifies declaration to use SPDX license identifier syntax
      
      Corrects file
      
      Empty line before hashbang removed
      6f6619b0
Loading