Definition at line 3 of file larcorealg/test/GeoAlgo/test_import.py.
7 debug(
'Attempting to import geoalgo')
9 ROOT.gSystem.Load(
"liblarcorealg_GeoAlgo.so")
10 from ROOT
import geoalgo
12 error(
'Import geoalgo unit test failed.')
14 info(
'geoalgo import succeeded.')