| 1 | #
|
|---|
| 2 | # GEANT4 SBT Script to test G4Sphere
|
|---|
| 3 | # I.Hrivnacova, IPN Orsay 23/01/2008
|
|---|
| 4 | #
|
|---|
| 5 | test/maxPoints 1000
|
|---|
| 6 | #
|
|---|
| 7 | # --- sphere.a1.log
|
|---|
| 8 | # No inner radius, no phi segment, no theta segment
|
|---|
| 9 | #
|
|---|
| 10 | /solid/G4Sphere 0 1 0 360 0 180
|
|---|
| 11 | /test/errorFileName log/sphere.a1.log
|
|---|
| 12 | /test/run
|
|---|
| 13 | /voxel/errorFileName log/spherev.a1.log
|
|---|
| 14 | /voxel/run
|
|---|
| 15 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 16 | /test/errorFileName log/sphere.a2.log
|
|---|
| 17 | /test/run
|
|---|
| 18 | #
|
|---|
| 19 | # --- sphere.b1.log
|
|---|
| 20 | # With inner radius, no phi segment, no theta segment
|
|---|
| 21 | #
|
|---|
| 22 | /solid/G4Sphere 0.5 1 0 360 0 180
|
|---|
| 23 | /test/gridSizes 0 0 0 m
|
|---|
| 24 | /test/errorFileName log/sphere.b1.log
|
|---|
| 25 | /test/run
|
|---|
| 26 | /voxel/errorFileName log/spherev.b1.log
|
|---|
| 27 | /voxel/run
|
|---|
| 28 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 29 | /test/errorFileName log/sphere.b2.log
|
|---|
| 30 | /test/run
|
|---|
| 31 | #
|
|---|
| 32 | # --- sphere.c1.log
|
|---|
| 33 | # No inner radius, with phi segment, no theta segment
|
|---|
| 34 | #
|
|---|
| 35 | /solid/G4Sphere 0 1 0 90 0 180
|
|---|
| 36 | /test/gridSizes 0 0 0 m
|
|---|
| 37 | /test/errorFileName log/sphere.c1.log
|
|---|
| 38 | /test/run
|
|---|
| 39 | /voxel/errorFileName log/spherev.c1.log
|
|---|
| 40 | /voxel/run
|
|---|
| 41 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 42 | /test/errorFileName log/sphere.c2.log
|
|---|
| 43 | /test/run
|
|---|
| 44 | #
|
|---|
| 45 | # --- sphere.d1.log
|
|---|
| 46 | # With inner radius, with phi segment, no theta segment
|
|---|
| 47 | #
|
|---|
| 48 | /solid/G4Sphere 0.5 1 0 90 0 180
|
|---|
| 49 | /test/gridSizes 0 0 0 m
|
|---|
| 50 | /test/errorFileName log/sphere.d1.log
|
|---|
| 51 | /test/run
|
|---|
| 52 | /voxel/errorFileName log/spherev.d1.log
|
|---|
| 53 | /voxel/run
|
|---|
| 54 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 55 | /test/errorFileName log/sphere.d2.log
|
|---|
| 56 | /test/run
|
|---|
| 57 | #
|
|---|
| 58 | # --- sphere.e1.log
|
|---|
| 59 | # No inner radius, no phi segment, with theta segment
|
|---|
| 60 | #
|
|---|
| 61 | /solid/G4Sphere 0 1 0 360 0 90
|
|---|
| 62 | /test/gridSizes 0 0 0 m
|
|---|
| 63 | /test/errorFileName log/sphere.e1.log
|
|---|
| 64 | /test/run
|
|---|
| 65 | /voxel/errorFileName log/spherev.e1.log
|
|---|
| 66 | /voxel/run
|
|---|
| 67 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 68 | /test/errorFileName log/sphere.e2.log
|
|---|
| 69 | /test/run
|
|---|
| 70 | #
|
|---|
| 71 | # --- sphere.f1.log
|
|---|
| 72 | # With inner radius, no phi segment, with theta segment
|
|---|
| 73 | #
|
|---|
| 74 | /solid/G4Sphere 0.5 1 0 360 0 90
|
|---|
| 75 | /test/gridSizes 0 0 0 m
|
|---|
| 76 | /test/errorFileName log/sphere.f1.log
|
|---|
| 77 | /test/run
|
|---|
| 78 | /voxel/errorFileName log/spherev.f1.log
|
|---|
| 79 | /voxel/run
|
|---|
| 80 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 81 | /test/errorFileName log/sphere.f2.log
|
|---|
| 82 | /test/run
|
|---|
| 83 | #
|
|---|
| 84 | # --- sphere.g1.log
|
|---|
| 85 | # No inner radius, with phi segment, with theta segment
|
|---|
| 86 | #
|
|---|
| 87 | /solid/G4Sphere 0 1 0 90 0 90
|
|---|
| 88 | /test/gridSizes 0 0 0 m
|
|---|
| 89 | /test/errorFileName log/sphere.g1.log
|
|---|
| 90 | /test/run
|
|---|
| 91 | /voxel/errorFileName log/spherev.g1.log
|
|---|
| 92 | /voxel/run
|
|---|
| 93 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 94 | /test/errorFileName log/sphere.g2.log
|
|---|
| 95 | /test/run
|
|---|
| 96 | #
|
|---|
| 97 | # --- sphere.h1.log
|
|---|
| 98 | # With inner radius, with phi segment, with theta segment
|
|---|
| 99 | #
|
|---|
| 100 | /solid/G4Sphere 0.5 1 0 90 0 90
|
|---|
| 101 | /test/gridSizes 0 0 0 m
|
|---|
| 102 | /test/errorFileName log/sphere.h1.log
|
|---|
| 103 | /test/run
|
|---|
| 104 | /voxel/errorFileName log/spherev.h1.log
|
|---|
| 105 | /voxel/run
|
|---|
| 106 | /test/gridSizes 0.02 0.02 0.02 m
|
|---|
| 107 | /test/errorFileName log/sphere.h2.log
|
|---|
| 108 | /test/run
|
|---|
| 109 | #
|
|---|
| 110 | # --- sphere.i1.log
|
|---|
| 111 | # With inner radius, with phi segment, with theta segment
|
|---|
| 112 | # Very thin in radius
|
|---|
| 113 | #
|
|---|
| 114 | /solid/G4Sphere 0.00999 0.01001 10 260 30 70
|
|---|
| 115 | /test/gridSizes 0.005 0.005 0.005 m
|
|---|
| 116 | /test/errorFileName log/sphere.i1.log
|
|---|
| 117 | /test/run
|
|---|
| 118 | /voxel/errorFileName log/spherev.i1.log
|
|---|
| 119 | /voxel/run
|
|---|
| 120 | exit
|
|---|