Changes between Version 1 and Version 2 of ManualAndHelp


Ignore:
Timestamp:
Apr 6, 2012, 4:33:02 PM (12 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ManualAndHelp

    v1 v2  
    1313==== General ====
    1414
    15    * [:MGChart:Structure flowchart]
    16    * [:InstallMG:How to install the whole Madgraph/MadEvent package on your machine and generate a new process]
    17    * [:InputEx:Syntax and process input examples]
    18    * [:GenEv:How to generate events on your machine]
    19    * [:General-Scripts:Submission scripts and running on your cluster]
     15   * [wiki:MGChart Structure flowchart]
     16   * [wiki:InstallMG How to install the whole Madgraph/MadEvent package on your machine and generate a new process]
     17   * [wiki:InputEx Syntax and process input examples]
     18   * [wiki:GenEv How to generate events on your machine]
     19   * [wiki:General-Scripts Submission scripts and running on your cluster]
    2020
    2121'''FAQ's'''
    2222
    23    * [:FAQ-General-1:How do I implement my own cuts in MadEvent ?]
    24    * [:FAQ-General-2:How do I implement my own renormalization/factorization scales in MadEvent ?]
    25    * [:FAQ-General-3:How do I change the mass of a particle that is assumed massless in MadGraph/MadEvent ?]
    26    * [:FAQ-General-4:Can I just calculate the amplitudes for a (sub)process and check them point-by-point in phase space points using MadGraph ?]
    27    * [:FAQ-General-5:Is there a limit to the maximum allowed number of diagrams? How can I change it?]
    28    * [:FAQ-General-6:How do I generate only a subset of diagrams? What are the decay chains?]
    29    * [:FAQ-General-7:Can I use MadGraph (or any other external matrix element generator) with Pythia for DIS?]
    30    * [:FAQ-General-8:How many events can I generate in one run with MadEvent?]
    31    * [:FAQ-General-9:Can I use the LHE file from Pythia as input to detector simulation?]
    32    * [:FAQ-General-10:I generated an s-channel process p p > W+ > e+ ve, and in some events the W doesn't show up in the event record. Why is this?]
    33    * [:FAQ-General-11:How do I read the .hep file from Pythia?]
    34    * [:FAQ-General-12:Why don't I get the number of events I asked for from MadEvent?]
     23   * [wiki:FAQ-General-1 How do I implement my own cuts in MadEvent ?]
     24   * [wiki:FAQ-General-2 How do I implement my own renormalization/factorization scales in MadEvent ?]
     25   * [wiki:FAQ-General-3 How do I change the mass of a particle that is assumed massless in MadGraph/MadEvent ?]
     26   * [wiki:FAQ-General-4 Can I just calculate the amplitudes for a (sub)process and check them point-by-point in phase space points using MadGraph ?]
     27   * [wiki:FAQ-General-5 Is there a limit to the maximum allowed number of diagrams? How can I change it?]
     28   * [wiki:FAQ-General-6 How do I generate only a subset of diagrams? What are the decay chains?]
     29   * [wiki:FAQ-General-7 Can I use MadGraph (or any other external matrix element generator) with Pythia for DIS?]
     30   * [wiki:FAQ-General-8 How many events can I generate in one run with MadEvent?]
     31   * [wiki:FAQ-General-9 Can I use the LHE file from Pythia as input to detector simulation?]
     32   * [wiki:FAQ-General-10 I generated an s-channel process p p > W+ > e+ ve, and in some events the W doesn't show up in the event record. Why is this?]
     33   * [wiki:FAQ-General-11 How do I read the .hep file from Pythia?]
     34   * [wiki:FAQ-General-12 Why don't I get the number of events I asked for from MadEvent?]
    3535
    3636==== Input Cards ====
    3737
    3838   * [http://cp3wks05.fynu.ucl.ac.be/EXAMPLES/proc_card_examples.html Proc card examples]
    39    * [:RunCard:Run Card : description and examples]
     39   * [wiki:RunCard Run Card : description and examples]
    4040
    4141'''FAQ's'''
    4242
    43    * [:FAQ-Cards-1:Should I use different ids (@1,@2,...) in multiprocess proc_card or could I use the same ?]
    44    * [:FAQ-Cards-2:What is bwcutoff, and why is it important for decay chains?]
     43   * [wiki:FAQ-Cards-1 Should I use different ids (@1,@2,...) in multiprocess proc_card or could I use the same ?]
     44   * [wiki:FAQ-Cards-2 What is bwcutoff, and why is it important for decay chains?]
    4545==== Interfaces and Tools ====
    4646
    47    * [:Software.ToolS:List of interfaces and tools]
     47   * [wiki:Software.ToolS List of interfaces and tools]
    4848
    4949'''FAQ's'''
    5050
    51    * [:FAQ-IT-2:How I decay heavy particles in the final state?]
    52    * [:FAQ-IT-3:What is REPLACE?]
    53    * [:FAQ-IT-4:Pythia and HERWIG require a mass for all particles, while in MadGraph several are set to zero. How do I fix it?]
     51   * [wiki:FAQ-IT-2 How I decay heavy particles in the final state?]
     52   * [wiki:FAQ-IT-3 What is REPLACE?]
     53   * [wiki:FAQ-IT-4 Pythia and HERWIG require a mass for all particles, while in MadGraph several are set to zero. How do I fix it?]
    5454   * [http://cp3wks05.fynu.ucl.ac.be/Manual/lhco.html How to read the LHCO event files]
    55    * [:FAQ-IT-5:How do I get nice plots automatically when running generate_events, like I get on the web?]
     55   * [wiki:FAQ-IT-5 How do I get nice plots automatically when running generate_events, like I get on the web?]
    5656
    5757==== Matching/Merging with the Shower ====
    5858
    59    * [:IntroMatching:Introduction to Matching in MG/ME]
     59   * [wiki:IntroMatching Introduction to Matching in MG/ME]
    6060
    6161'''FAQ's'''
    6262
    63    * [:FAQ-Matching-1:What are Qcut and xQcut?]
    64    * [:FAQ-Matching-2:Can I change the ren and fac scales when I use the matching?]
     63   * [wiki:FAQ-Matching-1 What are Qcut and xQcut?]
     64   * [wiki:FAQ-Matching-2 Can I change the ren and fac scales when I use the matching?]
    6565
    6666==== Gridpacks ====
    6767
    68    * [:IntroGrid:Introduction to Grid running option in MG/ME]
    69    * [:Library.GridDevelopment:Technical details for setting up and running the Grid Package]
     68   * [wiki:IntroGrid Introduction to Grid running option in MG/ME]
     69   * [wiki:Library.GridDevelopment Technical details for setting up and running the Grid Package]
    7070
    7171'''FAQ's'''
    7272
    73    * [:FAQ-Gridpacks-2:Can I analyse only a part of the produced sample?]
    74    * [:FAQ-Gridpacks-3:Is there a minimal statistics suggested?]
    75    * [:FAQ-Gridpacks-4:The gridpack seems sometimes very large in size? Can I improve on this?]
    76    * [:FAQ-Gridpacks-5:I have downloaded a madevent.tar.gz package. Can I create the gridpack locally?]
     73   * [wiki:FAQ-Gridpacks-2 Can I analyse only a part of the produced sample?]
     74   * [wiki:FAQ-Gridpacks-3 Is there a minimal statistics suggested?]
     75   * [wiki:FAQ-Gridpacks-4 The gridpack seems sometimes very large in size? Can I improve on this?]
     76   * [wiki:FAQ-Gridpacks-5 I have downloaded a madevent.tar.gz package. Can I create the gridpack locally?]
    7777
    7878==== New Physics ====
     
    8282'''FAQ's'''
    8383
    84    * [:FAQ-NewPhysics-1:What are the options in MG/ME for creating a new model ?]
    85    * [:FAQ-NewPhysics-2:What are the QNUMBERS useful for?]
     84   * [wiki:FAQ-NewPhysics-1 What are the options in MG/ME for creating a new model ?]
     85   * [wiki:FAQ-NewPhysics-2 What are the QNUMBERS useful for?]
    8686
    8787==== Matrix element method ====
    8888
    89    * [:Software.MadWeight:Introduction to matrix element methods (MadWeight) in MG/ME]
    90    * [:Software.MadWeightFAQ:MadWeight FAQ ]
     89   * [wiki:Software.MadWeight Introduction to matrix element methods (MadWeight) in MG/ME]
     90   * [wiki:Software.MadWeightFAQ MadWeight FAQ ]
    9191
    9292==== Quarkonium Simulations ====
    9393
    94    * [:Software.MadOniaDescription:Introduction to heavy quark bound state simulations (MadOnia) in MG/ME ]
    95    * [:Software.MadOniaManual:How to use it]
    96    * [:Software.MadOniaFAQ:FAQ on MadOnia]
     94   * [wiki:Software.MadOniaDescription Introduction to heavy quark bound state simulations (MadOnia) in MG/ME ]
     95   * [wiki:Software.MadOniaManual How to use it]
     96   * [wiki:Software.MadOniaFAQ FAQ on MadOnia]
    9797   * [http://www.OutdoorFountains.com outdoor fountains]
    9898