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

Last change on this file since 807 was 807, checked in by garnier, 17 years ago

update

File size: 1.2 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 : cumulated longitudinal energy profile
29 6 : rms of cumulated longitudinal energy profile
30
31 7 : radial energy profile
32 8 : cumulated radial energy profile
33 9 : rms of cumulated radial energy profile
34
35 21 : edep distrib as function of kine energy of contributing particle
36 22 : cumulative distrib of 21
37
38 It is possible to set the max allowed step size STEMAX,
39 via the data card:
40 STEPMX stepmax (in cm)
41 (However this value will be taken into account only if auto=0)
Note: See TracBrowser for help on using the repository browser.