| Rev | Line | |
|---|
| [807] | 1 |
|
|---|
| 2 | SUBROUTINE GUTREV
|
|---|
| 3 | *
|
|---|
| 4 | *
|
|---|
| 5 | * User routine to control tracking of one event
|
|---|
| 6 | * Called by : GTRIG
|
|---|
| 7 | *
|
|---|
| 8 | #include "runinfo.inc"
|
|---|
| 9 | *
|
|---|
| 10 | * *** initialisation event by event
|
|---|
| 11 | *
|
|---|
| 12 | * energy deposit in absorber
|
|---|
| 13 | edep = 0.
|
|---|
| 14 | *
|
|---|
| 15 | * number of steps in absorber
|
|---|
| 16 | stpch = 0.
|
|---|
| 17 | stpne = 0.
|
|---|
| 18 | *
|
|---|
| 19 | * track length in absorber
|
|---|
| 20 | trkch = 0.
|
|---|
| 21 | trkne = 0.
|
|---|
| 22 | *
|
|---|
| 23 | * transmission, reflection flag
|
|---|
| 24 | itransmi = 0
|
|---|
| 25 | ireflect = 0
|
|---|
| 26 | *
|
|---|
| 27 | * *** perform the tracking of the event
|
|---|
| 28 | *
|
|---|
| 29 | CALL GTREVE
|
|---|
| 30 | *
|
|---|
| 31 | * *** the 'end of event' has been done in GUOUT
|
|---|
| 32 | *
|
|---|
| 33 | END
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.