~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to Template/RWGTNLO/alfas.inc

  • Committer: olivier Mattelaer
  • Date: 2016-05-12 11:00:18 UTC
  • mfrom: (262.1.150 2.3.4)
  • Revision ID: olivier.mattelaer@uclouvain.be-20160512110018-sevb79f0wm4g8mpp
pass to 2.4.0

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