Skip to content
Snippets Groups Projects
Commit 7685ceba authored by Marko Petric's avatar Marko Petric
Browse files

fix test testDDPython.py DynamicPath settings

parent 6f5b4b27
No related branches found
No related tags found
No related merge requests found
from ROOT import gSystem
import os
import platform
if platform.system()=="Darwin":
gSystem.SetDynamicPath(os.environ['DD4HEP_LIBRARY_PATH'])
gSystem.Load('libDDPython')
from ROOT import DD4hep as Core
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment