Changes between Version 1 and Version 2 of FCNC4F


Ignore:
Timestamp:
Nov 2, 2018, 2:35:59 PM (6 years ago)
Author:
Yoav Afik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FCNC4F

    v1 v2  
    1 == 4-fermion EFT with FCNC implementation --
     1== 4-fermion EFT with FCNC implementation
     2
     3== Authors:
     4Yoav Afik, Jonathan Cohen, Eitan Gozani, Enrique Kajomovitz, Yoram Rozen \\
     5Department of Physics, Technion: Israel Institute of Technology Haifa, Israel
     6
     7== Description of the model:
     8This is a Contact Interaction (CI) model.
     9
     10The lagrangian of the model is described by: \\
     11$\mathcal{L}_{eff} = \frac{C_{ij}^{U \mu}}{v^2} (\bar{u}_{L}^{i} \gamma_{\mu} u_{L}^{j}) (\bar{\mu}_{L} \gamma_{\mu} \mu_{L}) + \frac{C_{ij}^{D \mu}}{v^2} (\bar{d}_{L}^{i} \gamma_{\mu} d_{L}^{j}) (\bar{\mu}_{L} \gamma_{\mu} \mu_{L})$
     12
     13
     14$C_{ij}^{U \mu} =
     15\begin{pmatrix} C_{u \mu} & 0 & 0 \\ 0 & C_{c \mu} & 0 \\ 0 & 0 & C_{t \mu} \end{pmatrix}
     16,
     17C_{ij}^{D \mu} =
     18\begin{pmatrix} C_{d \mu} & 0 & 0 \\ 0 & C_{s \mu} & C_{b s \mu}^{*} \\ 0 & C_{b s \mu} & C_{t \mu} \end{pmatrix} $
     19
     20See more details in:
     21https://link.springer.com/article/10.1007/JHEP08(2018)056
     22
     23
     24
     25== Sample commands for MadGraph5_aMC@NLO:
     26{{{
     27define p = g u c d s b u~ c~ d~ s~ b~
     28define j = g u c d s b u~ c~ d~ s~ b~
     29generate p p > mu+ mu-
     30add process p p > mu+ mu- j
     31add process p p > mu+ mu- j j
     32}}}