source: trunk/examples/novice/N07/retrieve.mac @ 887

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

update

File size: 1013 bytes
Line 
1/control/verbose 2
2
3### Add material
4/N07/AddMaterial
5/run/initialize
6
7### retrieve physics table
8###  set store format : 0 binary   1 ascii
9/run/particle/retrievePhysicsTable physTable
10/run/particle/setStoredInAscii 0
11#/run/particle/verbose 3
12
13### set range cut for Calor-A,B,C
14###  range cut for Calor-A is different from the stored one
15/run/setCutForRegion Calor-A 0.1 mm
16/run/setCutForRegion Calor-B 2 mm
17/run/setCutForRegion Calor-C 2 cm
18
19### 1 event
20#/tracking/verbose 1
21/run/beamOn 1
22
23### dump couples
24/run/dumpRegion
25/run/dumpCouples
26
27### set range cut for Calor-A same as the stored one
28/run/setCutForRegion Calor-A 0.2 mm
29
30### 1 event
31#/tracking/verbose 1
32/run/beamOn 1
33
34### dump couples
35/run/dumpRegion
36/run/dumpCouples
37
38###  10 events
39/tracking/verbose 0
40/run/beamOn 10
41
42###Modify Absorber material
43/N07/setAbsMat Tungsten
44/N07/setGapMat Water
45
46### 1 event
47#/tracking/verbose 1
48/run/beamOn 1
49
50### dump couples
51/run/dumpRegion
52/run/dumpCouples
53
54###  10 events
55/tracking/verbose 0
56/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.