~maddevelopers/mg5amcnlo/FKS_EW_granny

« back to all changes in this revision

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

  • Committer: Marco Zaro
  • Date: 2018-04-16 14:08:47 UTC
  • mfrom: (78.403.58 2.6.2)
  • Revision ID: marco.zaro@gmail.com-20180416140847-nuz7haj3di3gqqhq
merged with 2.6.2 rev 332

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
C     EXTERNAL
62
62
C
63
63
      REAL*8 R2,DOT,ET,RAP,DJ,SumDot,pt,ALPHAS,PtDot
64
 
      logical cut_bw,setclscales
 
64
      logical cut_bw,setclscales,dummy_cuts
65
65
      external R2,DOT,ET,RAP,DJ,SumDot,pt,ALPHAS,cut_bw,setclscales,PtDot
 
66
      external dummy_cuts
66
67
C
67
68
C     GLOBAL
68
69
C
1219
1220
 444    continue
1220
1221
c End photon isolation
1221
1222
 
 
1223
c
 
1224
c   call the dummy_cuts function to check plugin/user defined cuts
 
1225
c
 
1226
 
 
1227
      if(.not.dummy_cuts(P))then
 
1228
         passcuts=.false.
 
1229
         return
 
1230
      endif
 
1231
 
1222
1232
 
1223
1233
C...Set couplings if event passed cuts
1224
1234
 
1238
1248
c     Note the following condition is the first line of setclscales
1239
1249
c      if(xqcut.gt.0d0.or.ickkw.gt.0.or.scale.eq.0.or.q2fact(1).eq.0)then
1240
1250
c     Do not duplicate it since some variable are set for syscalc in the fct
1241
 
        if(.not.setclscales(p))then
 
1251
        if(.not.setclscales(p,.false.))then
1242
1252
           cutsdone=.false.
1243
1253
           cutspassed=.false.
1244
1254
           passcuts = .false.