source: trunk/examples/extended/electromagnetic/TestEm2/geant3/README @ 1339

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

tag geant4.9.4 beta 1 + modifs locales

File size: 1.3 KB
Line 
1
2 testem2.cra is the geant3 equivalent of TestEm2
3 
4 % cd geant3
5 % gmakeB           to make an executable  (Batch version)
6 % gmakeT           to make an executable  (inTeractive version)
7 
8 To execute:
9 
10 % cd geant3
11 % $G4SYSTEM/testem2.xb (for batch) or testem2.xt (for interactive)
12 
13 The program will ask:
14 G3 > gives the filename of the data cards to be read:
15 
16 run01.dat      (runNN.dat is the equivalent of the G4 runNN.mac)
17 
18 
19 testem2 produces several histo saved as testem2.paw if ISWIT(2)=1
20 
21 Content of these histo:
22 
23      1 : energy deposit       per event
24      2 : charged track length per event
25      3 : neutral track length per event
26           
27      4 : longitudinal energy profile
28      5 : rms of longitudinal energy profile     
29      6 : cumulated longitudinal energy profile
30      7 : rms of cumulated longitudinal energy profile
31                     
32      8 : radial energy profile
33      9 : rms of radial energy profile           
34     10 : cumulated radial energy profile
35     11 : rms of cumulated radial energy profile 
36
37     21 : edep distrib as function of kine energy of contributing particle
38     22 : cumulative distrib of 21
39
40 It is possible to set the max allowed step size STEMAX,
41 via the data card:
42 STEPMX  stepmax (in cm)
43 (However this value will be taken into account only if auto=0)
Note: See TracBrowser for help on using the repository browser.