~maddevelopers/mg5amcnlo/madspin_hack

« back to all changes in this revision

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

  • Committer: olivier-mattelaer
  • Date: 2018-03-08 12:57:38 UTC
  • Revision ID: olivier-mattelaer-20180308125738-01p0t8x2sxyk3oj5
changing scale behavior for 1>N (to allow QED decay below the QCD scale which were crashing due to the evaluation of alphas)

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
            lpp(2)=0
139
139
            ebeam(1)=pmass(1)/2d0
140
140
            ebeam(2)=pmass(1)/2d0
141
 
            scale=pmass(1)
142
 
            fixed_ren_scale=.true.
 
141
            if (.not.fixed_ren_scale)then
 
142
               scale=pmass(1)
 
143
               fixed_ren_scale=.true.
 
144
            endif
143
145
            fixed_fac_scale=.true.
144
146
            use_syst=.false.
145
147
         endif