source: trunk/examples/extended/runAndEvent/RE03/run2.mac

Last change on this file was 807, checked in by garnier, 16 years ago

update

File size: 1.1 KB
Line 
1########################################
2#
3/score/create/boxMesh boxMesh_2a
4#
5/score/mesh/boxSize 30. 30. 20. cm
6/score/mesh/translate/xyz 0. 0. -80. cm
7/score/mesh/nBin 20 20 20
8#
9/score/quantity/nOfStep nOfStepGamma
10/score/filter/particle gammaFilter gamma
11#
12/score/close
13#
14########################################
15#
16/score/create/boxMesh boxMesh_2b
17#
18/score/mesh/boxSize 60. 60. 30. cm
19/score/mesh/translate/xyz 0. 0. -30. cm
20/score/mesh/nBin 50 50 25
21#
22/score/quantity/nOfStep nOfStepGamma
23/score/filter/particle gammaFilter gamma
24#
25/score/close
26#
27########################################
28#
29/score/create/boxMesh boxMesh_2c
30#
31/score/mesh/boxSize 100. 100. 50. cm
32/score/mesh/translate/xyz 0. 0. 50. cm
33/score/mesh/nBin 50 50 25
34#
35/score/quantity/nOfStep nOfStepGamma
36/score/filter/particle gammaFilter gamma
37#
38/score/close
39#
40########################################
41#
42/score/list
43#
44/run/beamOn 100
45#
46########################################
47#
48/score/drawProjection boxMesh_2c nOfStepGamma
49/score/drawProjection boxMesh_2b nOfStepGamma
50/score/drawProjection boxMesh_2a nOfStepGamma
51#
Note: See TracBrowser for help on using the repository browser.