- The full one-loop contributions to
Γ(Φ → f1f2) have been
included. This includes also flavor-violating decays
(f1 ≠ f2).
Thanks go to Karina Williams for checking and providing results.
Thanks go to Dominik Scherer for providing data on Δb.
Call to FHCouplings slightly modified. The "excl" option has been
superseded by
HiggsBounds.
The new last argument "fast" specifies
whether the off-diagonal Higgs to fermion decays are evaluated.
fast = 0 : all Higgs to fermion decays are evaluated
fast = 1 : only the diagonal Higgs to fermion decays are evaluated.
- The LHC Higgs production cross sections (FHHiggsProcs) is now
envoked with the collider energy as an argument. Some production
cross sections are now available for various center of mass
energies.
The SM bb-Higgs production is taken from
hep-ph/0304035
by R. Harlander and B. Killgore using the respective code
bbh@nnlo.
More details can be found in the man page of
[FHHiggsProd].
- Phase interpolation in the two-loop contributions improved.
Now the flag tlCplxApprox can take the values from 0 to 6:
#9 = tlCplxApprox, complex parameters in the 2-loop corrections
0: all corrections evaluated in the rMSSM
1: a_s a_t in cMSSM only
2: a_s a_t in cMSSM, rest in rMSSM
3: a_s a_t in cMSSM, rest interpolated in At,Ab,M_3,MUE (default)
4: a_s a_t in cMSSM, rest interpolated in At,Xb,M_3,MUE
5: a_s a_t in cMSSM, rest interpolated in Xt,Ab,M_3,MUE
6: a_s a_t in cMSSM, rest interpolated in Xt,Xb,M_3,MUE
If phase interpolation is wanted, the user has to specify what
his input variables are. The interpolation is then performed in
exactly these variables.
- the flag runningMT now only has two options:
#7 = runningMT: determines which top mass shall be used in the corrections:
0: MTpole directly and in the stop masses
1: MTrun directly and in the stop masses
More information can be found in the change-log from Dec. 20. 2008.
- Calculation of uncertainties related to Δb
improved. Now the uncertainties are evaluated as the difference in
the Higgs masses for Δb in the denominator
(resummed) and in the numerator (not resummed).
- External Z-factor for charged Higgs included to ensure the
on-shell properties for an external charged Higgs.
- Call to set the NMFV parameters has changed:
subroutine FHSetNMFV(error,
& deltaLL12_, deltaLL23_, deltaLL13_,
& deltaLRuc_, deltaLRct_, deltaLRut_,
& deltaRLuc_, deltaRLct_, deltaRLut_,
& deltaRRuc_, deltaRRct_, deltaRRut_,
& deltaLRds_, deltaLRsb_, deltaLRdb_,
& deltaRLds_, deltaRLsb_, deltaRLdb_,
& deltaRRds_, deltaRRsb_, deltaRRdb_)
It is now taken into account automatically that the LL entries have
to be equal for top- and bottom-type squarks (modulo CKM rotation
that is also taken into account).
- Bug in the calculation of MH+ in the NMFV case fixed.
- Calculation of ΔMs inclucded (also for NMFV,
added in collaboration with J. Illana).
- Γ(H+ → tb) has been fixed for
MH+ < MW + 2 mb.
Now it is (correctly) set to zero. Thanks go to Pietro Slavich.
- Error in the NMFV input parameters corrected. Before no NMFV
parameters were recognized. This problem appeared only in FH265.
- FeynHiggs can read input from stdin, use "-" as file name.