Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-07-31 08:20:43

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 test_import import test_module
0008 
0009 
0010 def test_module_ddg4():
0011     test_module(u'DDG4')