Changes between Initial Version and Version 1 of Offshell_interference_effects


Ignore:
Timestamp:
Jul 17, 2015, 11:53:03 AM (9 years ago)
Author:
Benoît Hespel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Offshell_interference_effects

    v1 v1  
     1= Offshell interference effects =
     2
     3This page describes step by step how to get the interference between signal and background for the WW > vlqq' and ZZ fully leptonic decay in the SM and some extended model within MG_aMC@NLO
     4
     5'''Authors :  Benoît Hespel [https://cp3.irmp.ucl.ac.be/Members/bhespel email] and Eleni Vryonidou [https://cp3.irmp.ucl.ac.be/Members/evryonidou email] '''
     6
     7----
     8
     9== SM ==
     10
     11You can download a modified version of the loop_sm model ([attachment:loop_sm_modif.tar.gz loop_sm_modif]) where we made simple changes in the couplings orders to be able to get the pieces (signal, background, interference) separately.
     12
     13===  ZZ > ll l'l' ===
     14
     15After you imported it inside the MG_2.3.1 loop_induced version, use the following syntax to get the different pieces for the ZZ > e+ e- µ+ µ- for example:
     16
     17'''Signal''' : 
     18{{{
     19generate g g > e+ e- mu+ mu- / e+ e- mu+ mu- [QCD] NP^2==2
     20}}}
     21
     22'''Interference''' :
     23{{{
     24generate g g > e+ e- mu+ mu- / e+ e- mu+ mu- [QCD] NP^2==1
     25}}}
     26
     27'''Total''' :
     28{{{
     29generate g g > e+ e- mu+ mu- / e+ e- mu+ mu- [QCD] NP=1
     30}}}
     31
     32'''Background''' :
     33{{{
     34generate g g > e+ e- mu+ mu- / e+ e- mu+ mu- [QCD] NP=0
     35}}}
     36
     37
     38----
     39
     40=== WW > vl qq' ===
     41
     42For the WW > ve e+ d u~ process for example, use:
     43
     44'''Signal''':
     45{{{
     46generate g g > e+ ve d u~ / e+ e- d u~ [QCD] NP^2==2
     47}}}
     48
     49'''Interference''':
     50{{{
     51generate g g > e+ ve d u~ / e+ e- d u~ [QCD] NP^2==1
     52}}}
     53
     54'''Total''':
     55{{{
     56generate g g > e+ ve d u~ / e+ e- d u~ [QCD] NP=1
     57}}}
     58
     59'''Background''':
     60{{{
     61generate g g > e+ ve d u~ / e+ e- d u~ [QCD] NP=0
     62}}}
     63
     64----
     65
     66== Additional heavy scalar ==
     67
     68Then we extended the scalar sector of the SM by adding one additional particle called Y^0^. Via 2 parameters in the param_card, this particle can be set to be either a scalar (gSu33=1 & gPu33=0), a pseudoscalar (gSu33=0 & gPu33=1) or a mixed state (gSu33=x & gPu33=1-x).
     69
     70The model can be downloaded here [attachment:Scalar_simp_NLO_UFO_modif.tar.gz Scalar_simp_NLO_UFO] and allows you to get the different pieces separately via the same commands as before.