source: trunk/source/geometry/solids/test/SBT/geant4/twistedTrd.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.3 KB
Line 
1#
2# GEANT4 SBT Script to test G4Cons
3# I.Hrivnacova, IPN Orsay 31/01/2008
4#
5# Increment the number below when errors become a bit more rare
6#
7test/maxPoints 10000
8#
9# --- twistedTrd.c1.log
10# Adjust x and y
11#
12/solid/G4TwistedTrd 0.5 1.5  0.25 1 1 30
13/test/gridSizes 0 0 0 m
14/test/errorFileName  log/twistedTrd.c1.log
15/test/run
16/voxel/errorFileName log/twistedTrdv.c1.log
17/voxel/run
18/test/gridSizes 0.2 0.2 0.2 m
19/test/errorFileName  log/twistedTrd.c2.log
20/test/run
21#
22exit
23#
24# --- twistedTrd.a1.log
25# Very easy case
26#
27/solid/G4TwistedTrd 1 1 1 1 1 30
28/test/gridSizes 0 0 0 m
29/test/widths 1 1 1 m
30/test/errorFileName log/twistedTrd.a1.log
31/test/run
32/voxel/errorFileName log/twistedTrdv.a1.log
33/voxel/run
34/test/gridSizes 0.2 0.2 0.2 m
35/test/errorFileName log/twistedTrd.a2.log
36/test/run
37#
38# --- twistedTrd.b1.log
39# Adjust just x
40#
41/solid/G4TwistedTrd 0.5 1.5 1 1 1 30
42/test/gridSizes 0 0 0 m
43/test/errorFileName  log/twistedTrd.b1.log
44/test/run
45/test/gridSizes 0.2 0.2 0.2 m
46/test/errorFileName  log/twistedTrd.b2.log
47/test/run
48#
49# --- twistedTrd.d1.log
50# Extreme case
51#
52/solid/G4TwistedTrd 0.000001 1 0.00001 0.00002 1 30
53/test/widths 1 0.00002 1 m
54/test/gridSizes 0 0 0 m
55/test/errorFileName  log/twistedTrd.d1.log
56/test/run
57/test/gridSizes 0.2 0.2 0.2 m
58/test/errorFileName  log/twistedTrd.d2.log
59/test/run
60#
61exit
Note: See TracBrowser for help on using the repository browser.