~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_970226/PROC_970226/Source/alfas.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     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