27 lines
720 B
Plaintext
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.
|
|
|