COSMOS v7.655
COSMOSv7655
(AirShowerMC)
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