COSMOS v7.655
COSMOSv7655
(AirShowerMC)
Main Page
Related Pages
+
Modules
Modules List
+
Module Members
+
All
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
x
+
Functions/Subroutines
c
g
m
o
+
Variables
a
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
x
+
Data Types List
Data Types List
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
!
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions/Subroutines
!
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
y
z
+
Variables
!
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Typedefs
+
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
Zobs.h
Go to the documentation of this file.
1
#include "
Zmaxdef.h
"
2
/*
3
c Zobs.h header file for observation sites definition
4
c
5
*/
6
#ifdef MAX_NO_OF_SITES
7
const
int
maxnoofsites
=
MAX_NO_OF_SITES
;
8
#else
9
const
int
maxnoofsites
= 15;
10
#endif
11
#ifdef MAX_NO_OF_AS_SITES
12
const
int
maxnoofassites
=
MAX_NO_OF_AS_SITES
;
13
#else
14
const
int
maxnoofassites
= 20;
15
#endif
16
const
int
notused
= 0;
// detector plane is not used
17
const
int
horizontal
= 1;
// detector is horizontal
18
const
int
perpendicular
= 2;
// detector is pependicular to 1ry.
19
const
int
spherical
= 3;
// detector is cocentric sphere as the earth
Zmaxdef.h
maxnoofsites
const int maxnoofsites
Definition:
Zobs.h:7
MAX_NO_OF_SITES
#define MAX_NO_OF_SITES
Definition:
Zmaxdef.h:1
notused
const int notused
Definition:
Zobs.h:16
MAX_NO_OF_AS_SITES
#define MAX_NO_OF_AS_SITES
Definition:
Zmaxdef.h:2
maxnoofassites
const int maxnoofassites
Definition:
Zobs.h:12
horizontal
! Zobs h header file for observation sites definition ! integer horizontal
Definition:
Zobs.h:4
perpendicular
! Zobs h header file for observation sites definition ! integer * perpendicular
Definition:
Zobs.h:4
spherical
const int spherical
Definition:
Zobs.h:19
include
Zobs.h
Generated by
1.8.13