Skip to content
Snippets Groups Projects

Simplify xAOD::TPyEvent so the new cppyy can handle it. ATEAM-980

Merged Marcin Nowak requested to merge mnowak/athena:fix.TPyEvent.for.new.cppyy into main
  1. Apr 29, 2024
  2. Apr 25, 2024
    • Marcin Nowak's avatar
      Simplify xAOD::TPyEvent so the new cppyy can handle it. ATEAM-980 · 72afd16e
      Marcin Nowak authored
      xAOD::TPyEvent was inheriting all TEvent constructors and that confused
      the new cppyy in ROOT 6.32 when python TPyEvent class was inheriting
      from xAOD::TPyEvent.
      I am leaving only the default TPyEvent constructor as it seems to be the
      only one actually used by the python side.
      All tests failing in ROOT.32 are tracked in ATEAM-980
      72afd16e
Loading