Changes between Version 30 and Version 31 of DMsimp


Ignore:
Timestamp:
Aug 24, 2015, 2:04:07 PM (9 years ago)
Author:
mawatari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DMsimp

    v30 v31  
    55   * Antony Martini (Université catholique de Louvain) & Kentarou Mawatari (Vrije Universiteit Brussel)
    66      * Emails: kentarou.mawatari @ vub.ac.be
    7  * electroweak
     7 * s-channel (electroweak)
    88   * Jian Wang (Johnnas Gutenberg University of Mainz) & Cen Zhang (Brookhaven National Laboratory)
    99      * Emails: cenzhang @ bnl.gov
     
    2525  * Y0 (spin-0)
    2626  * Y1 (spin-1)
    27   * Y2 (spin-2) (to be done.)
     27  * Y2 (spin-2) [to be done.]
    2828  * ...
    2929
    30 * t-channel (to be done.)
     30* t-channel [to be done.]
    3131
    3232One can find the model lagrangian in the [http://feynrules.irmp.ucl.ac.be/raw-attachment/wiki/DMsimp/note.pdf note].
     33See more details in
    3334
    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, "".
    3738
    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''' ==
    4140
    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).
    4448
    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]]
    4657
    4758{{{
    4859import model DMsimp_s_spin1
    4960generate p p > xd xd~ j [QCD]
    50 generate p p > xd xd~ j j [QCD]
     61add process p p > xd xd~ j j [QCD]
    5162}}}
    5263
    53 * NLO ttbar associated production with a scalar mediator coupling only to tops[[BR]]
     64* Associated production with a Higgs [[BR]]
    5465
     66{{{
     67import model DMsimp_s_spin1
     68generate 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]]
    5575
    5676{{{
     
    5979}}}
    6080
    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]]
    6582
    6683{{{
    67 import model DMsimp_ew_scalar_5f_UFO
     84import model DMsimp_s_spin0
     85generate p p > xd xd~ a [QCD]
    6886generate p p > xd xd~ z [QCD]
    69 generate p p > xd xd~ a [QCD]
    70 generate p p > xd xd~ w+ [QCD]
     87generate p p > xd xd~ w+ [QCD]
     88generate p p > xd xd~ w- [QCD]
    7189}}}
    7290
    73 * NLO vector mediator + h[[BR]]
    7491
     92=== LO loop-induced process samples ===
    7593
    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]]
    8495
    8596{{{
     
    109120}}}
    110121
     122
    111123=== Version updates ===
    112124
    113 *2015.08.20 - v0.1_beta: beta version. [[BR]]
     125*2015.08.24 - v1.0: release version. [[BR]]