| Line | |
|---|
| 1 |
|
|---|
| 2 | SUBROUTINE GUOUT
|
|---|
| 3 | *
|
|---|
| 4 | * User routine called at the end of each event
|
|---|
| 5 | *
|
|---|
| 6 | #include "geant321/gcflag.inc"
|
|---|
| 7 | #include "celoss.inc"
|
|---|
| 8 | *
|
|---|
| 9 | CHARACTER*4 unit
|
|---|
| 10 | *
|
|---|
| 11 | * *** drawing
|
|---|
| 12 | *
|
|---|
| 13 | #ifndef batch
|
|---|
| 14 | IF (ISWIT(1).NE.0) THEN
|
|---|
| 15 | CALL GDHEAD (110110,'TestEm1',0.)
|
|---|
| 16 | CALL GDSHOW (3)
|
|---|
| 17 | CALL GDXYZ (0)
|
|---|
| 18 | END IF
|
|---|
| 19 | #endif
|
|---|
| 20 | *
|
|---|
| 21 | * energy deposited
|
|---|
| 22 | *
|
|---|
| 23 | CALL GEVKEV (ETOT,ETunit,unit)
|
|---|
| 24 | IF (ISWIT(1).NE.0) PRINT 750,ETunit,unit
|
|---|
| 25 | *
|
|---|
| 26 | 750 FORMAT(1X,'Energy deposit: ',F8.3,A4)
|
|---|
| 27 | *
|
|---|
| 28 | END
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.