#include "geant321/gcbank.inc"
#include "geant321/gcflag.inc"
#include "geant321/gckine.inc"
#include "pvolum.inc"
#include "celoss.inc"
Go to the source code of this file.
◆ uglast()
Definition at line 3 of file TestEm2/geant3/src/uglast.F.
6 #include "geant321/gcbank.inc" 7 #include "geant321/gcflag.inc" 8 #include "geant321/gckine.inc" 12 dimension xsel1(nbin),xsel1c(nbin),xser1(nbin),xser1c(nbin),
46 cnorm = 1./(xevent*x0)
48 xtrch2 = cnorm*sqrt(abs(xevent*strch2 - strch1**2))
50 xtrne2 = cnorm*sqrt(abs(xevent*strne2 - strne1**2))
54 if (iswit(2).gt.0)
then 76 CALL hunpak(21,edist,
'HIST',1)
77 edist( 1) = edist(1)*100/sum
80 edist(i) = edist(i)*100/sum
81 edistc(i) = edistc(i-1) + edist(i)
88 print 771,xsel1c(nltot),xsel2c(nltot)
91 print 772,xtrch1,xtrch2
92 print 773,xtrne1,xtrne2
96 CALL hrput(0,
'testem2.hbook',
'N')
105 FORMAT(15
x,
'LATERAL PROFILE',35
x,
'CUMULATIVE LATERAL PROFILE'/)
106 FORMAT( 8
x,
'Bin',12
x,
' Mean ',5
x,
' rms',
107 * 19
x,
'Bin', 9
x,
' Mean ',5
x,
' rms',/)
108 754
FORMAT( 3
x,f5.2,
'->',f5.2,
' radl: ',f7.2,
'% ',f7.2,
'%',
109 '0->',f5.2,
' radl: ',f7.2,
'% ',f7.2,
'%')
110 FORMAT(///,15
x,
'RADIAL PROFILE',35
x,
'CUMULATIVE RADIAL PROFILE'/)
111 770
FORMAT(/,30
x,
'SUMMARY',/)
112 771
FORMAT( 25
x,
'energy deposit : ',f7.2,
' % E0 +- ',f7.2,
' % E0')
113 772
FORMAT( 25
x,
'charged traklen: ',f7.2,
' radl +- ',f7.2,
' radl')
114 773
FORMAT( 25
x,
'neutral traklen: ',f7.2,
' radl +- ',f7.2,
' radl')
115 774
FORMAT( 25
x,
'edep by charged: ',f7.2,
' % E0')
116 775
FORMAT( 25
x,
'edep by neutral: ',f7.2,
' % E0')
void print(G4double elem)