~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/input_files/IOTestsComparison/IOExportV4IOTest/export_matrix_element_v4_standalone/matrix.f

  • Committer: olivier Mattelaer
  • Date: 2016-05-12 11:00:18 UTC
  • mfrom: (262.1.150 2.3.4)
  • Revision ID: olivier.mattelaer@uclouvain.be-20160512110018-sevb79f0wm4g8mpp
pass to 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
      DO IHEL=1,NEXTERNAL
120
120
        JC(IHEL) = +1
121
121
      ENDDO
 
122
C     When spin-2 particles are involved, the Helicity filtering is
 
123
C      dangerous for the 2->1 topology.
 
124
C     This is because depending on the MC setup the initial PS points
 
125
C      have back-to-back initial states
 
126
C     for which some of the spin-2 helicity configurations are zero.
 
127
C      But they are no longer zero
 
128
C     if the point is boosted on the z-axis. Remember that HELAS
 
129
C      helicity amplitudes are no longer
 
130
C     lorentz invariant with expternal spin-2 particles (only the
 
131
C      helicity sum is).
 
132
C     For this reason, we simply remove the filterin when there is
 
133
C      only three external particles.
 
134
      IF (NEXTERNAL.LE.3) THEN
 
135
        DO IHEL=1,NCOMB
 
136
          GOODHEL(IHEL)=.TRUE.
 
137
        ENDDO
 
138
      ENDIF
122
139
      ANS = 0D0
123
140
      DO IHEL=1,NCOMB
124
141
        IF (USERHEL.EQ.-1.OR.USERHEL.EQ.IHEL) THEN
270
287
      RETURN
271
288
      END
272
289
 
 
290