COSMOS v7.655  COSMOSv7655
(AirShowerMC)
testkl3.f File Reference

Go to the source code of this file.

Functions/Subroutines

program __testkl3.f__
 
real function kl3 (f)
 

Function/Subroutine Documentation

◆ __testkl3.f__()

program __testkl3.f__ ( )

Definition at line 5 of file testkl3.f.

References e, f, i, kfrge(), nnn, p, parameter(), and y.

5  real*4 kl3, kl3min, kl3max
real function kl3(f)
Definition: testkl3.f:88
Here is the call graph for this function:

◆ kl3()

real function kl3 (   f)

Definition at line 88 of file testkl3.f.

References f, parameter(), and t.

88 ! see n.p 22(1961)553-578
89 ! ****************************************************************
90 ! put ml=object lepton mass (neu or mu)
91 ! mlp=other lepton mass
92 ! ****************************************************************
93  real*4 mk, ml, mlp, mmu, me, mpimk
94 !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
95  parameter( mk=493.667, mmu=105.66, me=.511,
96  * mpi=134.96, ml=mmu, alfa=ml/mk,
97  * mpimk=mpi/mk, mlp=0, gz=-.35, a2=alfa**2)
98 !
99  t= mpimk**2/ ( 1.-2*f+ a2)
100  kl3= sqrt(f**2-a2)*(1.-t)**2 *( 4* f *(1.-2*f)
101  * + 5*a2*f-a2**2 +gz*a2*(4.-6*f+2*a2)+
102  * gz**2 * a2 * (f-a2) )
103  return
104  entry kl3min(f)
105  kl3=alfa
106  return
107  entry kl3max(f)
108  kl3=(1.+a2-mpimk**2)/2
integer npitbl real *nx parameter(n=101, npitbl=46, nx=n-1) real *8 uconst
real function kl3(f)
Definition: testkl3.f:88
nodes t
dE dx *! Nuc Int sampling table f
Definition: cblkMuInt.h:130
Here is the call graph for this function: