Skip to content
Snippets Groups Projects
  1. Jan 18, 2021
  2. Jan 15, 2021
  3. Jan 13, 2021
  4. Dec 19, 2020
    • Administrator's avatar
      Remove unused external projects · 88261580
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      The code for fles_ipc_legacy and flib_dpb_20 from external repositories are
      not used any longer by any library from CbmRoot. Remove both packages.
      88261580
    • Administrator's avatar
      Remove unused code · 17835ab9
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      The development of KFModelParameters was discontinued more then two years ago.
      The code is not used anywhere and it is completely untested, so the decision
      taken with all responsibles persons was to remove it from CbmRoot.
      17835ab9
    • Administrator's avatar
      Fix weekly tests in macro/KF · 60a239f4
      Administrator authored
      The test suite was broken since the run_digi macro was changed some weeks
      ago. Also the check for return strings was wrong in two cases. Also use the
      proper namespace in the macro.
      60a239f4
  5. Dec 16, 2020
  6. Dec 11, 2020
  7. Dec 10, 2020
    • Administrator's avatar
      Add CMake variable to define C++ version · 08787c8f
      Administrator authored
      Use standard CMake variable to define C++ version.
      Pass the version to AnalysisTree package such that code is properly
      compiled.
      08787c8f
    • Administrator's avatar
      Fix macros for usage with new FairRoot versions · 03825a47
      Administrator authored
      With FairRoot v18.4.1 the deprecated function SetInputFile was removed from
      FairRunAna. Correctly use now FairFileSource in the macros.
      03825a47
    • Administrator's avatar
      Properly implement new framework function · 671fbe01
      Administrator authored
      FairSource implements with FairRoot v18.4.1 the new function SpecifyRunId
      which is used to trigger the read of the first event from the input. This
      function has to be properly implemented in the source classes.
      671fbe01
    • Administrator's avatar
      Remove unnecessary include statement · fbc55678
      Administrator authored
      fbc55678
    • Administrator's avatar
      Fix compiler error with ROOT v6.20.08 · 73d87c3c
      Administrator authored
      Correct the code such that the proper function is used. The change produces the
      same results as before.
      73d87c3c
    • Administrator's avatar
      Fix compiler issues with c++17 · 2c5272b8
      Administrator authored
      2c5272b8
    • Administrator's avatar
      Adapt build system to new FairSoft and FairRoot versions · 4f5f304a
      Administrator authored
      Add support for C++17
      Check for c++ version c++11 or above (11, 14 or 17). With this change it
      becomes possible to compile CbmRoot with C++17.
      
      Add missing library.
      The FairMQ state machine is now in an extra library which has to be added
      for linking when using FairSoft nov20. Test if the library exist and create
      the list of dependencies accordingly.
      
      Add missing include directory.
      VMC is not any longer included in ROOT but a standealone package, so the
      include directory has to be added such that the header files are found.
      
      Add gtest as an optional external package.
      With the latest version of FairSoft googletest was removed due to a
      recommendation of the gtest developers. Since gtest is no longer part of
      FairSoft we have to provide an own version which is compiled as external
      project.
      
      Add proper dependency to external gtest project
      This dependency is needed to compile the test only if the gtest library is
      already available.
      
      Fix compilation error with FairRoot v18.4.2 on macosx
      In FairRoot v18.4.2 some linker settings were removed from the CMake setup.
      This breaks the compilation of CbmRoot. Put back the needed seetings for the
      linker on macosx in our build system.
      
      Fix NicaFemto installation
      4f5f304a
    • Pierre-Alain Loizeau's avatar
  8. Dec 09, 2020
  9. Dec 07, 2020
  10. Dec 04, 2020
  11. Dec 03, 2020
Loading