source: trunk/source/geometry/solids/test/SBT/geant4/twistedBox.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.4 KB
Line 
1#
2# GEANT4 SBT Script to test G4Box
3# I.Hrivnacova, IPN Orsay 29/01/2008
4#
5#
6/test/maxPoints 10000
7#
8# --- twistedBox.a1.log
9# Box with a twisted angle
10#
11/solid/G4TwistedBox 30 1 1 1
12/test/errorFileName log/twistedBox.a1.log
13/test/run
14/voxel/errorFileName log/twistedBoxv.a1.log
15/voxel/run
16/test/gridSizes 0.2 0.2 0.2 m
17/test/errorFileName  log/twistedBox.a2.log
18/test/run
19#
20# As the test is very time consuming
21# we skip the other variants for the moment
22exit
23#
24# --- twistedBox.b1.log
25# Box with a very small twisted angle
26#
27/solid/G4TwistedBox 1 1 1 1
28/test/gridSizes 0 0 0 m
29/test/errorFileName log/twistedBox.b1.log
30/test/run
31/voxel/errorFileName log/twistedBoxv.b1.log
32/voxel/run
33/test/gridSizes 0.2 0.2 0.2 m
34/test/errorFileName  log/twistedBox.b2.log
35/test/run
36#
37# --- twistedBox.c1.log
38# Very thin box with a twisted angle
39#
40/solid/G4TwistedBox 30 0.0001 1 2
41/test/gridSizes 0 0 0 m
42/test/errorFileName log/twistedBox.c1.log
43/test/run
44/voxel/errorFileName log/twistedBoxv.c1.log
45/voxel/run
46/test/gridSizes 0.2 0.2 0.2 m
47/test/errorFileName  log/twistedBox.c2.log
48/test/run
49#
50# --- twistedBox.d1.log
51# Very thin box with a very small twisted angle
52#
53/solid/G4TwistedBox 1 0.0001 1 2
54/test/gridSizes 0 0 0 m
55/test/errorFileName log/twistedBox.d1.log
56/test/run
57/voxel/errorFileName log/twistedBoxv.d1.log
58/voxel/run
59/test/gridSizes 0.2 0.2 0.2 m
60/test/errorFileName  log/twistedBox.d2.log
61/test/run
62#
63exit
Note: See TracBrowser for help on using the repository browser.