Changes between Version 30 and Version 31 of DMsimp
- Timestamp:
- Aug 24, 2015, 2:04:07 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DMsimp
v30 v31 5 5 * Antony Martini (Université catholique de Louvain) & Kentarou Mawatari (Vrije Universiteit Brussel) 6 6 * Emails: kentarou.mawatari @ vub.ac.be 7 * electroweak7 * s-channel (electroweak) 8 8 * Jian Wang (Johnnas Gutenberg University of Mainz) & Cen Zhang (Brookhaven National Laboratory) 9 9 * Emails: cenzhang @ bnl.gov … … 25 25 * Y0 (spin-0) 26 26 * Y1 (spin-1) 27 * Y2 (spin-2) (to be done.)27 * Y2 (spin-2) [to be done.] 28 28 * ... 29 29 30 * t-channel (to be done.)30 * t-channel [to be done.] 31 31 32 32 One can find the model lagrangian in the [http://feynrules.irmp.ucl.ac.be/raw-attachment/wiki/DMsimp/note.pdf note]. 33 See more details in 33 34 34 == '''Alpha version''' == 35 [https://feynrules.irmp.ucl.ac.be/wiki/DMsimp_alpha] 36 == '''Beta version'''== 35 * [arXiv:1508.00564] : O. Mattelaer, E. Vryonidou, "Dark matter production through loop-induced processes at the LHC: the s-channel mediator case". 36 * [arXiv:1508.05327] : M. Backovic, M. Kramer, F. Maltoni, A. Martini, K. Mawatari, M. Pellen, "Higher-order QCD predictions for dark matter production at the LHC in simplified models with s-channel mediators". 37 * [arXiv:1508.xxxxx] : M. Neubert, J. Wang, C. Zhang, "". 37 38 38 === Model files === 39 * TBD : the s-channel model files in UFO format 40 * TO BE DONE: include the s-channel+EW model files in UFO format 39 == '''Model files''' == 41 40 42 === NLO QCD process samples for s-channel mediators === 43 Remember that "scalar" below means scalar/pseudoscalar and "vector" means vector/axial-vector. 41 * [http://feynrules.irmp.ucl.ac.be/attachment/wiki/DMsimp/dm_s_spin1.fr dm_s_spin1.fr] : the main model file for spin1 mediators. 42 * [http://feynrules.irmp.ucl.ac.be/attachment/wiki/DMsimp/dm_s_spin1_ew.fr dm_s_spin1_ew.fr] : the main model file for spin1 mediators for EW. 43 * [http://feynrules.irmp.ucl.ac.be/attachment/wiki/DMsimp/dm_s_spin1.fr dm_s_spin0.fr] : the main model file for spin0 mediators. 44 * [http://feynrules.irmp.ucl.ac.be/attachment/wiki/DMsimp/dm_s_spin1_ew.fr dm_s_spin0_ew.fr] : the main model file for spin0 mediators for EW. 45 * [http://feynrules.irmp.ucl.ac.be/attachment/wiki/DMsimp/DMsimp_s_spin1.nb DMsimp_s_spin1.nb] : this is an example Mathematica notebook that loads the model, calculates the Feynman rules and extract the model files within the UFO format. 46 * [http://feynrules.irmp.ucl.ac.be/raw-attachment/wiki/DMsimp/DMsimp_s_spin1_UFO.zip DMsimp_s_spin1_UFO.zip] : The model files in UFO format (for MadGraph5_aMC@NLO). 47 * [http://feynrules.irmp.ucl.ac.be/raw-attachment/wiki/DMsimp/DMsimp_s_spin0_UFO.zip DMsimp_s_spin0_UFO.zip] : The model files in UFO format (for MadGraph5_aMC@NLO). 44 48 45 * NLO vector mediator + jets [[BR]] 49 (The old alpha version is available [https://feynrules.irmp.ucl.ac.be/wiki/DMsimp_alpha here].) 50 51 52 == '''Sample commands for MadGraph5_aMC@NLO'''== 53 54 === NLO process samples for s-channel spin-1 mediators === 55 56 * Associated production with jets [[BR]] 46 57 47 58 {{{ 48 59 import model DMsimp_s_spin1 49 60 generate p p > xd xd~ j [QCD] 50 generatep p > xd xd~ j j [QCD]61 add process p p > xd xd~ j j [QCD] 51 62 }}} 52 63 53 * NLO ttbar associated production with a scalar mediator coupling only to tops[[BR]]64 * Associated production with a Higgs [[BR]] 54 65 66 {{{ 67 import model DMsimp_s_spin1 68 generate p p > xd xd~ h [QCD] 69 }}} 70 71 72 === NLO process samples for s-channel spin-0 mediators === 73 74 * Associated production with a top-quark pair [[BR]] 55 75 56 76 {{{ … … 59 79 }}} 60 80 61 === NLO EW process samples for s-channel mediators === 62 Remember that "scalar" below means scalar/pseudoscalar and "vector" means vector/axial-vector. 63 64 * NLO scalar mediator + a,z,w+ [[BR]] 81 * Associated production with a photon/Z/W [[BR]] 65 82 66 83 {{{ 67 import model DMsimp_ew_scalar_5f_UFO 84 import model DMsimp_s_spin0 85 generate p p > xd xd~ a [QCD] 68 86 generate p p > xd xd~ z [QCD] 69 generate p p > xd xd~ a[QCD]70 generate p p > xd xd~ w +[QCD]87 generate p p > xd xd~ w+ [QCD] 88 generate p p > xd xd~ w- [QCD] 71 89 }}} 72 90 73 * NLO vector mediator + h[[BR]]74 91 92 === LO loop-induced process samples === 75 93 76 {{{ 77 import model DMsimp_ew_vector_5f_UFO 78 generate p p > xd xd~ h [QCD] 79 }}} 80 81 === LO loop (top-quark) induced === 82 83 * monojet [[BR]] 94 * mono-jet [[BR]] 84 95 85 96 {{{ … … 109 120 }}} 110 121 122 111 123 === Version updates === 112 124 113 *2015.08.2 0 - v0.1_beta: betaversion. [[BR]]125 *2015.08.24 - v1.0: release version. [[BR]]