Changes between Version 4 and Version 5 of Models/ggHFullLoop


Ignore:
Timestamp:
Sep 22, 2014, 4:56:27 PM (10 years ago)
Author:
Diogo Buarque Franzosi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Models/ggHFullLoop

    v4 v5  
    66== Description ==
    77
    8 This model allows the user to compute (pseudo-)scalar production through loop-induced gluon fusion at LO. Any decay can be specified and interference with tree-level background is included when it applies. It takes into account the full top and bottom loops.
     8This model allows the user to compute (pseudo-)scalar production through loop-induced gluon fusion at LO. Any decay can be specified and interference with tree-level background is included when it applies. It takes into account the full top and bottom loops. Scalar and pseudo-scalar have to be computed separately because the top and bottom Yukawas are specified by the same parameters yt and yb respectively. The masses and widths can be specified for particles numbers 25 and 9000006 for scalar and pseudo-scalar respectively.
    99
    1010After loading the model with
     
    1212import model Higgs_Effective_Couplings_FormFact
    1313
    14 the user can run, for instance:
     14the user can generate, for instance, the following processes:
    1515
    16 p p > h > t t~ (signal scalar)
     16generate p p > h > t t~ (signal scalar)
    1717
    18 p p > h1 > t t~ (signal pseudo-scalar)
     18generate p p > h1 > t t~ (signal pseudo-scalar)
    1919
    20 p p > t t~ HIG=1 / h1 (signal scalar + background and interference)
     20generate p p > t t~ HIG=1 / h1 (signal scalar + background and interference)