COSMOS v7.655  COSMOSv7655
(AirShowerMC)
Zmaxdef.h
Go to the documentation of this file.
1 #define MAX_NO_OF_SITES 50
2 #define MAX_NO_OF_AS_SITES 50
3 #define MAX_SEGMENTS 60
4 #define MAX_NO_OF_COMPS 8
5 #define MAX_AZM 37
6 #define MAX_ZEN 21
7 #define MAX_STACK 50000
8 #define MAX_PTCL 35000
9 #define MAX_USERHOOKC 5
10 #define MAX_USERHOOKI 10
11 #define MAX_USERHOOKR 10
12 
13 #undef SHOWTHIS
14 #ifdef SHOWTHIS
15 /*
16 c The user may change the definition of the max
17 c size of arrays by the above variables. It is better not
18 c to touch the parameter definition directly such
19 c as in Zobs.h
20 c
21 c MAX_NO_OF_SITES: Max number of observation sites for each ptcl
22 c MAX_NO_OF_AS_SITES: Max number of observation sites for hybrid A.S
23 c MAX_SEGMENTS : Max number of segments when expressing primary
24 c energy spectrum by a segments of lines for one
25 c type of primary.
26 c MAX_NO_OF_COMPS 8: Max number of different primary components
27 c definable at a time.
28 c MAX_AZM 37: Max number of azimuthal angle bins for a one rigidity
29 c cut table can contain.
30 c MAX_ZEN 21: Max number of zenith angle bins for a one rigidity
31 c cut table can contain.
32 c MAX_STACK: Max stack size for particle tracking. If there is
33 c no multi-particle produciton, this may be as small
34 c as ~30, but if multipicity of n must be treated,
35 c this must be as large as a few times * n.
36 c MAX_PTCL 8000: Max number of partilces at a particle production.
37 c
38 c MAX_USERHOOKC/I/R: size of UserHookc, UserHooki, UserHookr
39 */
40 #endif
41 
42 
43