Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:14:36

0001 #!/usr/bin/env python
0002 #
0003 # Some imports to make sure that the DD4hep environment is complete.
0004 # This file adds a test for the DDG4 python module.
0005 #
0006 #
0007 from __future__ import absolute_import
0008 from test_import import test_module
0009 
0010 
0011 def test_module_ddg4():
0012     test_module(u'DDG4')