~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/RWGTNLO/alfas.inc

mwrge with 2.7.3

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     the alpha_s settings
4
 
c
5
 
c     asmz   = alpha_s(Mz) is set based on the pdf chosen in setcuts.f
6
 
c     nloop  = order of the running of alpha_s based on the pdf chosen  
7
 
c***********************************************************************
8
 
      integer nloop
9
 
      double precision asmz
10
 
      common/a_block/asmz,nloop
11