source:
trunk/stdhep/hepeup.h@
13
Last change on this file since 13 was 2, checked in by , 16 years ago | |
---|---|
File size: 369 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | /* |
2 | C...User process event common block. | |
3 | */ | |
4 | ||
5 | #define MAXNUP 500 | |
6 | struct hepeup { | |
7 | int nup; /* number of particles */ | |
8 | int idprup; | |
9 | double xwgtup; | |
10 | double scalup; | |
11 | double aqedup; | |
12 | double aqcdup; | |
13 | int idup[MAXNUP]; | |
14 | int istup[MAXNUP]; | |
15 | int mothup[MAXNUP][2]; | |
16 | int icolup[MAXNUP][2]; | |
17 | double pup[MAXNUP][5]; | |
18 | double vtimup[MAXNUP]; | |
19 | double spinup[MAXNUP]; | |
20 | }; | |
21 |
Note:
See TracBrowser
for help on using the repository browser.