| 1 | (* ****************************************************************** *)
|
|---|
| 2 | (* ***** ***** *)
|
|---|
| 3 | (* ***** FeynRules model file: Simplified s-channel DM models ***** *)
|
|---|
| 4 | (* ***** Author: A. Martini, K. Mawatari ***** *)
|
|---|
| 5 | (* ***** J. Wang, C.Zhang ***** *)
|
|---|
| 6 | (* ***** ***** *)
|
|---|
| 7 | (* ****************************************************************** *)
|
|---|
| 8 |
|
|---|
| 9 | (* ************************** *)
|
|---|
| 10 | (* ***** Change log ***** *)
|
|---|
| 11 | (* ************************** *)
|
|---|
| 12 |
|
|---|
| 13 | (* 2015.08.24 v1.0 - release version. *)
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | (* ************************** *)
|
|---|
| 17 | (* ***** Parameters ***** *)
|
|---|
| 18 | (* ************************** *)
|
|---|
| 19 | M$Parameters = {
|
|---|
| 20 |
|
|---|
| 21 | (* EW couplings with the spin-1 mediator *)
|
|---|
| 22 | gVh == {
|
|---|
| 23 | ParameterType -> External,
|
|---|
| 24 | InteractionOrder -> {DMV, 1},
|
|---|
| 25 | BlockName -> DMINPUTS,
|
|---|
| 26 | TeX -> Subscript[g,Vh],
|
|---|
| 27 | Description -> "h-Y1 vector coupling",
|
|---|
| 28 | Value -> 0. }
|
|---|
| 29 |
|
|---|
| 30 | };
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | (* ************************** *)
|
|---|
| 34 | (* ***** Lagrangian ***** *)
|
|---|
| 35 | (* ************************** *)
|
|---|
| 36 |
|
|---|
| 37 | L1SMEW := Module[{ii}, ExpandIndices[
|
|---|
| 38 | I gVh/2*(Phibar[ii] DC[Phi[ii],mu] - DC[Phibar[ii],mu] Phi[ii]) Y1[mu],
|
|---|
| 39 | FlavorExpand->{SU2D,SU2W}]];
|
|---|
| 40 |
|
|---|