source: trunk/environments/g4py/examples/README @ 1354

Last change on this file since 1354 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 1.0 KB
Line 
1$Id: README,v 1.3 2007/11/13 07:58:42 kmura Exp $
2-------------------------------------------------------------------
3
4This directory contains a set of examples for Geant4Py.
5
6[demos/water_phantom]
7An example of "water phantom dosimetry"
8
9This demo program shows that a Geant4 application well coworks with ROOT
10on Python front end. VisManager, PrimaryGeneratorAction, UserAction-s,
11histogramming with ROOT are implemented in Python;
12  + dose calculation in a water phantom
13  + Python overloading of user actions
14  + on-line histogramming with ROOT
15  + visualization
16
17
18[education]
19Educational examples with Graphical User Interface using TKinter
20
21* lesson1
22The first version of the courseware of the mass attenuation coefficient.
23
24* lesson2
25GUI interface of ExN03, which can control geometry configuration,
26intial particle condition, physics processes, cut value,
27magnetic field and visualization outputs.
28
29[emplot]
30Examples of plotting photon cross sections and stopping powers with ROOT
31
32[gdml]
33Examples of writing/reading user's geometry to/from a GDML file
34
Note: See TracBrowser for help on using the repository browser.