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 committed Mar 21, 2024
1 parent 0e91f93 commit f0d23e8
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 @@ -20,6 +20,9 @@
raise RuntimeError('Failed to load dataframe.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 f0d23e8

Please sign in to comment.