Files
geant4/environments/g4py/tests/gtest01/README
T
2016-06-09 14:44:26 +02:00

27 lines
720 B
Plaintext

$Id: README,v 1.2 2006/04/25 07:54:28 kmura Exp $
-------------------------------------------------------------------
=========================================================
Geant4Py - A Geant4-Python Bridge
=========================================================
gtest01
-------
This test shows some basic tests for Geant4 Python interface;
- An example of how to connect an existing Geant4 users' code to Python
- Python overriding of UserAction-s
- Setting magnetic fields in Python
- Visualization
- Thread testing
* How to build
# cd g4lib
# make
A python module "gtest01.so" will be created in the head directory.