~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to Template/LO/SubProcesses/setscales.f

- fix the writing of the param_card in presence of restriction card created on the flight (customize model option)
- fix py8 output mode (include format)
- fix the taudecay model

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
c     scale on event-by-event basis.
5
5
c----------------------------------------------------------------------      
6
6
      implicit none
7
 
      integer    maxexternal
8
 
      parameter (maxexternal=15)
9
7
      real*8   alphas
10
8
      external alphas
11
9
c
33
31
c
34
32
c     ARGUMENTS
35
33
c      
36
 
      REAL*8 P(0:3,maxexternal)
 
34
      REAL*8 P(0:3,nexternal)
37
35
      REAL*8 rscale
38
36
c
39
37
c     EXTERNAL
101
99
c     scales^2 on event-by-event basis.
102
100
c----------------------------------------------------------------------      
103
101
      implicit none
104
 
      integer    maxexternal
105
 
      parameter (maxexternal=15)
106
 
c
 
102
 
107
103
c     INCLUDE and COMMON
108
104
c
109
105
c      include 'genps.inc'
113
109
c
114
110
c     ARGUMENTS
115
111
c      
116
 
      REAL*8 P(0:3,maxexternal)
 
112
      REAL*8 P(0:3,nexternal)
117
113
      real*8 q2fact(2)
118
114
c
119
115
c     EXTERNAL