Fork me on GitHub

source: svn/trunk/Utilities/stdhep/heprup.h@ 432

Last change on this file since 432 was 3, checked in by Xavier Rouby, 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.