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

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

update to last version 4.9.4

File size: 523 bytes
Line 
1#
2# GEANT4 SBT Script to test DircTest
3# DCW 7/3/00
4#
5/test/maxPoints 20000
6#
7# We only have one geometry.
8# it is limited to a region of space near x = 1*m
9#
10/solid/DircTest
11/test/errorFileName  log/dirctest.a.log
12/test/target 1 0 0 m
13/test/widths 1 1 1 m
14/test/run
15#
16# Up the ante and generate points on a grid
17#
18/test/errorFileName  log/dirctest.b.log
19/test/gridSizes 0.01 0.01 0.1 m
20/test/run
21#
22# Do so a little closer to the shape
23#
24/test/errorFileName  log/dirctest.c.log
25/test/widths 0.2 0.5 0.1 m
26/test/run
27#
28exit
Note: See TracBrowser for help on using the repository browser.