Skip to content
Snippets Groups Projects
  1. Jun 16, 2023
  2. Jun 13, 2023
  3. Jun 12, 2023
  4. 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
  5. Feb 23, 2023
  6. Jan 26, 2023
  7. Jan 17, 2023
  8. Jul 07, 2022
  9. 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
  10. Dec 16, 2021
  11. Jul 21, 2021
  12. Jan 31, 2021
  13. Dec 08, 2020
Loading