~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to madgraph/iolibs/template_files/loop_optimized/CT_interface.inc

  • Committer: olivier Mattelaer
  • Date: 2015-03-05 00:14:16 UTC
  • mfrom: (258.1.9 2.3)
  • mto: (258.8.1 2.3)
  • mto: This revision was merged to the branch mainline in revision 259.
  • Revision ID: olivier.mattelaer@uclouvain.be-20150305001416-y9mzeykfzwnl9t0j
partial merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
      enddo
101
101
 
102
102
      CALL CTSXCUT(CTMODE,LSCALE,MU_R,NLOOPLINE,%(proc_prefix)sLOOPNUM,%(proc_prefix)sMPLOOPNUM,RANK,PCT,M2LCT,RES,ACC,R1,STABLE)
103
 
          %(finalize_CT)s
 
103
## if(AmplitudeReduction) {
 
104
      RES(1)=NORMALIZATION*RES(1)
 
105
      RES(2)=NORMALIZATION*RES(2)
 
106
      RES(3)=NORMALIZATION*RES(3)
 
107
## } else {
 
108
      RES(1)=NORMALIZATION*2.0d0*DBLE(RES(1))
 
109
      RES(2)=NORMALIZATION*2.0d0*DBLE(RES(2))
 
110
      RES(3)=NORMALIZATION*2.0d0*DBLE(RES(3))
 
111
## }
104
112
C     WRITE(*,*) 'Loop ID',ID,' =',RES(1),RES(2),RES(3)
105
113
      END
106
114