| [1350] | 1 | #
|
|---|
| 2 | # GEANT4 SBT Script to test G4Para
|
|---|
| 3 | # I.Hrivnacova, IPN Orsay 23/01/2008
|
|---|
| 4 | #
|
|---|
| 5 | /test/maxPoints 10000
|
|---|
| 6 | #
|
|---|
| 7 | # --- para.a1.log
|
|---|
| 8 | # No alpha, no theta, no phi
|
|---|
| 9 | #
|
|---|
| 10 | /solid/G4Para 1 1 1 0 0 0
|
|---|
| 11 | /test/errorFileName log/para.a1.log
|
|---|
| 12 | /test/run
|
|---|
| 13 | /voxel/errorFileName log/parav.a1.log
|
|---|
| 14 | /voxel/run
|
|---|
| 15 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 16 | /test/errorFileName log/para.a2.log
|
|---|
| 17 | /test/run
|
|---|
| 18 | #
|
|---|
| 19 | # --- para.b1.log
|
|---|
| 20 | # With alpha, no theta, no phi
|
|---|
| 21 | #
|
|---|
| 22 | /solid/G4Para 1 1 1 30 0 0
|
|---|
| 23 | /test/gridSizes 0 0 0 m
|
|---|
| 24 | /test/errorFileName log/para.b1.log
|
|---|
| 25 | /test/run
|
|---|
| 26 | /voxel/errorFileName log/parav.b1.log
|
|---|
| 27 | /voxel/run
|
|---|
| 28 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 29 | /test/errorFileName log/para.b2.log
|
|---|
| 30 | /test/run
|
|---|
| 31 | #
|
|---|
| 32 | # --- para c1.log
|
|---|
| 33 | # With alpha, with theta, no phi
|
|---|
| 34 | #
|
|---|
| 35 | /solid/G4Para 1 1 1 30 30 0
|
|---|
| 36 | /test/gridSizes 0 0 0 m
|
|---|
| 37 | /test/errorFileName log/para.c1.log
|
|---|
| 38 | /test/run
|
|---|
| 39 | /voxel/errorFileName log/parav.c1.log
|
|---|
| 40 | /voxel/run
|
|---|
| 41 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 42 | /test/errorFileName log/para.c2.log
|
|---|
| 43 | /test/run
|
|---|
| 44 | #
|
|---|
| 45 | # --- para d1.log
|
|---|
| 46 | # With alpha, with theta, with phi
|
|---|
| 47 | #
|
|---|
| 48 | /solid/G4Para 1 1 1 30 30 30
|
|---|
| 49 | /test/gridSizes 0 0 0 m
|
|---|
| 50 | /test/errorFileName log/para.d1.log
|
|---|
| 51 | /test/run
|
|---|
| 52 | /voxel/errorFileName log/parav.d1.log
|
|---|
| 53 | /voxel/run
|
|---|
| 54 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 55 | /test/errorFileName log/para.d2.log
|
|---|
| 56 | /test/run
|
|---|
| 57 | #
|
|---|
| 58 | # --- para e1.log
|
|---|
| 59 | # With alpha, with theta, with phi
|
|---|
| 60 | # Make non equal sides, one very thin
|
|---|
| 61 | #
|
|---|
| 62 | /solid/G4Para 0.001 1 2 30 30 30
|
|---|
| 63 | /test/gridSizes 0 0 0 m
|
|---|
| 64 | /test/errorFileName log/para.e1.log
|
|---|
| 65 | /test/run
|
|---|
| 66 | /voxel/errorFileName log/parav.e1.log
|
|---|
| 67 | /voxel/run
|
|---|
| 68 | /test/gridSizes 0.2 0.2 0.2 m
|
|---|
| 69 | /test/errorFileName log/para.e2.log
|
|---|
| 70 | /test/run
|
|---|
| 71 | #
|
|---|
| 72 | exit
|
|---|