Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-22 09:38:17

0001 """
0002    Subtest using LHeD showing how to setup the Geant4 physics list
0003 
0004    @author  M.Frank
0005    @version 1.0
0006 
0007 """
0008 from __future__ import absolute_import, unicode_literals
0009 if __name__ == "__main__":
0010   import LHeD
0011   lhed = LHeD.LHeD().loadGeometry()
0012   # <<-- See this function to know how it's done....
0013   lhed.setupPhysics('QGSP_BERT')
0014   lhed.test_run()