COSMOS v7.655
COSMOSv7655
(AirShowerMC)
Zincidentv.h
Go to the documentation of this file.
1
/*
2
c
3
c variables generated during incident angle sampling
4
5
complex*16 Obsvhour ! observation hour for point source
6
real*8 Cspsmx, Cspsmn ! cos(zenith) of point source
7
record /coord/ AngleAtObsCopy, DcAtObsXyz
8
c
9
c AngleAtObsCopy : direction cos at the deepest Obssite
10
c in 'det' system
11
c DcAtObsXyz : its transfroamtion to "xyz" system
12
c
13
record /track/ IncidentCopy
14
common /Zincidentv/ IncidentCopy, AngleAtObsCopy,
15
* DcAtObsXyz, Obsvhour, Cspsm,x Cspsmn
16
*/
17
18
19
extern
struct
zincidentv
{
20
struct
track
incidentcopy
;
21
struct
coord
angleatobscopy
;
22
struct
coord
dcatobsxyz
;
23
double
obsvhour
[2];
// size of complex*16
24
double
cspsmx
;
25
double
cspsmn
;
26
}
zincidentv_
;
27
28
#define IncidentCopy zincidentv_.incidentcopy
29
#define AngleAtObsCopy zincidentv_.angleatobscopy
30
#define DcAtObsXyz zincidentv_.dcatobsxyz
31
#define Obsvhour zincidentv_.obsvhour
32
#define Cspsmx zincidentv_.cspsmx
33
#define Cspsmn zincidentv_.cspsmn
34
track
Definition:
Ztrack.h:44
zincidentv::cspsmn
double cspsmn
Definition:
Zincidentv.h:25
zincidentv::obsvhour
double obsvhour[2]
Definition:
Zincidentv.h:23
zincidentv::angleatobscopy
struct coord angleatobscopy
Definition:
Zincidentv.h:21
zincidentv::cspsmx
double cspsmx
Definition:
Zincidentv.h:24
zincidentv::incidentcopy
struct track incidentcopy
Definition:
Zincidentv.h:20
zincidentv_
struct zincidentv zincidentv_
zincidentv
Definition:
Zincidentv.h:19
zincidentv::dcatobsxyz
struct coord dcatobsxyz
Definition:
Zincidentv.h:22
coord
Definition:
Zcoord.h:43
include
Zincidentv.h
Generated by
1.8.13