Skip to content
Snippets Groups Projects
  1. Jan 13, 2023
    • Administrator's avatar
      Fix problem with empty PsdHits · 3bca8089
      Administrator authored
      Create and store matches for the psd detector system.
      
      The ideal event builder relies on existing match objects. If the matches are
      not available the detector system is excluded from the event building such
      that at later stages no digis for this detector system ar present and no hits
      are produced.
      
      Fixes #2665.
      3bca8089
  2. Jan 12, 2023
  3. Jan 11, 2023
  4. Jan 10, 2023
  5. Dec 21, 2022
  6. Dec 16, 2022
    • Administrator's avatar
      Improve build system · a43f6081
      Administrator authored
      Remove a special linker setting for macosx which isn't needed any longer.
      With the build system changes the full list of dependecies is available at
      link time.
      Add a missing library dependency.
      4 tags
      a43f6081
  7. Dec 15, 2022
  8. Dec 14, 2022
  9. Dec 11, 2022
  10. Dec 08, 2022
  11. Dec 07, 2022
  12. Dec 02, 2022
  13. Nov 30, 2022
  14. Nov 29, 2022
    • Eoin Clerkin's avatar
      Removes buggy matbudget macros · aeaef18b
      Eoin Clerkin authored and Eoin Clerkin's avatar Eoin Clerkin committed
      All mcbm material budget map generating macros were found to have a
      halfing of radlen bug and a missing volume bug. To prevent these macros
      from being further used, they are removed.
      aeaef18b
  15. Nov 22, 2022
  16. Nov 19, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · 7d79849f
      Administrator authored
      Switch of specific compiler warnings when compiling rootcling generated
      dictionary code otherwise the output is spammed with a huge number of warnings.
      The code is generated by rootcling and we can't do anything to fix the
      problems.
      dev_2022_48
      7d79849f
  17. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · 388a33d8
      Administrator authored
      Add CI test with FairSoft nov22rc and FairRoot v18.8_patches.
      388a33d8
    • 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
    • Administrator's avatar
      Prepare for FairRoot v18.8 · e247b57f
      Administrator authored
      Exclude tutorial/TaskToAlgo from build. The code needs to use the boost
      serializer for the MCPoint classes. The necessary code was removed from the
      FairMCPoint base class such that the compilation currently fails.
      The feature can be brought back adding another header file but before adding
      it I would like to discuss if this is needed at all.
      e247b57f
    • Administrator's avatar
      Prepare for FairRoot v18.8 · df884fc7
      Administrator authored
      Fix installation of KFParticle and NicaFemto.
      
      Add missing dependecy on Vc for KFParticle target.
      Update the Nicafemto version which adds some missing include statements and
      forward declarations. The new commit hash also contains a change which corrects
      all LOG levels to lowercase.
      df884fc7
Loading