COSMOS v7.655  COSMOSv7655
(AirShowerMC)
Zprimaryv.h
Go to the documentation of this file.
1 // ***************:: this must be placed in last part of #include
2 //c primary class variables
3 //c
4 // record /primaries/ Prim !to store
5 //c primary information of various components
6 // common /Zprimryv/ Prim
7 extern struct zprimaryv {
8  struct primaries prim;
9 } zprimaryv_;
10 
11 
12 
13 #define Prim zprimaryv_.prim
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 
struct primaries prim
Definition: Zprimaryv.h:8
struct zprimaryv zprimaryv_