Skip to content
Snippets Groups Projects
  1. Apr 24, 2023
  2. Feb 07, 2023
  3. Feb 02, 2023
  4. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · e55f8bf2
      Administrator authored
      Add missing include statements and forward declarations.
      In FairRoot a serious cleanup of include statements was done which needs fixes
      in our code base.
      e55f8bf2
  5. Oct 24, 2022
    • Omveer's avatar
      Move to Modern CMake(Reco Dir) · 799b017a
      Omveer authored
      Files moved to NO_DICT_SRC:
      L1Algo/L1Event.cxx
      L1Algo/L1EventMatch.cxx
      
      Files are commented for time being in L1 target:
      OffLineInterface/CbmL1RichENNRingFinder.cxx
      OffLineInterface/CbmL1RichENNRingFinderParallel.cxx
      
      xpu git tag version modified
      Vc package finding moved to top level CMakeLists.txt
      799b017a
  6. Sep 15, 2022
  7. Sep 07, 2022
  8. Sep 06, 2022
  9. Jun 29, 2022
    • Semen Lebedev's avatar
      RICH updates: · 3e4e23da
      Semen Lebedev authored and Florian Uhlig's avatar Florian Uhlig committed
      * RICH QA code updates
      * Updates of run macros and scripts
      * Remove obsolete macro from rich macro directories
      * Updates in RICH event display
      3e4e23da
  10. Jun 14, 2022
  11. Jun 10, 2022
    • Cornelius Feier-Riesen's avatar
      Apply clang format · 79d923a2
      Cornelius Feier-Riesen authored and Florian Uhlig's avatar Florian Uhlig committed
      79d923a2
    • Cornelius Feier-Riesen's avatar
      LMVM: · 231aa7ab
      Cornelius Feier-Riesen authored and Florian Uhlig's avatar Florian Uhlig committed
      add new PLUTO path (Tetyanas folder)
      add purity histograms
      add histograms to investigate diff. between PLUTO/UrQMD and electron/positron
      add CB histograms in LmvmDraw.cxx
      add histogram to investigate BG and its sources
      add histosgrams for acc and rec. pions and electrons for var. detector
      combinations
      some more small changes
      231aa7ab
  12. Jun 02, 2022
  13. Apr 05, 2022
  14. Dec 22, 2021
  15. Dec 16, 2021
  16. Dec 08, 2021
  17. Nov 14, 2021
  18. 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
  19. Sep 27, 2021
  20. 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
  21. Jun 25, 2021
  22. Jun 24, 2021
  23. 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
  24. Jun 08, 2021
  25. 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
  26. May 31, 2021
    • Eoin Clerkin's avatar
      Adds license header to .cxx, .cpp, .h, and .C files · f983bc0a
      Eoin Clerkin authored
      Files with detected previous copyright or authorship skipped.
      Copyright claimed for the current or last CBMC institute of the original commiter to the SVN or GIT repositories.
      File distributed under GNU public license version 3.0 declared.
      
      Revert "Adds license header to .cxx, .cpp, .h, and .C files"
      
      This reverts commit 94da1500.
      
      Removes one blank line
      
      Revert "Removes one blank line"
      
      This reverts commit a8e5e236.
      
      Preemptive empty lines removal
      
      If first two lines of a file are empty, or have spaces and tabs only then remove the lines.
      
      Revert "Preemptive empty lines removal"
      
      This reverts commit da38bf5d.
      
      Add empty line
      
      For stylistic reasons, an empty line is added after doxygen header.
      
      Revert "Add empty line"
      
      This reverts commit 30491934.
      
      Puts space between includes.
      
      Revert "Puts space between includes."
      
      This reverts commit 468b7024.
      
      Add multiple authors tag
      
      Lists authors in order of their contribution
      
      Revert "Add multiple authors tag"
      
      This reverts commit f5d3e748.
      
      Removes empty line on one file for clang format compliance.
      
      Revert "Removes empty line on one file for clang format compliance."
      
      This reverts commit fbac8bad.
      
      Small changes as per requested.
      
      Add small (o) to original commiters username.
      
      Adds running 10 percent instead of line count treshold for contributors.
      
      Revert "Small changes as per requested."
      
      This reverts commit 84af7b5f.
      
      Long form of names
      
      Word originator beside original committer of file.
      
      Revert "Long form of names"
      
      This reverts commit 759426e2.
      
      Add space between comma seperated double affilliation institutes
      f983bc0a
  27. May 27, 2021
  28. May 12, 2021
  29. Apr 21, 2021
  30. Apr 16, 2021
  31. Apr 01, 2021
  32. Mar 29, 2021
  33. Jan 29, 2021
    • Administrator's avatar
      Fix install target · 35fe69cf
      Administrator authored
      When installing CbmRoot using FairRoot v18.4 and FairSoft there was a problem
      with the location of header files when executing macros. Some of the header
      files couldn't be found which for some of them worked with printing warning
      or error messages only. For other header files the macros simply crashed with
      error messages about not found header files. It is unclear if this is a
      FairRoot or Root issue but I would guess it is a Root problem.
      The issue was solved by simply removing the path from the header file name when
      generating the Root dictionary. In this case it is enough to specify the
      directory where all header files are installed when running Root using the
      environment variable ROOT_INCLUDE_PATH.
      
      In some of the build system files missing directories where added such that
      the dictionaries could be produced properly.
      35fe69cf
  34. Nov 30, 2020
  35. Nov 25, 2020
  36. Nov 17, 2020
Loading