Skip to content

Commit

Permalink
added loading pythonizations from podio
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila authored and tmadlener committed Sep 9, 2024
1 parent b99ba9f commit c4f359c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/edm4hep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
raise RuntimeError('Failed to load Constants.h')
from ROOT import edm4hep

from podio.pythonizations import load_pythonizations
load_pythonizations('edm4hep')

# Make TAB completion work for utils
setattr(edm4hep, 'utils', edm4hep.utils)

Expand Down

0 comments on commit c4f359c

Please sign in to comment.