Skip to content
Snippets Groups Projects
  1. Mar 14, 2025
    • Administrator's avatar
      Remove non ASCII characters · 8b6daa94
      Administrator authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      The most non ASCII characters were used in comments but some were also used
      for screen output. The most common non ASCII character was µ which was
      exchanged by mu or micro.
      8b6daa94
  2. Mar 07, 2025
    • Simon Schuett's avatar
      online: Fix float precision issues in time calculations STS hit finder · 10a8de1d
      Simon Schuett authored and Volker Friese's avatar Volker Friese committed
      Fix cluster and hit finding in the STS detector when using 32-bit floating-point
      precision. The issue occurs when calculating time differences between digis or
      clusters with large timestamps - 32-bit floats lack sufficient precision for
      representing nanosecond timestamps in the mCBM setup.
      
      Add helper methods GetTimeDiff() that first convert timestamps to int before
      calculating the difference, preserving precision and sign. Replace direct
      floating-point timestamp subtractions throughout the code with calls to these
      helper methods.
      
      This resolves hit count discrepancies between 32-bit and 64-bit float versions,
      reducing the difference from ~2.6% to ~0.04%.
      10a8de1d
  3. Nov 26, 2024
  4. Nov 19, 2024
  5. Oct 11, 2024
  6. Jul 01, 2024
  7. Jun 20, 2024
    • Sergei Zharko's avatar
      online: · 37d21a54
      Sergei Zharko authored and Felix Weiglhofer's avatar Felix Weiglhofer committed
      - The auxiliary data objects from unpackers are stored in a temporary data structure AuxDigiUnpack (TODO: Dummy classes for DigiQa, execute the QA inside the Reco::RunUnpacker function)
      - The option "--aux-data" is added to force saving the auxiliary data in unpackers (now is used only by std::Unpack)
      - STS digi QA: histograms for channel vs. e-link are added for different modules
      37d21a54
  8. Jun 06, 2024
  9. Jun 05, 2024
  10. May 09, 2024
  11. May 08, 2024
  12. May 07, 2024
  13. May 06, 2024
  14. May 03, 2024
  15. May 02, 2024
  16. Apr 25, 2024
  17. Apr 24, 2024
  18. Apr 18, 2024
  19. Apr 11, 2024
  20. Mar 22, 2024
  21. Mar 20, 2024
  22. Mar 18, 2024
  23. Mar 06, 2024
  24. Mar 05, 2024
  25. Feb 22, 2024
  26. Feb 20, 2024
  27. Feb 19, 2024
  28. Feb 09, 2024
  29. Feb 06, 2024
  30. Feb 01, 2024
  31. Jan 25, 2024
Loading