Geant4
10.02.p03
TestEm4/geant3/src/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
* *** drawing
10
*
11
#ifndef batch
12
IF
(iswit(1).NE.0)
THEN
13
CALL
gdhead (110110,
'TestEm4'
,0.)
14
CALL
gdshow (3)
15
CALL
gdxyz (0)
16
END IF
17
#endif
18
*
19
* energy deposited
20
*
21
emev = 1000.*etot
22
CALL
hfill(1,emev,0.,1.)
23
IF
(iswit(1).NE.0)
print
750,emev
24
*
25
750
FORMAT
(1
x
,
'Energy deposit: '
,f6.3,
' MeV'
)
26
*
27
END
guout
subroutine guout
Definition:
TestEm1/geant3/src/guout.F:3
x
Double_t x
Definition:
advanced/microbeam/plot.C:279
print
void print(G4double elem)
Definition:
G4ecpssrBaseKxsModel.cc:108
Geant4
Geant4.10.02.p03
examples
extended
electromagnetic
TestEm4
geant3
src
guout.F
Generated by
1.8.13