| Line | |
|---|
| 1 | #
|
|---|
| 2 | # GEANT4 SBT Script to test G4EllipticalTube
|
|---|
| 3 | # DCW 19/5/99
|
|---|
| 4 | #
|
|---|
| 5 | /test/maxPoints 100000
|
|---|
| 6 | /voxel/maxVoxels 200
|
|---|
| 7 | #
|
|---|
| 8 | # --- ellipticalTube.a1.log
|
|---|
| 9 | # Start with a nice and easy case
|
|---|
| 10 | #
|
|---|
| 11 | /solid/G4EllipticalTube 1 1 1
|
|---|
| 12 | /test/errorFileName log/ellipticalTube.a1.log
|
|---|
| 13 | /test/run
|
|---|
| 14 | /voxel/errorFileName log/ellipticalTubev.a1.log
|
|---|
| 15 | /voxel/run
|
|---|
| 16 | #
|
|---|
| 17 | # --- ellipticalTube.a2.log
|
|---|
| 18 | # Up the ante ans generate points on a grid
|
|---|
| 19 | #
|
|---|
| 20 | /test/gridSizes 0.1 0.1 0.1 m
|
|---|
| 21 | /test/errorFileName log/ellipticalTube.a2.log
|
|---|
| 22 | /test/run
|
|---|
| 23 | #
|
|---|
| 24 | # --- ellipticalTube.b1.log
|
|---|
| 25 | # More complicated
|
|---|
| 26 | #
|
|---|
| 27 | /test/gridSizes 0 0 0 m
|
|---|
| 28 | /solid/G4EllipticalTube 1 0.5 2
|
|---|
| 29 | /test/errorFileName log/ellipticalTube.b1.log
|
|---|
| 30 | /test/run
|
|---|
| 31 | /voxel/errorFileName log/ellipticalTubev.b1.log
|
|---|
| 32 | /voxel/run
|
|---|
| 33 | #
|
|---|
| 34 | /test/gridSizes 0.1 0.1 0.1 m
|
|---|
| 35 | /test/errorFileName log/ellipticalTube.b2.log
|
|---|
| 36 | /test/run
|
|---|
| 37 | #
|
|---|
| 38 | # --- ellipticalTube.c1.log
|
|---|
| 39 | # Odd case
|
|---|
| 40 | #
|
|---|
| 41 | /test/gridSizes 0 0 0 m
|
|---|
| 42 | /test/widths 0.0004 5 5 m
|
|---|
| 43 | /solid/G4EllipticalTube 0.0001 1 1
|
|---|
| 44 | /test/errorFileName log/ellipticalTube.c1.log
|
|---|
| 45 | /test/run
|
|---|
| 46 | /voxel/widths 0.0004 5 5 m
|
|---|
| 47 | /voxel/errorFileName log/ellipticalTubev.c1.log
|
|---|
| 48 | /voxel/run
|
|---|
| 49 | #
|
|---|
| 50 | /test/gridSizes 0.00001 0.1 0.1 m
|
|---|
| 51 | /test/errorFileName log/ellipticalTube.c2.log
|
|---|
| 52 | /test/run
|
|---|
| 53 | #
|
|---|
| 54 | exit
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.