Changes between Version 3 and Version 4 of FourFermionttll
- Timestamp:
- Jan 26, 2022, 10:02:52 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FourFermionttll
v3 v4 31 31 32 32 == Model Files: 33 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/FourFermionFCNCtqll/4fermion-tqll-models.zip 4fermion-tqll-models.zip] : the full model both at the 4FS and at the 5FS. In the paper we use the 5FS. 34 * Please note there are four models: t-u-l-l Contact Interactions at the 4FS / 5FS, and t-c-l-l Contact Interactions at the 4FS / 5FS. 33 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/FourFermionttll/4fermion-ttll-models.zip]: the full model both at the 4FS and at the 5FS. In the paper we use the 5FS. 35 34 36 == Commands for MadGraph5_aMC@NLO, for a production of a muon and an anti-muon with a top quark and up to one more jet (NP only):35 == Commands for MadGraph5_aMC@NLO, for a production of a muon and an anti-muon with a top quark and an anti top quark, with up to one more jet (NP only): 37 36 {{{ 38 37 define p = g u c d s b u~ c~ d~ s~ b~ … … 42 41 ... 43 42 set lambdas... 44 set f Srr ...45 set f Trr ...46 set f Vlr ...47 set f Vrl ...48 set f Vrr ...49 set f Vll ...43 set fsrr ... 44 set ftrr ... 45 set fvlr ... 46 set fvrl ... 47 set fvrr ... 48 set fvll ... 50 49 }}} 51 50 52 Where lambdas is the scale of new physics in GeV, f Srr is the coupling of the t-u-l-l scalar operator with right-right chirality of the fermions, etc. For example, if we set fSrr=1 and all other couplings to 0, we get a scalar operator with:51 Where lambdas is the scale of new physics in GeV, fsrr is the coupling of the t-t-l-l scalar operator with right-right chirality of the fermions, etc. For example, if we set fsrr=1 and all other couplings to 0, we get a scalar operator with: 53 52 {{{ 54 53 #!latex … … 72 71 }}} 73 72 74 Note that only operators with the couplings f Srr, fTrr, fVlr, fVrl, fVrr, fVll are generated by this UFO.73 Note that only operators with the couplings fsrr, ftrr, fvlr, fvrl, fvrr, fvll are generated by this UFO. 75 74 76 75