COSMOS v7.655  COSMOSv7655
(AirShowerMC)
Zprivate.h
Go to the documentation of this file.
1 !onst int nl = 20;
2 !onst int nth = 12;
3 !onst int maxp = 100000;
4 struct {
5  float x[maxp];
6  float y[maxp];
7  float erg[maxp];
8  float eth[nth];
9 
10  int ng[nl][nth];
11  int ne[nl][nth];
12  int nmu[nl][nth];
13  int nh[nl][nth];
14  int ntha;
15  int nnn;
16 } com;
int ng[nl][nth]
Definition: Zprivate.h:10
struct @0 com
int nmu[nl][nth]
Definition: Zprivate.h:12
!onst int nth
Definition: Zprivate.h:2
double x
Definition: Zmagfield.h:40
int ne[nl][nth]
Definition: Zprivate.h:11
int ntha
Definition: Zprivate.h:14
double y
Definition: Zmagfield.h:41
float erg[maxp]
Definition: Zprivate.h:7
int nh[nl][nth]
Definition: Zprivate.h:13
int nnn
Definition: Zprivate.h:15
!onst int nl
Definition: Zprivate.h:1
!onst int maxp
Definition: Zprivate.h:3
float eth[nth]
Definition: Zprivate.h:8