| Line | |
|---|
| 1 | # $Id: test2.mac,v 1.3 2008/02/22 09:57:57 ivana Exp $
|
|---|
| 2 | # New Geant4 macro for test2
|
|---|
| 3 | # By I. Hrivnacova, IPN Orsay; 25/01/2008
|
|---|
| 4 |
|
|---|
| 5 | # select GRID gun
|
|---|
| 6 | /fred/gun GRID
|
|---|
| 7 |
|
|---|
| 8 | # select SHADOW draw mode
|
|---|
| 9 | /fred/draw SHADOW
|
|---|
| 10 |
|
|---|
| 11 | # select test volume
|
|---|
| 12 | #/fred/volume NATALIA
|
|---|
| 13 | #/fred/volume VOXEL
|
|---|
| 14 | /fred/volume BOX
|
|---|
| 15 | #/fred/volume CONE
|
|---|
| 16 | #/fred/volume CONE2
|
|---|
| 17 | #/fred/volume ORB
|
|---|
| 18 | #/fred/volume PARA
|
|---|
| 19 | #/fred/volume SPHERE
|
|---|
| 20 | #/fred/volume TORUS1
|
|---|
| 21 | #/fred/volume TORUS2
|
|---|
| 22 | #/fred/volume TRAP
|
|---|
| 23 | #/fred/volume TRD
|
|---|
| 24 | #/fred/volume TUBS
|
|---|
| 25 | #/fred/volume ELLIPS
|
|---|
| 26 | #/fred/volume ELCONE
|
|---|
| 27 | #/fred/volume ELTUBE
|
|---|
| 28 | #/fred/volume EXTRU1
|
|---|
| 29 | #/fred/volume EXTRU2
|
|---|
| 30 | #/fred/volume EXTRU3
|
|---|
| 31 | #/fred/volume EXTRU4
|
|---|
| 32 | #/fred/volume HYPE
|
|---|
| 33 | #/fred/volume PCON
|
|---|
| 34 | #/fred/volume PCON2
|
|---|
| 35 | #/fred/volume PCON3
|
|---|
| 36 | #/fred/volume PCON4
|
|---|
| 37 | #/fred/volume PGON
|
|---|
| 38 | #/fred/volume PGON2
|
|---|
| 39 | #/fred/volume PGON3
|
|---|
| 40 | #/fred/volume TESSEL1
|
|---|
| 41 | #/fred/volume TESSEL2
|
|---|
| 42 | #/fred/volume TESSEL3
|
|---|
| 43 | #/fred/volume TESSEL4
|
|---|
| 44 | #/fred/volume TET
|
|---|
| 45 | #/fred/volume TWBOX
|
|---|
| 46 | #/fred/volume TWTRAP1
|
|---|
| 47 | #/fred/volume TWTRAP2
|
|---|
| 48 | #/fred/volume TWTRD
|
|---|
| 49 | #/fred/volume TWTUBS
|
|---|
| 50 | #/fred/volume BOOL1
|
|---|
| 51 |
|
|---|
| 52 | # initialize
|
|---|
| 53 | /run/initialize
|
|---|
| 54 |
|
|---|
| 55 | # initialize x-windows OpenGL viewer
|
|---|
| 56 | /control/execute draw.script
|
|---|
| 57 |
|
|---|
| 58 | # select a large but not too time consuming number of tracks
|
|---|
| 59 | /gridGun/n1 40
|
|---|
| 60 | /gridGun/n2 40
|
|---|
| 61 |
|
|---|
| 62 | # run script 1
|
|---|
| 63 | /control/execute grids1.script
|
|---|
| 64 |
|
|---|
| 65 | # run script 2
|
|---|
| 66 | /control/execute grids2.script
|
|---|
| 67 |
|
|---|
| 68 | # run script 3
|
|---|
| 69 | /control/execute grids3.script
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.