source: trunk/examples/extended/runAndEvent/RE03/run3.mac @ 1279

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

update

File size: 687 bytes
Line 
1########################################
2#
3/score/create/boxMesh boxMesh_3a
4#
5/score/mesh/boxSize 1. 1. 1. m
6/score/mesh/nBin 10 10 10
7#
8/score/quantity/nOfStep nOfStepGamma
9/score/filter/particle gammaFilter gamma
10#
11/score/close
12#
13########################################
14#
15/score/create/boxMesh boxMesh_3b
16#
17/score/mesh/boxSize 100. 100. 20. cm
18/score/mesh/nBin 50 50 20
19#
20/score/quantity/nOfStep nOfStepGamma
21/score/filter/particle gammaFilter gamma
22#
23/score/close
24#
25########################################
26#
27/score/list
28#
29/run/beamOn 100
30#
31########################################
32#
33/score/drawProjection boxMesh_3a nOfStepGamma
34/score/drawProjection boxMesh_3b nOfStepGamma ! 11
35#
Note: See TracBrowser for help on using the repository browser.