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

Go to the source code of this file.

Functions/Subroutines

subroutine cbst0 (init, gb, p, po)
 

Function/Subroutine Documentation

◆ cbst0()

subroutine cbst0 ( integer  init,
type(fmom gb,
type(ptcl p,
type(ptcl po 
)

Definition at line 25 of file cbst0.f.

References clorep().

Referenced by cbst1(), cs2lp(), and outresulc().

25  implicit none
26 
27 #include "Zptcl.h"
28  type(fmom):: gb
29  type(ptcl):: p, po
30  integer init
31 !
32  type(fmom):: ig
33 #ifdef USESAVE
34  save ig
35 #endif
36 !
37 
38  if(init .eq. 1) then
39  ig%p(1) = -gb%p(1)
40  ig%p(2) = -gb%p(2)
41  ig%p(3) = -gb%p(3)
42  ig%p(4) = gb%p(4)
43  endif
44  po = p
45  call clorep(init, ig, p, po)
Definition: Zptcl.h:72
********************block data cblkHeavy ********************integer j data *HeavyG2symbol p
Definition: cblkHeavy.h:7
subroutine init
Definition: Gencol.f:62
subroutine clorep(j, gb, q, p)
Definition: clorep.f:88
Definition: Zptcl.h:75
Here is the call graph for this function:
Here is the caller graph for this function: