source: trunk/source/geometry/solids/test/SBT/geant4/torus.geant4 @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 1.5 KB
Line 
1#
2# GEANT4 SBT Script to test G4Torus
3# I.Hrivnacova, IPN Orsay 23/01/2008
4#
5/test/maxPoints 10000
6#
7# --- torus.a1.log
8# No inner radius, no phi segment
9#
10/solid/G4Torus 0 0.4 1 0 360
11/test/errorFileName log/torus.a1.log
12/test/run
13/voxel/errorFileName log/torusv.a1.log
14/voxel/run
15/test/gridSizes 0.2 0.2 0.2 m
16/test/errorFileName  log/torus.a2.log
17/test/run
18#
19# --- torus.b1.log
20# With inner radius, no phi segment
21#
22/solid/G4Torus 0.2 0.4 1 0 360
23/test/gridSizes 0 0 0 m
24//test/errorFileName  log/torus.b1.log
25/test/run
26/voxel/errorFileName log/torusv.b1.log
27/voxel/run
28/test/gridSizes 0.2 0.2 0.2 m
29/test/errorFileName  log/torus.b2.log
30/test/run
31#
32# --- torus c1.log
33# No inner radius, with phi segment
34#
35/solid/G4Torus 0 0.4 1 0 90
36/test/gridSizes 0 0 0 m
37/test/errorFileName  log/torus.c1.log
38/test/run
39/voxel/errorFileName log/torusv.c1.log
40/voxel/run
41/test/gridSizes 0.2 0.2 0.2 m
42/test/errorFileName  log/torus.c2.log
43/test/run
44#
45# --- torus d1.log
46# With inner radius, with phi segment
47#
48/solid/G4Torus 0.2 0.4 1 0 90
49/test/gridSizes 0 0 0 m
50/test/errorFileName  log/torus.d1.log
51/test/run
52/voxel/errorFileName log/torusv.d1.log
53/voxel/run
54/test/gridSizes 0.2 0.2 0.2 m
55/test/errorFileName  log/torus.d2.log
56/test/run
57#
58# --- torus e1.log
59# With very thin radius, with phi segment
60#
61/solid/G4Torus 0.399 0.4 1 0 90
62/test/gridSizes 0 0 0 m
63/test/errorFileName  log/torus.e1.log
64/test/run
65/voxel/errorFileName log/torusv.e1.log
66/voxel/run
67/test/gridSizes 0.2 0.2 0.2 m
68/test/errorFileName  log/torus.e2.log
69/test/run
70#
71exit
Note: See TracBrowser for help on using the repository browser.