1 | | == 4-fermion EFT with FCNC implementation -- |
| 1 | == 4-fermion EFT with FCNC implementation |
| 2 | |
| 3 | == Authors: |
| 4 | Yoav Afik, Jonathan Cohen, Eitan Gozani, Enrique Kajomovitz, Yoram Rozen \\ |
| 5 | Department of Physics, Technion: Israel Institute of Technology Haifa, Israel |
| 6 | |
| 7 | == Description of the model: |
| 8 | This is a Contact Interaction (CI) model. |
| 9 | |
| 10 | The 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 | , |
| 17 | C_{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 | |
| 20 | See more details in: |
| 21 | https://link.springer.com/article/10.1007/JHEP08(2018)056 |
| 22 | |
| 23 | |
| 24 | |
| 25 | == Sample commands for MadGraph5_aMC@NLO: |
| 26 | {{{ |
| 27 | define p = g u c d s b u~ c~ d~ s~ b~ |
| 28 | define j = g u c d s b u~ c~ d~ s~ b~ |
| 29 | generate p p > mu+ mu- |
| 30 | add process p p > mu+ mu- j |
| 31 | add process p p > mu+ mu- j j |
| 32 | }}} |