Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-25 08:26:26

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 if __name__ == "__main__":
0009   import LHeD
0010   lhed = LHeD.LHeD().loadGeometry()
0011   # <<-- See this function to know how it's done....
0012   lhed.setupPhysics('QGSP_BERT')
0013   lhed.test_run()