Version 8 (modified by 13 years ago) ( diff ) | ,
---|
!MC4BSM tutorial
The tutorial consists in implementing the so-called Hill Model, described in hep-ph/0603082, into MadGraph, and to simulate the full chain down to PGS level events for a sample of tt~h events at the !LHC. A very brief description of the model can be found here.
- The !MC4BSM website.
Implementing the model into FeynRules
FeynRules is a Mathematica® package that allows the calculation of Feynman rules in momentum space for any !QFT physics model. The Feynman rules calculated by the code can then be used to implement the new physics model into other existing tools, such as MC generators.
Usefull material for the tutorial:
- A ready-to-go FeynRules model file for the Hill model: HillModel.fr.tar.gz.
- An example notebook of how to run FeynRules: MC4BSM.nb.
- A short introduction to implementing new models into FeynRules, and how to run the MadGraph interface: MC4BSM_FR.pdf.
Generating parton level events with MG/ME
After the model has been implemented into FeynRules, it can easily be exported to MadGraph via the corresponding FeynRules interface. The model can then be used just like any other built-in MadGraph model.
In this tutorial we use the FeynRules implementation of the Hill model to generate a sample of pp>tt~h1 events at the !LHC @ 14TeV.
- A short introduction of how to import FeynRules models into MG/ME: MC4BSM_MG.pdf.
Decaying the BSM particles with BRIDGE
We can use BRIDGE to
- Compute the branching ratios and the decay tables for the BSM particles contained in the Hill model.
- Decay the tt~h1 final state obtained in the previous step.
Pythis and PGS
Finally, we can run Pythia and PGS to obtained hadron-level and detector level events.
-- Main.ClaudeDuhr - 14 Apr 2009
Attachments (7)
-
import_model.cmd
(1.5 KB
) - added by 13 years ago.
command file for the import of the model + check the NP interactions
-
generate_no_decay.cmd
(1.4 KB
) - added by 13 years ago.
command to generate events (no decay0
-
generate_with_decay.cmd
(1.8 KB
) - added by 13 years ago.
command file for the generation (with decay)
-
create_param_card.cmd
(1.5 KB
) - added by 13 years ago.
command in order to create the param_card
-
param_card.dat
(4.5 KB
) - added by 13 years ago.
valid param_card
-
unweighted_events.lhe.gz
(876.5 KB
) - added by 13 years ago.
"Generated events (no decay)"
-
events_with_decay.lhe.gz
(3.4 MB
) - added by 13 years ago.
Generated events (with decay)