#include <TopQuarkObservables.h>
Definition at line 1303 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_tw_8_LO()
FL constructor.
Definition at line 4265 of file TopQuarkObservables.cpp.
4267{
4269}
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_tw_8_LO::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- The value of Test_direct
Implements ThObservable.
Definition at line 4271 of file TopQuarkObservables.cpp.
4272{
4273
4274 bool flag_Quadratic= false;
4275
4276 double sigma_tw_8_LO_madgraph = 15.495600;
4278
4279 if(flag_Quadratic){
4280 return 0.;
4281 }
4282 else{
4283
4284 double total = sigma_tw_8_SM + (1.867690*
ewgc(
"CHq3R",2,2)+1.335140*
ewgc(
"CuWR",2,2)
4285 +-0.939459*
ewgc(
"CHl3R",0,0)+-0.939459*
ewgc(
"CHl3R",1,1)+0.014721*
ewgc(
"CHudR",2,2)
4286 +0.939357*
ewgc(
"CllR",0,1,1,0)
4287 )*(sigma_tw_8_SM/sigma_tw_8_LO_madgraph);
4288
4289 if (total < 0) return std::numeric_limits<double>::quiet_NaN();
4290
4291 return total;
4292
4293 }
4294
4295}
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_tw_8_LO::ewgc |
( |
const std::string |
name | ) |
const |
|
inline |
◆ ewgc() [2/3]
| double sigma_tw_8_LO::ewgc |
( |
const std::string |
name, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ ewgc() [3/3]
| double sigma_tw_8_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: