~maddevelopers/mg5amcnlo/WWW5_caching

« back to all changes in this revision

Viewing changes to users/mardelcourt/PROC_129738/PROC_129738/Source/run.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    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,asrwgtflavor
 
10
      common/to_scale/scale,scalefact,alpsfact,fixed_ren_scale,fixed_fac_scale,
 
11
     $                fixed_couplings,ickkw,nhmult,hmult,asrwgtflavor
 
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