Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
edm4hep.py
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file edm4hep.py
1 from acts._adapter import _patch_config
2 from acts import ActsPythonBindings
3 
4 if not hasattr(ActsPythonBindings._examples, "_edm4hep"):
5  raise ImportError("ActsPythonBindings._examples._edm4hep not found")
6 
7 _patch_config(ActsPythonBindings._examples._edm4hep)
8