source:
trunk/stdhep/heprup.h@
23
Last change on this file since 23 was 2, checked in by , 16 years ago | |
---|---|
File size: 283 bytes |
Line | |
---|---|
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.