source:
trunk/stdhep/heprup.h@
7
Last change on this file since 7 was 2, checked in by , 16 years ago | |
---|---|
File size: 283 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | /* |
2 | C...User process initialization commonblock. | |
3 | */ | |
4 | ||
5 | #define MAXPUP 100 | |
6 | struct heprup { | |
7 | int idbmup[2]; | |
8 | double ebmup[2]; | |
9 | int pdfgup[2]; | |
10 | int pdfsup[2]; | |
11 | int idwtup; | |
12 | int nprup; | |
13 | double xsecup[MAXPUP]; | |
14 | double xerrup[MAXPUP]; | |
15 | double xmaxup[MAXPUP]; | |
16 | int lprup[MAXPUP]; | |
17 | }; |
Note:
See TracBrowser
for help on using the repository browser.