| Line | |
|---|
| 1 | /control/verbose 2
|
|---|
| 2 | /run/particle/verbose 1
|
|---|
| 3 | /run/initialize
|
|---|
| 4 | #
|
|---|
| 5 | #
|
|---|
| 6 | #
|
|---|
| 7 | /run/setCutForRegion Calor-A 0.1 mm
|
|---|
| 8 | /run/setCutForRegion Calor-B 1 mm
|
|---|
| 9 | /run/setCutForRegion Calor-C 1 cm
|
|---|
| 10 | /run/beamOn 10
|
|---|
| 11 | /run/dumpRegion
|
|---|
| 12 | /run/dumpCouples
|
|---|
| 13 | # store physice table
|
|---|
| 14 | # set store format : 0 binary 1 ascii
|
|---|
| 15 | /run/particle/setStoredInAscii 0
|
|---|
| 16 | /control/shell mkdir -p physTableBinary
|
|---|
| 17 | /run/particle/storePhysicsTable physTableBinary
|
|---|
| 18 | #
|
|---|
| 19 | #
|
|---|
| 20 | #
|
|---|
| 21 | /run/setCutForRegion Calor-A 0.2 mm
|
|---|
| 22 | /run/setCutForRegion Calor-B 2 mm
|
|---|
| 23 | /run/setCutForRegion Calor-C 2 cm
|
|---|
| 24 | /run/beamOn 10
|
|---|
| 25 | /run/dumpRegion
|
|---|
| 26 | /run/dumpCouples
|
|---|
| 27 | # store physice table
|
|---|
| 28 | # set store format : 0 binary 1 ascii
|
|---|
| 29 | /run/particle/setStoredInAscii 1
|
|---|
| 30 | /control/shell mkdir -p physTableAscii
|
|---|
| 31 | /run/particle/storePhysicsTable physTableAscii
|
|---|
| 32 | #
|
|---|
| 33 | #
|
|---|
| 34 | #
|
|---|
| 35 | /run/setCutForRegion Calor-A 0.1 mm
|
|---|
| 36 | /run/setCutForRegion Calor-B 1 mm
|
|---|
| 37 | /run/setCutForRegion Calor-C 1 cm
|
|---|
| 38 | /run/particle/setStoredInAscii 0
|
|---|
| 39 | /run/particle/retrievePhysicsTable physTableBinary
|
|---|
| 40 | /run/beamOn 10
|
|---|
| 41 | /run/dumpRegion
|
|---|
| 42 | /run/dumpCouples
|
|---|
| 43 | #
|
|---|
| 44 | #
|
|---|
| 45 | #
|
|---|
| 46 | /run/setCutForRegion Calor-A 0.2 mm
|
|---|
| 47 | /run/setCutForRegion Calor-B 2 mm
|
|---|
| 48 | /run/setCutForRegion Calor-C 2 cm
|
|---|
| 49 | /run/particle/setStoredInAscii 1
|
|---|
| 50 | /run/particle/retrievePhysicsTable physTableAscii
|
|---|
| 51 | /run/beamOn 10
|
|---|
| 52 | /run/dumpRegion
|
|---|
| 53 | /run/dumpCouples
|
|---|
| 54 | #
|
|---|
| 55 | #
|
|---|
| 56 | #
|
|---|
| 57 | /control/shell rm -rf physTableBinary physTableAscii
|
|---|
| 58 | #
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.