Files
geant4/examples/extended/electromagnetic/TestEm2/geant3/src/gutrev.F
T

16 lines
1.1 KiB
FortranFixed

SUBROUTINE GUTREV
*
* User routine to control tracking of one event
* Called by GRUN
*
#include "celoss.inc"
*
CALL VZERO(DEDL,5*NBIN)
STRCH = 0.
STRNE = 0.
*
CALL GTREVE
*
END