#include <TopQuarkObservables.h>
Definition at line 1015 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_top_13_LO()
| sigma_tq_top_13_LO::sigma_tq_top_13_LO |
( |
const StandardModel & |
SM_i | ) |
|
sigma_tq_top_13_LO constructor.
Definition at line 4013 of file TopQuarkObservables.cpp.
4015{
4017}
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_top_13_LO::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of Test_direct
Implements ThObservable.
Definition at line 4019 of file TopQuarkObservables.cpp.
4020{
4021
4022 bool flag_Quadratic= false;
4023
4024 double sigma_tq_top_13_LO_madgraph = 1.1681e+02;
4026
4027
4028
4029 if(flag_Quadratic){
4030 return 0.;
4031 }
4032 else{
4033
4034
4035
4036
4037 double total = sigma_tq_top_13_SM +(
4038 -1.3280e+01*
ewgc(
"Cqq1R",0,2,2,0) + -1.6758e+00*
ewgc(
"Cqq1R",1,2,2,1) +
4039 -7.9682e+01*
ewgc(
"Cqq3R",0,0,2,2) + 1.3287e+01*
ewgc(
"Cqq3R",0,2,2,0) +
4040 -1.0055e+01*
ewgc(
"Cqq3R",1,1,2,2) + -4.4857e+00*
ewgc(
"CuWR",2,2)
4041 + 1.4165e+01*
ewgc(
"CllR",0,1,1,0) + -1.4155e+01*
ewgc(
"CHl3R",0,0) +
4042 -1.4155e+01*
ewgc(
"CHl3R",1,1) + 1.4098e+01*
ewgc(
"CHq3R",2,2)
4043 + 1.6755e+00*
ewgc(
"Cqq3R",1,2,2,1)
4044 )*(sigma_tq_top_13_SM/sigma_tq_top_13_LO_madgraph);
4045
4046
4047
4048
4049 if (total < 0) return std::numeric_limits<double>::quiet_NaN();
4050
4051 return total;
4052
4053 }
4054
4055}
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_top_13_LO::ewgc |
( |
const std::string |
name | ) |
const |
|
inline |
◆ ewgc() [2/3]
| double sigma_tq_top_13_LO::ewgc |
( |
const std::string |
name, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ ewgc() [3/3]
| double sigma_tq_top_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: