source: trunk/source/digits_hits/utils/test/test1/test6.mac @ 1316

Last change on this file since 1316 was 1316, checked in by garnier, 14 years ago

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 1.1 KB
Line 
1#
2/control/execute vis.mac
3#
4########################################
5#
6#/score/verbose 10
7#
8/score/create/boxMesh boxMesh_1
9#
10/score/mesh/boxSize 100. 100. 100. cm
11/score/mesh/translate/xyz 0. 0. 0. cm
12#                Nx Ny Nz
13/score/mesh/nBin 30 30 30
14
15#
16/score/quantity/energyDeposit eDepPS
17/score/quantity/nOfStep nOfStepPSgamma
18/score/filter/particle gammaFilter gamma
19/score/quantity/nOfStep nOfStepPSeMinus
20/score/filter/particle eMinusFilter e-
21/score/quantity/nOfStep nOfStepPSePlus
22/score/filter/particle ePlusFilter e+
23#
24/score/close
25#
26########################################
27#
28/score/list
29#
30#/run/beamOn 200
31/run/beamOn 10
32#
33########################################
34#
35#/vis/scene/create
36#/vis/sceneHandler/attach scene-2
37#/vis/viewer/flush
38#/vis/drawVolume worlds
39#/score/colorMap/setMinMax ! 0. 800.
40#/control/loop test4a.mac iColumn 0 29 7
41#
42#/score/dumpQuantityToFile boxMesh_1 eDepPS eDep.txt
43#/score/drawProjection boxMesh_1 nOfStepPSgamma
44/score/drawProjection boxMesh_1 eDepPS
45/vis/drawVolume
46/control/loop test6a.mac iColumn 0 29 7
47/vis/drawVolume
48/control/loop test6b.mac iColumn 29 0 -7
49/vis/drawVolume
50/control/loop test6c.mac iColumn 0 29 7
51
Note: See TracBrowser for help on using the repository browser.