| 1 | #
|
|---|
| 2 | # GEANT4 SBT Script to test G4Ellipsoid
|
|---|
| 3 | # I.Hrivnacova, IPN Orsay 28/01/2008
|
|---|
| 4 | #
|
|---|
| 5 | test/maxPoints 1000
|
|---|
| 6 | #
|
|---|
| 7 | # --- ellipsoid.a1.log
|
|---|
| 8 | # Spheric, no z-cuts
|
|---|
| 9 | #
|
|---|
| 10 | /solid/G4Ellipsoid 1 1 1 0 0
|
|---|
| 11 | /test/errorFileName log/ellipsoid.a1.log
|
|---|
| 12 | /test/run
|
|---|
| 13 | /voxel/errorFileName log/ellipsoidv.a1.log
|
|---|
| 14 | /voxel/run
|
|---|
| 15 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 16 | /test/errorFileName log/ellipsoid.a2.log
|
|---|
| 17 | /test/run
|
|---|
| 18 | #
|
|---|
| 19 | # --- ellipsoid.b1.log
|
|---|
| 20 | # Elliptic, no z-cuts
|
|---|
| 21 | #
|
|---|
| 22 | /solid/G4Ellipsoid 0.5 0.8 1 0 0
|
|---|
| 23 | /test/gridSizes 0 0 0 m
|
|---|
| 24 | /test/errorFileName log/ellipsoid.b1.log
|
|---|
| 25 | /test/run
|
|---|
| 26 | /voxel/errorFileName log/ellipsoidv.b1.log
|
|---|
| 27 | /voxel/run
|
|---|
| 28 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 29 | /test/errorFileName log/ellipsoid.b2.log
|
|---|
| 30 | /test/run
|
|---|
| 31 | #
|
|---|
| 32 | # --- ellipsoid.c1.log
|
|---|
| 33 | # Elliptic, with bottom z cut
|
|---|
| 34 | #
|
|---|
| 35 | /solid/G4Ellipsoid 0.5 0.8 1 -0.4 10
|
|---|
| 36 | //test/gridSizes 0 0 0 m
|
|---|
| 37 | /test/errorFileName log/ellipsoid.c1.log
|
|---|
| 38 | /test/run
|
|---|
| 39 | /voxel/errorFileName log/ellipsoidv.c1.log
|
|---|
| 40 | /voxel/run
|
|---|
| 41 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 42 | /test/errorFileName log/ellipsoid.c2.log
|
|---|
| 43 | /test/run
|
|---|
| 44 | #
|
|---|
| 45 | # --- ellipsoid.d1.log
|
|---|
| 46 | # Elliptic, with top z cut
|
|---|
| 47 | #
|
|---|
| 48 | /solid/G4Ellipsoid 0.5 0.8 1 -10 0.8
|
|---|
| 49 | /test/gridSizes 0 0 0 m
|
|---|
| 50 | /test/errorFileName log/ellipsoid.d1.log
|
|---|
| 51 | /test/run
|
|---|
| 52 | /voxel/errorFileName log/ellipsoidv.d1.log
|
|---|
| 53 | /voxel/run
|
|---|
| 54 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 55 | /test/errorFileName log/ellipsoid.d2.log
|
|---|
| 56 | /test/run
|
|---|
| 57 | #
|
|---|
| 58 | # --- ellipsoid.e1.log
|
|---|
| 59 | # Elliptic, with both bottom and top z cuts
|
|---|
| 60 | #
|
|---|
| 61 | /solid/G4Ellipsoid 0.5 0.8 1 -0.4 0.8
|
|---|
| 62 | /test/gridSizes 0 0 0 m
|
|---|
| 63 | /test/errorFileName log/ellipsoid.e1.log
|
|---|
| 64 | /test/run
|
|---|
| 65 | /voxel/errorFileName log/ellipsoidv.e1.log
|
|---|
| 66 | /voxel/run
|
|---|
| 67 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 68 | /test/errorFileName log/ellipsoid.e2.log
|
|---|
| 69 | /test/run
|
|---|
| 70 | exit
|
|---|