~maddevelopers/mg5amcnlo/3.0.2-alpha0

« back to all changes in this revision

Viewing changes to DECAY/alfas.inc

move ./decay to ./mg5decay; resolve unit tests (n.b. __init__ does not check keys of input dictionaries, followed last revision)

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