~maddevelopers/mg5amcnlo/3.0.1

« back to all changes in this revision

Viewing changes to MG4_DECAY/run.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    run.inc 
3
 
c**************************************************************
4
 
c
5
 
c     Scales
6
 
c
7
 
      real*8          scale,scalefact,alpsfact
8
 
      logical         fixed_ren_scale,fixed_fac_scale,fixed_couplings,hmult
9
 
      integer         ickkw,nhmult
10
 
      common/to_scale/scale,scalefact,alpsfact,fixed_ren_scale,fixed_fac_scale,
11
 
     $                fixed_couplings,ickkw,nhmult,hmult
12
 
c
13
 
c     Collider
14
 
c
15
 
      integer                                        lpp(2)
16
 
      double precision    ebeam(2), xbk(2),q2fact(2)
17
 
      common/to_collider/ ebeam   , xbk   ,q2fact,   lpp
18
 
c
19
 
c     BW treatment
20
 
c      
21
 
      double precision bwcutoff
22
 
      common/to_bwcutoff/ bwcutoff
23
 
c
24
 
c     Sudakov grid file name
25
 
c
26
 
      character*130 issgridfile
27
 
      common/to_sgridfile/issgridfile
28
 
c
29
 
c     kT/pT scheme for xqcut, clustering according to channel
30
 
c
31
 
      integer ktscheme
32
 
      logical chcluster,pdfwgt
33
 
      common/to_cluster/ktscheme,chcluster,pdfwgt