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
8 #else
9 const int maxnoofsites = 15;
10 #endif
11 #ifdef 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
const int maxnoofsites
Definition: Zobs.h:7
#define MAX_NO_OF_SITES
Definition: Zmaxdef.h:1
const int notused
Definition: Zobs.h:16
#define MAX_NO_OF_AS_SITES
Definition: Zmaxdef.h:2
const int maxnoofassites
Definition: Zobs.h:12
! Zobs h header file for observation sites definition ! integer horizontal
Definition: Zobs.h:4
! Zobs h header file for observation sites definition ! integer * perpendicular
Definition: Zobs.h:4
const int spherical
Definition: Zobs.h:19