Geant4  10.02.p03
TestEm11/geant3/src/guout.F File Reference
#include "geant321/gcflag.inc"
Include dependency graph for TestEm11/geant3/src/guout.F:

Go to the source code of this file.

Functions/Subroutines

subroutine guout
 

Function/Subroutine Documentation

◆ guout()

subroutine guout ( )

Definition at line 3 of file TestEm11/geant3/src/guout.F.

3 *
4 * User routine called at the end of each event
5 *
6 #include "geant321/gcflag.inc"
7 *
8 *
9 * *** drawing
10 *
11 #ifndef batch
12  IF (iswit(1).NE.0) THEN
13  CALL gdhead (110110,'TestEm11',0.)
14  CALL gdshow (3)
15  CALL gdxyz (0)
16  END IF
17 #endif
18 *
19 *