| 9 |  | To run the code, download the package {{{MG_ME_DIP_V?.?.?.tar.gz}}} (!MadDipole) or the {{{MG_ME_V?.?.?.tar.gz}}} (Developer's kit), where V?.?.? is version V4.4.35 or later from the [http://madgraph.hep.uiuc.edu/cgi-bin/NewProcess/download.cgi MadGraph download page] ([http://madgraph.phys.ucl.ac.be/cgi-bin/NewProcess/download.cgi mirror]). (Registration is needed and can be done via a link from the MadGraph/MadEvent main site). | 
          
            | 10 |  | 1. Go to the {{{MadGraphII}}} directory and type {{{ make }}} | 
          
            | 11 |  | 1. Copy the {{{Template}}} directory to a new process directory of your choice, e.g. {{{MyProcDir}}}, to keep a clean copy of the Template directory as usual. | 
          
            | 12 |  | 1. If you have downloaded the Developer's kit: go to this new directory and activate the 'dipole mode' by typing: {{{ ./bin/standalone_dipole }}} This should activate the dipole terms and remove all files that are not needed. This step can be skipped if !MadDipole ( {{{MG_ME_DIP_V4.4.??.tar.gz}}}) was downloaded. | 
          
            |  | 9 | To run the code, download the package {{{ | 
          
            |  | 10 | MG_ME_DIP_V?.?.?.tar.gz | 
          
            |  | 11 | }}} (!MadDipole) or the {{{ | 
          
            |  | 12 | MG_ME_V?.?.?.tar.gz | 
          
            |  | 13 | }}} (Developer's kit), where V?.?.? is version V4.4.35 or later from the [http://madgraph.hep.uiuc.edu/cgi-bin/NewProcess/download.cgi MadGraph download page] ([http://madgraph.phys.ucl.ac.be/cgi-bin/NewProcess/download.cgi mirror]). (Registration is needed and can be done via a link from the MadGraph/MadEvent main site). | 
          
            |  | 14 | 1. Go to the {{{ | 
          
            |  | 15 | MadGraphII | 
          
            |  | 16 | }}} directory and type {{{ | 
          
            |  | 17 | make | 
          
            |  | 18 | }}} | 
          
            |  | 19 | 1. Copy the {{{ | 
          
            |  | 20 | Template | 
          
            |  | 21 | }}} directory to a new process directory of your choice, e.g. {{{ | 
          
            |  | 22 | MyProcDir | 
          
            |  | 23 | }}}, to keep a clean copy of the Template directory as usual. | 
          
            |  | 24 | 1. If you have downloaded the Developer's kit: go to this new directory and activate the 'dipole mode' by typing: {{{ | 
          
            |  | 25 | ./bin/standalone_dipole | 
          
            |  | 26 | }}} This should activate the dipole terms and remove all files that are not needed. This step can be skipped if !MadDipole ( {{{ | 
          
            |  | 27 | MG_ME_DIP_V4.4.??.tar.gz | 
          
            |  | 28 | }}}) was downloaded. | 
        
        
          
            | 16 |  | Like for a normal MadGraph run, this will generate one (or more) directory(ies) inside the =./SubProcesses= directory in which the a code specific for the particular process is generated. A simple program to check the results, {{{check_dip.f}}}, has been provided to calculate the m+1 matrix element and the subtraction terms for any point in phase space. By default the program {{{check}}} prints a table with the matrix element squared and the subtraction terms on the screen for which each point is closer to a collinear of soft limit. Another check program, {{{check_intdip.f}}}, checks the sum of the integrated dipoles for a random (or given) phase-space point. It can be compiled by typing {{{make checkint}}} in the processes directories. | 
          
            |  | 34 | Like for a normal MadGraph run, this will generate one (or more) directory(ies) inside the =./SubProcesses= directory in which the a code specific for the particular process is generated. A simple program to check the results, {{{ | 
          
            |  | 35 | check_dip.f | 
          
            |  | 36 | }}}, has been provided to calculate the m+1 matrix element and the subtraction terms for any point in phase space. By default the program {{{ | 
          
            |  | 37 | check | 
          
            |  | 38 | }}} prints a table with the matrix element squared and the subtraction terms on the screen for which each point is closer to a collinear of soft limit. Another check program, {{{ | 
          
            |  | 39 | check_intdip.f | 
          
            |  | 40 | }}}, checks the sum of the integrated dipoles for a random (or given) phase-space point. It can be compiled by typing {{{ | 
          
            |  | 41 | make checkint | 
          
            |  | 42 | }}} in the processes directories. |