Skip to content
Snippets Groups Projects
  1. Aug 04, 2023
    • Lena Rossel's avatar
      Fix errors in nr. of primary ionizations calculation · 7c81dfa1
      Lena Rossel authored and Florian Uhlig's avatar Florian Uhlig committed
      Add missing break statements (Dennis Spicker)
      
      Without these break statements,
      the resulting gamma would always be
      the one for the highest Bethe-Bloch value.
      
      Fix calculation of gamma (Lena Rossel)
      
      Change speed of light to 1.
      Momentum and mass are given in GeV, therefore speed of light does not need to be c=3e8.
      7c81dfa1
  2. Jul 28, 2023
  3. Jul 17, 2023
  4. Jul 14, 2023
  5. Jul 03, 2023
  6. Jun 26, 2023
  7. Jun 23, 2023
  8. May 24, 2023
  9. May 08, 2023
  10. Apr 25, 2023
  11. Apr 24, 2023
  12. Mar 21, 2023
    • Administrator's avatar
      Fix warnings about deprecated code · 6f04bfdc
      Administrator authored
      With FairRoot v18.8 the functions GetOutputFile() and SetOutputFile() are
      deprecated instead of using a file sink. Correct user code to create the
      file sink correctly or to extract the file name from the file sink.
      Comparisons of results before and after the change showed that the results
      are absolutely identical.
      6f04bfdc
  13. Mar 17, 2023
    • Administrator's avatar
      Remove usage of sprintf · 982c4b76
      Administrator authored
      The function sprintf is marked deprecated with the latest Clang version.
      Move from sprintf to snprintf. Define and use buffer size.
      Check the return value in a function where this is important.
      dev_2023_12
      982c4b76
  14. Jan 31, 2023
  15. Jan 30, 2023
  16. Jan 26, 2023
  17. Jan 13, 2023
    • Pierre-Alain Loizeau's avatar
      Prepare TOF and TZD digis for switch to TZD in unpack, event build and reco · 56986549
      Pierre-Alain Loizeau authored
      - Add usage of address field to TzdDigi
      - Conversion constructor from TOF to TZD digis
      - Conversion constructor from TZD to TOF digis
      - Serializer and dictionary for TZD digi
      - Adapt Tzd Digitizer to provide default value for new address field
      56986549
    • 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
  18. 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
    • Administrator's avatar
      Prepare for FairRoot v18.8 · 3fb16b11
      Administrator authored
      Use the same target names as provided by FairRoot with version v18.8.
      
      Add the new target FairRoot::Online which is a new library conatining the
      online related code which was previously part of the Base library.
      In case of older FairRoot versions the target is only an alias for the target
      FairRoot::Base such that the same dependencies already work with FairRoot
      v18.6 which is our current default version.
      
      Add the new target FairRoot::Online in all CMakeLists.txt where it is needed.
      
      The FindFairRoot macro is also used when compiling NicaFemto. Since there is a
      problem with the target definitions in NicaFemto the targets are not defined
      when compiling NicaFemto.
      3fb16b11
  19. Nov 11, 2022
  20. Nov 10, 2022
  21. Nov 08, 2022
  22. Oct 27, 2022
  23. Oct 05, 2022
Loading