Package madgraph :: Package interface :: Module tutorial_text
[hide private]
[frames] | no frames]

Module tutorial_text

source code

Variables [hide private]
  tutorial = '\nYou have entered tutorial mode. This will introd...
  generate = '\nYou have just generated a new process.\nNote tha...
  display_processes = '\nYou have seen a list of the already def...
  add_process = '\nYou have added a process to your process list...
  output = '\nIf you are following the tutorial, a directory MY_...
  launch = 'This step ends the tutorial of the basic commands of...
  import_model = '\nYou have successfully imported a model. If y...
  import_model_v4 = '\nYou have successfully imported a model. I...
  define = '\nYou have just defined a multiparticle label.\nIf y...
  history = '\nYou have written a history file. If you followed ...
  open_index = '\nIf you are following the tutorial, a directory...
  open = '\nNote that in order to open some file, you might be n...
  display_diagrams = '\nThis command was the last step of the tu...
  __package__ = None
hash(x)
Variables Details [hide private]

tutorial

Value:
'''
You have entered tutorial mode. This will introduce you to the main
syntax options of MadGraph5.

To learn more about the different options for a command, you can use
mg5>help A_CMD
To see a list of all commands, use
mg5>help 
...

generate

Value:
'''
You have just generated a new process.
Note that the coupling order "QED=0" was automatically added by MG5
to avoid non-QCD diagrams which have negligible contribution.
You can find more information on supported syntax by using:
mg5>help generate
To list all defined processes, type
mg5>display processes
...

display_processes

Value:
'''
You have seen a list of the already defined processes.

At this stage you can export your processes to different formats. In
this tutorial, we will explain how to create a valid output for
MadEvent. This is done simply by typing:
mg5>output MY_FIRST_MG5_RUN
'''

add_process

Value:
'''
You have added a process to your process list.

At this stage you can export your processes to different formats. In
this tutorial, we will explain how to create output for MadEvent.
This is done simply by typing:
mg5>output MY_FIRST_MG5_RUN
'''

output

Value:
'''
If you are following the tutorial, a directory MY_FIRST_MG5_RUN has
been created which can be used in order to run MadEvent exactly as if
it was coming from MG4.

Additionally to the MG4 command (see MY_FIRST_MG5_RUN/README), you can\
 also 
generate your events/compute the cross-section from this interface:
...

launch

Value:
'''This step ends the tutorial of the basic commands of MG5. You can
always use the help to see the options available for different
commands. For example, if you want to know all valid output formats,
you can enter
mg5>help output

In order to close this tutorial please enter
mg5>tutorial stop
...

import_model

Value:
'''
You have successfully imported a model. If you followed the tutorial
this is the MSSM.

If you want to know more information about this model you can use the
following commands:
mg5>display particles
mg5>display interactions
...

import_model_v4

Value:
'''
You have successfully imported a model. If you followed the tutorial
this is the MSSM.

If you want to know more information about this model you can use the
following commands:
mg5>display particles
mg5>display interactions
...

define

Value:
'''
You have just defined a multiparticle label.
If you followed the tutorial, the label is "v"

Note that some multiparticles such as as p, j, l+, l- are
predefined. Type
mg5>display multiparticles
to see their definitions.
...

history

Value:
'''
You have written a history file. If you followed the tutorial this
should be ./my_mg5_cmd.dat. In order to load a history file and
execute the commands in it, you can do:
mg5>import command my_mg5_cmd.dat
or from the shell:
./bin/mg5 my_mg5_cmd.dat

...

open_index

Value:
'''
If you are following the tutorial, a directory MY_FIRST_MG5_RUN has
been created which can be used in order to run MadEvent exactly as if
it was coming from MG4.

Additionally to the MG4 command (see MY_FIRST_MG5_RUN/README), you can\
 also 
generate your events/compute the cross-section from this interface:
...

open

Value:
'''
Note that in order to open some file, you might be need to use a shell\
 command.
Any shell command can be launched by MG5, by running "shell" or
starting the line by an exclamation mark (!).

The final command of the tutorial is display diagrams. This allows you\
 to draw and
...

display_diagrams

Value:
'''
This command was the last step of the tutorial. 
Quit the tutorial by typing:
mg5>tutorial stop

Thanks for using MG5.
'''