#include <TopQuarkObservables.h>
Definition at line 969 of file TopQuarkObservables.h.
|
| double | max |
| | the bin maximum.
|
| |
| double | min |
| | The bin minimum.
|
| |
| std::vector< std::string > | parametersForObservable |
| | a vector of parameter namesfor the specific observable
|
| |
| const StandardModel & | SM |
| | A reference to an object of StandardMode class.
|
| |
◆ sigma_tq_13_LO()
sigma_tq_13_LO constructor.
Definition at line 3960 of file TopQuarkObservables.cpp.
3962{
3964}
A model class for new physics in the form of the dimension-six effective Lagrangian.
A class for a model prediction of an observable.
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
const StandardModel & SM
A reference to an object of StandardMode class.
const TopQuarkObservables mytopobs
◆ computeThValue()
| double sigma_tq_13_LO::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of Test_direct
Implements ThObservable.
Definition at line 3966 of file TopQuarkObservables.cpp.
3967{
3968
3969 bool flag_Quadratic= false;
3970
3971 double sigma_tq_13_LO_madgraph = 186.321000;
3973
3974
3975
3976 if(flag_Quadratic){
3977 return 0.;
3978 }
3979 else{
3980
3981
3982
3983
3984
3985
3986 double total = sigma_tq_13_SM +(
3987 -1.9061e+01*
ewgc(
"Cqq1R",0,2,2,0) + -3.5053e+00*
ewgc(
"Cqq1R",1,2,2,1) +
3988 -1.1436e+02*
ewgc(
"Cqq3R",0,0,2,2) + 1.9073e+01*
ewgc(
"Cqq3R",0,2,2,0) +
3989 -2.1032e+01*
ewgc(
"Cqq3R",1,1,2,2) + -4.5965e+00*
ewgc(
"CuWR",2,2)
3990 + 2.2606e+01*
ewgc(
"CllR",0,1,1,0) + -2.2587e+01*
ewgc(
"CHl3R",0,0) +
3991 -2.2587e+01*
ewgc(
"CHl3R",1,1) + 2.2487e+01*
ewgc(
"CHq3R",2,2)
3992 + 3.5065e+00*
ewgc(
"Cqq3R",1,2,2,1)
3993 )*(sigma_tq_13_SM/sigma_tq_13_LO_madgraph);
3994
3995
3996
3997
3998 if (total < 0) return std::numeric_limits<double>::quiet_NaN();
3999
4000 return total;
4001
4002 }
4003
4004}
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
double ewgc(const std::string name) const
◆ ewgc() [1/3]
| double sigma_tq_13_LO::ewgc |
( |
const std::string |
name | ) |
const |
|
inline |
Definition at line 985 of file TopQuarkObservables.h.
986 {
988 }
const NPSMEFTd6General & GetmyNPSMEFTd6General() const
◆ ewgc() [2/3]
| double sigma_tq_13_LO::ewgc |
( |
const std::string |
name, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ ewgc() [3/3]
| double sigma_tq_13_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: