~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/FKS-born/Source/pdf.inc

  • Committer: Marco Zaro
  • Date: 2012-08-28 21:06:34 UTC
  • mto: (78.35.14 AutoMint)
  • mto: This revision was merged to the branch mainline in revision 249.
  • Revision ID: marco.zaro@gmail.com-20120828210634-5a06yvda3hplw8ur
doing some renaming:
 Template/FKS-born -> Template/NLO
 fks_born.py -> fks_base.py
 fks_born_helas_objects.py -> fks_helas_objects.py
 export_fks_born.py -> export_fks.py

also functions/classes and tests renamed
all unit tests ok, exporting ok

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