source: trunk/source/geometry/solids/test/SBT/geant4/hype.geant4

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

update to last version 4.9.4

File size: 1.7 KB
Line 
1#
2# GEANT4 SBT Script to test G4Hype
3# DCW 21/4/99
4#
5/test/maxPoints 100000
6/voxel/maxVoxels 1000
7#
8# --- hype.a1.log
9# Start with a nice and easy case
10#
11/solid/G4Hype 0.0 1 0 0 1
12/test/errorFileName  log/hype.a1.log
13/test/run
14/voxel/errorFileName log/hypev.a1.log
15/voxel/run
16#
17# --- hype.a2.log
18# Up the ante and generate points on a grid
19#
20/test/gridSizes 0.1 0.1 0.1 m
21/test/errorFileName  log/hype.a2.log
22/test/run
23#
24# --- hype.b1.log
25# Add an inner radius
26#
27/test/gridSizes 0 0 0 m
28/solid/G4Hype 0.5 1 0 0 1
29/test/errorFileName  log/hype.b1.log
30/test/run
31/voxel/errorFileName log/hypev.b1.log
32/voxel/run
33#
34# --- hype.b2.log
35# Up the ante and generate points on a grid
36#
37/test/gridSizes 0.1 0.1 0.1 m
38/test/errorFileName  log/hype.b2.log
39/test/run
40#
41# --- hype.c1.log
42# Add some stereo
43#
44/test/gridSizes 0 0 0 m
45/solid/G4Hype 0.5 1 2 2 1
46/test/errorFileName  log/hype.c1.log
47/test/run
48/voxel/errorFileName log/hypev.c1.log
49/voxel/run
50#
51# --- hype.c2.log
52# Up the ante and generate points on a grid
53#
54/test/gridSizes 0.1 0.1 0.1 m
55/test/errorFileName  log/hype.c2.log
56/test/run
57#
58# --- hype.d1.log
59# Add some particularly large stereo
60#
61/solid/G4Hype 0.5 1 10 10 1
62/test/errorFileName  log/hype.d1.log
63/test/run
64/voxel/errorFileName log/hypev.d1.log
65/voxel/run
66#
67# --- hype.d2.log
68# Up the ante and generate points on a grid
69#
70/test/gridSizes 0.1 0.1 0.1 m
71/test/errorFileName  log/hype.d2.log
72/test/run
73#
74#
75# --- hype.e1.log
76# Add some particularly tiny stereo
77#
78/solid/G4Hype 0.5 1 0.001 0.001 1
79/test/errorFileName  log/hype.e1.log
80/test/run
81/voxel/errorFileName log/hypev.e1.log
82/voxel/run
83#
84# --- hype.e2.log
85# Up the ante and generate points on a grid
86#
87/test/gridSizes 0.1 0.1 0.1 m
88/test/errorFileName  log/hype.e2.log
89/test/run
90
91exit
Note: See TracBrowser for help on using the repository browser.