~maddevelopers/mg5amcnlo/shower_scale_v2

« back to all changes in this revision

Viewing changes to Template/NLO/SubProcesses/driver_mintMC.f

  • Committer: Paolo Torrielli
  • Date: 2014-07-21 14:23:50 UTC
  • Revision ID: torriell@physik.uzh.ch-20140721142350-ezducy7l4qcoy3la
fixes in the cases where scale and shower-scale variations
are not required at the same time (does not yet work for
scale = false and shower scale = true)

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
     &     ixi_i,iphi_i,iy_ij,SHsep)
190
190
c Only do the reweighting when actually generating the events
191
191
      if (imode.eq.2) then
192
 
         doreweight=do_rwgt_scale.or.do_rwgt_pdf
 
192
         doreweight=do_rwgt_scale.or.do_rwgt_pdf.or.do_rwgt_showerscale
193
193
      else
194
194
         doreweight=.false.
195
195
      endif