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

Go to the source code of this file.

Functions/Subroutines

subroutine cprobssite (io, aSite)
 
subroutine cprobssitehd (io)
 
subroutine cprasobssite (io, aSite)
 
subroutine cprasobssitehd (io)
 

Function/Subroutine Documentation

◆ cprasobssite()

subroutine cprasobssite ( integer  io,
type(assite aSite 
)

Definition at line 32 of file cprObsSite.f.

Referenced by cprintobs().

32  implicit none
33 #include "Zmagfield.h"
34 #include "Zcoord.h"
35 #include "Zdirec.h"
36 #include "Zpos.h"
37 #include "Zobs.h"
38 #include "Zobsp.h"
39 #include "Zobsv.h"
40  integer io ! input . output dev. no.
41  type(assite)::asite
42 
43  write(io, *)sngl(asite%pos%depth*0.1),
44  * sngl(asite%pos%height),
45  * sngl(asite%pos%radiallen/1000.),
46  * sngl(asite%mu),
47  * asite%pos%xyz%r(1), asite%pos%xyz%r(2), asite%pos%xyz%r(3)
Definition: Zobsv.h:54
Here is the caller graph for this function:

◆ cprasobssitehd()

subroutine cprasobssitehd ( integer  io)

Definition at line 51 of file cprObsSite.f.

Referenced by cprintobs().

51 ! **************************************
52  integer io ! input.
53  write(io, *)
54  * ' depth (gr/cm2) Height(m) Distance to E-center(km)'//
55  * ' Molere Unit(m) x,y,z in XYZ system (m)'
Here is the caller graph for this function:

◆ cprobssite()

subroutine cprobssite ( integer  io,
type(site aSite 
)

Definition at line 4 of file cprObsSite.f.

Referenced by cprintobs().

4  implicit none
5 #include "Zmagfield.h"
6 #include "Zcoord.h"
7 #include "Zdirec.h"
8 #include "Zpos.h"
9 #include "Zobs.h"
10 #include "Zobsp.h"
11 #include "Zobsv.h"
12  integer io ! input. dev. no.
13  type(site)::asite
14 
15  write(io, *)sngl(asite%pos%depth*0.1),
16  * sngl(asite%pos%height),
17  * sngl(asite%pos%radiallen/1000.),
18  * asite%pos%xyz%r(1), asite%pos%xyz%r(2), asite%pos%xyz%r(3)
Definition: Zobsv.h:47
Here is the caller graph for this function:

◆ cprobssitehd()

subroutine cprobssitehd ( integer  io)

Definition at line 22 of file cprObsSite.f.

Referenced by cprintobs().

22 ! **************************************
23  integer io ! inpu%t dev. no.
24  write(io, *)
25  * ' depth (gr/cm2) Height(m) Distance to E-center(km)'//
26  * ' x,y,z in XYZ system(m)'
Here is the caller graph for this function: