~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_427003/PROC_427003/Source/pdf.inc

  • Committer: John Doe
  • Date: 2013-03-25 20:27:02 UTC
  • Revision ID: john.doe@gmail.com-20130325202702-5sk3t1r8h33ca4p4
first clean version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
c***********************************************************************
 
2
c     this files contains the common blocks for the 
 
3
c     pdf and the alpha_s settings
 
4
c
 
5
c     pdlabel= string identifying the pdf    
 
6
c     asmz   = alpha_s(Mz) is set based on the pdf chosen in setcuts.f
 
7
c     nloop  = order of the running of alpha_s based on the pdf chosen  
 
8
c***********************************************************************
 
9
      double precision asmz
 
10
      common/couple/asmz
 
11
      integer nloop
 
12
      common/running/nloop
 
13
      character*7 pdlabel,epa_label
 
14
      integer lhaid
 
15
      common/to_pdf/lhaid,pdlabel,epa_label
 
16
 
 
17