~chirality-flow/chiralityflow/ChiralityFlowMG

« back to all changes in this revision

Viewing changes to vendor/StdHEP/src/inc/heprup.h

  • Committer: andrew.lifson at lu
  • Date: 2021-09-02 13:57:34 UTC
  • Revision ID: andrew.lifson@thep.lu.se-20210902135734-4eybgli0iljkax9b
added fresh copy of MG5_aMC_v3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
C...User process initialization commonblock.
 
3
*/
 
4
 
 
5
#define MAXPUP 100
 
6
extern 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
} heprup_;