COSMOS v7.655
COSMOSv7655
(AirShowerMC)
Zdirec.h
Go to the documentation of this file.
1
/*
2
structure /direc/
3
record /coord/ w
4
real*8 coszenith ! cos of the zenith angle.
5
c it is defined as follows:
6
c Let's assume w and position are given
7
c in xyz sytem.
8
c
9
c coszenith = -( x*w.x + y * w.y + z * w.z )/
10
c (length of (x,y,z))
11
c This should be computed whenever w is
12
c updated.
13
end structure
14
15
*/
16
struct
direc
{
17
struct
coord
w
;
18
double
coszenith
;
19
};
20
21
22
23
direc::w
struct coord w
Definition:
Zdirec.h:17
direc
Definition:
Zdirec.h:16
coord
Definition:
Zcoord.h:43
direc::coszenith
double coszenith
Definition:
Zdirec.h:18
include
Zdirec.h
Generated by
1.8.13