#include <NPSMEFT6dtopquark.h>
Definition at line 892 of file NPSMEFT6dtopquark.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.
|
| |
◆ Asymmetry_leptonic_charge_rapidity_ttW()
| Asymmetry_leptonic_charge_rapidity_ttW::Asymmetry_leptonic_charge_rapidity_ttW |
( |
const StandardModel & |
SM_i | ) |
|
Definition at line 1186 of file NPSMEFT6dtopquark.cpp.
1188{
1190 << "SM_ttW_inc");
1191
1192}
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark
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.
◆ computeThValue()
| double Asymmetry_leptonic_charge_rapidity_ttW::computeThValue |
( |
| ) |
|
|
virtual |
Implements ThObservable.
Definition at line 1194 of file NPSMEFT6dtopquark.cpp.
1195{
1196 double SM_Asymmetry_leptonic_charge_rapidity_ttW =
SM.
getOptionalParameter(
"SM_Asymmetry_leptonic_charge_rapidity_ttW");
1198 double SM_numerator = SM_Asymmetry_leptonic_charge_rapidity_ttW*SM_ttW_inc;
1199 double LOxttw_madgraph = 407.2;
1200 double numerator_madgraph =-74.59904 ;
1201
1202
1203
1204
1208 double xsection;
1209 double numerator;
1210
1211
1212
1213 xsection= SM_ttW_inc + (119.3*C_Qq18 + 42.0*C_Qq18*C_Qq18 - 43.7*C_Qq38 + 95.8*C_Qq38*C_Qq38 + 119.4*C_tq8 + 42.1*C_tq8*C_tq8 - 31.9*C_Qq18*C_Qq38 + 7.1*C_Qq18*C_tq8 - 3.4*C_Qq38*C_tq8 )*(SM_ttW_inc/LOxttw_madgraph);
1214
1215 numerator= SM_numerator + (9.7*C_Qq18 + 12.2*C_Qq18*C_Qq18 - 7.0*C_Qq38 + 23.5*C_Qq38*C_Qq38 - 40.4*C_tq8 - 16.4*C_tq8*C_tq8 - 12.8*C_Qq18*C_Qq38 - 1.6*C_Qq18*C_tq8 + 0.5*C_Qq38*C_tq8 )*(SM_numerator/numerator_madgraph);
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234 return numerator/xsection;
1235
1236}
double getNPSMEFT6dtopquark_C_Qq38() const
double getNPSMEFT6dtopquark_C_Qq18() const
double getNPSMEFT6dtopquark_C_tq8() const
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
const StandardModel & SM
A reference to an object of StandardMode class.
◆ myNPSMEFT6dtopquark
The documentation for this class was generated from the following files: