TechniColor: HiggsEffective.fr

File HiggsEffective.fr, 612 bytes (added by CP3-Origins, 14 years ago)

Higgs-gluon-gluon effective vertex FeynRules file

Line 
1
2(***************** This is the FeynRules model file for Higgs effective couplings to gluons ***********)
3
4M$ModelName = "HGG_coupling";
5
6M$Information = {Authors -> "T. Hapola",
7 Date -> "07. 11. 2010",
8 Version -> 1.0
9 };
10
11(***** Parameter list ******)
12
13M$Parameters = {
14
15
16 GH == {TeX -> Subscript[G, H],
17 ParameterType -> External,
18 BlockName -> EFFECTIVE,
19 InteractionOrder -> {HGG, 1},
20 Value ->1.0,
21 Description -> "hgg effective coupling" }
22
23
24}
25
26
27
28
29(******* Lagrangian *******)
30
31
32LHGG := -1/4 GH FS[G, mu, nu, b] FS[G, mu, nu, b] H;
33
34
35
36
37
38