Skip to content
Snippets Groups Projects
  1. Jan 20, 2025
  2. Jan 16, 2025
  3. Jan 13, 2025
    • sss's avatar
      Fix potential use of dangling temporary. · 3622a794
      sss authored
      In
      
      ```
        const TGeoHMatrix& m = par.nominal().worldTransformation();
      ```
      nominal() returns a temporary Alignment object by value, and
      worldTransformation() returns a reference within that Alignment object.
      So we shoud make a copy.
      3622a794
    • scott snyder's avatar
      Fix typo in comment. · 80ba3f2b
      scott snyder authored
      80ba3f2b
  4. Jan 09, 2025
  5. Jan 06, 2025
    • jmcarcell's avatar
      Fix a few compiler warnings about · 874fe282
      jmcarcell authored
      - Set but unused variables and unused variables or declarations
      - Deprecated constructor for a Vector3d from a Vector3f from EDM4hep
      - Missing override
      - Having a space after `operator""` is deprecated
      874fe282
  6. Dec 10, 2024
  7. Dec 09, 2024
  8. Dec 05, 2024
  9. Nov 28, 2024
  10. Nov 22, 2024
  11. Nov 21, 2024
  12. Nov 19, 2024
  13. Nov 11, 2024
  14. Nov 07, 2024
  15. Nov 04, 2024
  16. Oct 24, 2024
Loading