~maddevelopers/mg5amcnlo/laser_beam_option

« back to all changes in this revision

Viewing changes to madgraph/iolibs/template_files/auto_dsig_v4.inc

  • Committer: olivier Mattelaer
  • Date: 2013-03-05 18:52:27 UTC
  • mfrom: (239.1.31 mg5_1_5_8)
  • Revision ID: olivier.mattelaer@uclouvain.be-20130305185227-h1358ux804s2wc26
Pass to 1.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
      common/to_configs/mincfig, maxcfig
58
58
      INTEGER MAPCONFIG(0:LMAXCONFIGS), ICONFIG
59
59
      COMMON/TO_MCONFIGS/MAPCONFIG, ICONFIG
 
60
C     Keep track of whether cuts already calculated for this event
 
61
      LOGICAL cutsdone,cutspassed
 
62
      COMMON/TO_CUTSDONE/cutsdone,cutspassed
60
63
%(define_subdiag_lines)s
61
64
      include 'coupl.inc'
62
65
      include 'run.inc'
68
71
C BEGIN CODE
69
72
C ----------
70
73
      DSIG%(proc_id)s=0D0
71
 
 
 
74
      %(cutsdone)s
72
75
      IF(IMODE.EQ.1)THEN
73
76
C       Set up process information from file symfact
74
77
        LUN=NEXTUNOPEN()