source: trunk/environments/g4py/examples/education/lesson1/README@ 1337

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

tag geant4.9.4 beta 1 + modifs locales

File size: 1.4 KB
RevLine 
[1337]1Hajime Yoshida
2
3******* README of lesson1 ******
4
526 September 2006
6 - Lesson1.py as before
7 - Lesson1withN03.py
8 - physics is list is taken from examples/novice/N03
9 - process on/off
10 - Leson1Wx.py
11 - same as Lesson1withN03 but
12 - New GUI toolkit is used and the default Python isn't enough
13 - wxPython is necessary
14
15
1626 May 2006 Geant4.8.1
17
18
19
20The first version of the courseware of the mass attenuation coefficient
21
22 - Lesson1.py
23 select absorber material
24 set its thickness upto 500 mm
25 select beam particle
26 set its energy upto 100 MeV
27 set nu of events up to 100
28 run
29
30 and then
31 zoom in (x1.1) or zoom out (x0.9)
32 pan in up/down and/or right/left in the unit of mm (type in two
33 numbers separated by a space)
34
35 execute any G4 command but /gun/particle or /gun/energy which are
36 defined by the above
37
38 -oglx.mac
39 OGLSX => important to make zooming effective after showing trajectories.
40
41 if you want to use VRML, you have to specify the directory where *.wrl
42 file is stored and the VRML viewer to which the path is set:
43 G4VRMLFILE_DEST_DIR=/home/yoshidah/tmp/
44 G4VRMLFILE_VIEWER=vrmlview
45
46 And you have VRML drivers built.
47 G4VIS_BUILD_VRML_DRIVER=1
48 G4VIS_USE_VRMLFILE=1
49 G4VIS_BUILD_VRMLFILE_DRIVER=1
50 G4VIS_USE_VRML=1
51
52
53 -gun.mac
54 This is used only at the initialization time.
Note: See TracBrowser for help on using the repository browser.