Skip to content
Snippets Groups Projects
  1. May 16, 2024
  2. Apr 22, 2024
  3. Apr 04, 2024
  4. Feb 07, 2024
  5. Feb 02, 2024
  6. Aug 22, 2023
  7. Jul 24, 2023
  8. Jul 13, 2023
  9. Jun 16, 2023
  10. Jun 13, 2023
  11. Jun 12, 2023
  12. Feb 24, 2023
    • Andre Sailer's avatar
      Geant4Output2EDM4hep: fix "non-trivial type in variadic function · 93576700
      Andre Sailer authored
      /build/jenkins/workspace/lcg_nightly_pipeline/build/frameworks/DD4hep-01.25/src/DD4hep/01.25/DDG4/edm4hep/Geant4Output2EDM4hep.cpp:100:80: error: cannot pass object of non-trivial type 'const std::basic_string<char>' through variadic function; call will abort at runtime [-Wnon-pod-varargs]
              printout(DEBUG, "Geant4OutputEDM4hep", "Saving event parameter: %s", p.first);
                                                                                     ^
      /build/jenkins/workspace/lcg_nightly_pipeline/build/frameworks/DD4hep-01.25/src/DD4hep/01.25/DDG4/edm4hep/Geant4Output2EDM4hep.cpp:104:80: error: cannot pass object of non-trivial type 'const std::basic_string<char>' through variadic function; call will abort at runtime [-Wnon-pod-varargs]
              printout(DEBUG, "Geant4OutputEDM4hep", "Saving event parameter: %s", p.first);
                                                                                     ^
      /build/jenkins/workspace/lcg_nightly_pipeline/build/frameworks/DD4hep-01.25/src/DD4hep/01.25/DDG4/edm4hep/Geant4Output2EDM4hep.cpp:108:80: error: cannot pass object of non-trivial type 'const std::basic_string<char>' through variadic function; call will abort at runtime [-Wnon-pod-varargs]
              printout(DEBUG, "Geant4OutputEDM4hep", "Saving event parameter: %s", p.first);
      93576700
  13. Feb 23, 2023
  14. Jan 26, 2023
  15. Jan 17, 2023
  16. Jul 07, 2022
  17. Mar 21, 2022
    • Wouter Deconinck's avatar
      edm4hep: don't add particle as parent to its daughters · 1fae85cc
      Wouter Deconinck authored
      Also, don't add particle as daughter to its parents.
      
      This addresses an issue with fully duplicated entries in the parents and
      daughters relations for MCParticles. After this bugfix, only a single
      entry for each parents is entered in the parents relations, similar for
      daughters. More demonstrated behavior in pull request comments.
      
      BEGINRELEASENOTES
      - edm4hep: don't add particle as parent to its daughters, and vice versa
      ENDRELEASENOTES
      1fae85cc
  18. Dec 16, 2021
  19. Jul 21, 2021
  20. Jan 31, 2021
  21. Dec 08, 2020
Loading