~maddevelopers/mg5amcnlo/laser_beam_option

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
************************************************************
*                                                          *
*           W E L C O M E  to  M A D G R A P H  5          *
*                                                          *
*                                                          *
*                 *                       *                *
*                   *        * *        *                  *
*                     * * * * 5 * * * *                    *
*                   *        * *        *                  *
*                 *                       *                *
*                                                          *
*    The MadGraph Development Team - Please visit us at    *
*    https://server06.fynu.ucl.ac.be/projects/madgraph     *
*                                                          *
*                   Code download from:                    *
*             https://launchpad.net/madgraph5              *
*                                                          *
************************************************************

To run MadGraph 5 using the command line interface:
--------------------------------------------
./bin/mg5
Type "help" for list of commands and "help [command]" for help
on individual commands. 
Type "tutorial" for an interactive quick-start tutorial.


To use with MadEvent:
---------------------
Please run the script
./bin/setup_madevent_template.py

To run using the MadEvent newprocess_mg5 script: 
Copy the Template directory to a new directory, e.g. MyRunDir.
Modify the Cards/proc_card.dat, and run:
./bin/newprocess_mg5
After completed process generation, you will find the sequence of
commands used by MG5 in the file Cards/proc_card_mg5.dat.

To run the test suite:
----------------------
  A) the unit_tests:
      ./tests/test_manager.py [--verbose=1] [--logging=INFO]
  B) the acceptance tests:
      ./madgraph5/tests/test_manager.py -p A
  C) the parallel tests (warning - this will take a LOOONG time!):
      ./madgraph5/tests/test_manager.py -p P
     (Please check the files in madgraph5/tests/parallel_tests to choose
      running of individual tests)
Run individual tests by specifying the test name.

To create a release tar.gz file:
--------------------------------
Please run:
python bin/create_release.py