source: trunk/source/geometry/solids/test/SBT/geant4/trd.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.0 KB
Line 
1#
2# GEANT4 SBT Script to test G4TRD
3# DCW 17/9/99
4#
5test/maxPoints 10000
6#
7# --- trd.a1.log
8# Start with a nice and easy case
9#
10/solid/G4trd 1 1 1 1 1
11/test/errorFileName log/trd.a1.log
12/test/run
13#
14# --- trd.a2.log
15# Up the ante ans generate points on a grid
16#
17/test/gridSizes 0.2 0.2 0.2 m
18/test/errorFileName  log/trd.a2.log
19/test/run
20#
21# --- trd.b1.log
22# Adjust just x
23#
24/test/gridSizes 0 0 0 m
25/solid/G4trd 0.5 1.5 1 1 1
26/test/errorFileName  log/trd.b1.log
27/test/run
28#
29/test/gridSizes 0.2 0.2 0.2 m
30/test/errorFileName  log/trd.b2.log
31/test/run
32#
33# --- trd.c1.log
34# Adjust x and y
35#
36/test/gridSizes 0 0 0 m
37/solid/G4trd 0.5 1.5 0.25 1 1
38/test/errorFileName  log/trd.c1.log
39/test/run
40#
41/test/gridSizes 0.2 0.2 0.2 m
42/test/errorFileName  log/trd.c2.log
43/test/run
44#
45#
46# --- trd.d1.log
47# extreme case
48#
49/test/widths 1 0.00002 1 m
50/test/gridSizes 0 0 0 m
51/solid/G4trd 0.000001 1 0.00001 0.00002 1
52/test/errorFileName  log/trd.d1.log
53/test/run
54#
55/test/gridSizes 0.2 0.2 0.2 m
56/test/errorFileName  log/trd.d2.log
57/test/run
58#
59exit
Note: See TracBrowser for help on using the repository browser.