Geant4_10
guout.F
Go to the documentation of this file.
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
BasicVector3D< T > unit() const
subroutine guout
Definition: guout.F:2
Double_t x
Definition: plot.C:279
void print(const std::vector< T > &data)
Definition: DicomRun.hh:111