#include <TopQuarkObservables.h>
Definition at line 1534 of file TopQuarkObservables.h.
◆ FL_LO()
FL constructor.
Definition at line 4506 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 FL_LO::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of Test_direct
Implements ThObservable.
Definition at line 4512 of file TopQuarkObservables.cpp.
4517 bool flag_Quadratic=
false;
4519 double width_total_madgraph = 1.4724;
4520 double width_transleft_madgraph = 0.446800;
4521 double FL_madgraph = width_transleft_madgraph/width_total_madgraph;
4538 double width_total_NP = 0.009300*
ewgc(
"CdWR",2,2)+0.002502*
ewgc(
"CHudR",2,2)-0.246222*
ewgc(
"CuWR",2,2)
4539 +-0.089460*
ewgc(
"CHl3R",0,0)+-0.089460*
ewgc(
"CHl3R",1,1)+0.089460*
ewgc(
"CllR",0,1,1,0);
4540 double width_transleft_NP = +0.001108*
ewgc(
"CdWR",2,2)+0.000840*
ewgc(
"CHudR",2,2)+-0.164114*
ewgc(
"CuWR",2,2)
4541 -0.027124*
ewgc(
"CHl3R",0,0)+-0.027124*
ewgc(
"CHl3R",1,1)+0.027124*
ewgc(
"CllR",0,1,1,0);
4543 double FL_NP = (width_transleft_NP - width_total_NP*width_transleft_madgraph/width_total_madgraph)/width_total_madgraph;
4545 double total = FL_SM + (FL_NP)*(FL_SM/FL_madgraph);
4547 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.
◆ ewgc() [1/3]
double FL_LO::ewgc |
( |
const std::string |
name | ) |
const |
|
inline |
Definition at line 1549 of file TopQuarkObservables.h.
double getSMEFTCoeffEW(const std::string name) const
const NPSMEFTd6General & GetmyNPSMEFTd6General() const
◆ ewgc() [2/3]
double FL_LO::ewgc |
( |
const std::string |
name, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ ewgc() [3/3]
double FL_LO::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: