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

Go to the source code of this file.

Functions/Subroutines

subroutine cbst1 (init, p1, p2, po)
 

Function/Subroutine Documentation

◆ cbst1()

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

Definition at line 54 of file cbst1.f.

References cbst0(), and cgetlf().

Referenced by c1pion(), cgextx(), cgplowexp(), chooknepint(), cmemonode(), cs2lp(), cutptcl(), and formpjtg().

54  implicit none
55 !---- include '../Zptcl.h'
56 #include "Zptcl.h"
57  type(ptcl):: p1, p2, po
58  integer init
59 !
60  type(fmom):: g
61 #ifdef USESAVE
62  save g
63 #endif
64 !
65  if(init .eq. 1) then
66 ! get Lorent factor of p1
67  call cgetlf(p1, g)
68  endif
69 ! boost
70  call cbst0(init, g, p2, po)
subroutine cbst0(init, gb, p, po)
Definition: cbst0.f:25
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: