#include <TopQuarkObservables.h>
Definition at line 1958 of file TopQuarkObservables.h.
◆ BR_tcgamma()
BR_tcgamma: constructor.
Definition at line 4889 of file TopQuarkObservables.cpp.
const TopQuarkObservables mytopobs
A model class for new physics in the form of the dimension-six effective Lagrangian.
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
ThObservable(const StandardModel &SM_i)
Constructor.
const StandardModel & SM
A reference to an object of StandardMode class.
◆ computeThValue()
| double BR_tcgamma::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of BR_tcgamma:
Implements ThObservable.
Definition at line 4895 of file TopQuarkObservables.cpp.
4897 bool flag_Quadratic =
false;
4908 gslpp::complex lambdaL = sqrt(2.) / ee * v * mt * (sbar * (
ewgc(
"CuWR",2,1) - gslpp::complex::i() *
ewgc(
"CuWI",2,1)) + cbar * (
ewgc(
"CuBR",2,1) - gslpp::complex::i() *
ewgc(
"CuBI",2,1)));
4909 gslpp::complex lambdaR = sqrt(2.) / ee * v * mt * (sbar * (
ewgc(
"CuWR",1,2) + gslpp::complex::i() *
ewgc(
"CuWI",1,2)) + cbar * (
ewgc(
"CuBR",1,2) + gslpp::complex::i() *
ewgc(
"CuBI",1,2)));
4910 double abslambdaL2 = (lambdaL * lambdaL.conjugate()).abs();
4911 double abslambdaR2 = (lambdaR * lambdaR.conjugate()).abs();
4921 double total = alpha / 2 * (abslambdaL2 + abslambdaR2) * mt / Gammatop;
4923 if (total < 0)
return std::numeric_limits<double>::quiet_NaN();
double ewgc(const std::string name) const
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
const double getMtpole() const
A get method to access the pole mass of the top quark.
const double v() const
The Higgs vacuum expectation value.
const double getAle() const
A get method to retrieve the fine-structure constant .
const NPSMEFTd6General & GetmyNPSMEFTd6General() const
◆ ewgc() [1/3]
| double BR_tcgamma::ewgc |
( |
const std::string |
name | ) |
const |
|
inline |
◆ ewgc() [2/3]
| double BR_tcgamma::ewgc |
( |
const std::string |
name, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ ewgc() [3/3]
| double BR_tcgamma::ewgc |
( |
const std::string |
name, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
int |
l |
|
) |
| const |
|
inline |
◆ mytopobs
The documentation for this class was generated from the following files: