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

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

update to last version 4.9.4

File size: 551 bytes
Line 
1#
2# GEANT4 SBT Script to test G4Box
3# DCW 19/3/99
4#
5/test/maxPoints 10000
6#
7# --- box.a1.log
8# Start with a nice and easy case
9#
10/solid/G4Box 1 1 1
11/test/errorFileName log/box.a1.log
12/test/run
13#
14/voxel/errorFileName log/boxv.a1.log
15/voxel/run
16#
17# --- box.a2.log
18# Up the ante and generate points on a grid
19#
20/test/gridSizes 0.2 0.2 0.2 m
21/test/errorFileName  log/box.a2.log
22/test/run
23#
24# --- box.b1.log
25# Try an odd case
26#
27/solid/G4Box 0.0001 1 2
28/test/errorFileName  log/box.b1.log
29/test/run
30#
31/voxel/errorFileName log/boxv.b1.log
32/voxel/run
33#
34exit
Note: See TracBrowser for help on using the repository browser.