source: trunk/stdhep/heprup.h@ 3

Last change on this file since 3 was 2, checked in by Pavel Demin, 16 years ago

first commit

File size: 283 bytes
Line 
1/*
2C...User process initialization commonblock.
3*/
4
5#define MAXPUP 100
6struct 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.