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

Go to the source code of this file.

Functions/Subroutines

subroutine cibst1 (init, p1, p2, po)
 
subroutine cibstpol (init, p1, p2, po)
 

Function/Subroutine Documentation

◆ cibst1()

subroutine cibst1 ( integer  init,
type(ptcl p1,
type(ptcl p2,
type(ptcl po 
)

Definition at line 29 of file cibst1.f.

References cgetlf(), and clorep().

Referenced by c1pion(), c2bdc0(), c2bdcp(), c2bdcy(), c3pidc(), ccylps(), cddecay1(), cdsdecay(), cetadecay(), cetapdecay(), cgextx(), cgplowexp(), chanewlund(), chncol2(), ciso(), ck3pidecay(), ckmuneupidcy(), ckmuneupidcy2(), ckpieneudecay(), clambdacdcy(), comgdc(), cpi0decay(), cs2lp(), cutptcl(), and gencol().

29  implicit none
30 !---- include '../Zptcl.h'
31 #include "Zptcl.h"
32  type(ptcl):: p1, p2, po
33  integer init
34 !
35  type(fmom):: g
36 #ifdef USESAVE
37  save g
38 #endif
39 !
40  if(init .eq. 1) then
41  call cgetlf(p1, g)
42  endif
43  po = p2
44 
45  call clorep(init, g, p2, po)
46 
Definition: Zptcl.h:72
subroutine init
Definition: Gencol.f:62
subroutine cgetlf(p, gb)
Definition: cgetlf.f:2
subroutine clorep(j, gb, q, p)
Definition: clorep.f:88
dE dx *! Nuc Int sampling table g
Definition: cblkMuInt.h:130
Definition: Zptcl.h:75
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cibstpol()

subroutine cibstpol ( integer  init,
type(ptcl p1,
type(ptcl p2,
type(ptcl po 
)

Definition at line 75 of file cibst1.f.

References cgetlf(), and cloreb().

Referenced by cmuneudcy(), and ctauneudcy().

75  implicit none
76 !---- include '../Zptcl.h'
77 #include "Zptcl.h"
78  type(ptcl):: p1, p2, po
79  integer init
80 !
81  type(fmom):: g
82 #ifdef USESAVE
83  save g
84 #endif
85 !
86  if(init .eq. 1) then
87  call cgetlf(p1, g)
88  endif
89  po = p2
90  call cloreb(init, g, p2, po)
subroutine cloreb(i, gb, q, p)
Definition: cloreb.f:82
Definition: Zptcl.h:72
subroutine init
Definition: Gencol.f:62
subroutine cgetlf(p, gb)
Definition: cgetlf.f:2
dE dx *! Nuc Int sampling table g
Definition: cblkMuInt.h:130
Definition: Zptcl.h:75
Here is the call graph for this function:
Here is the caller graph for this function: