#include <NPSMEFT6dtopquark.h>
Definition at line 2581 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.
|
| |
◆ a_Z_pole_bb()
Definition at line 10207 of file NPSMEFT6dtopquark.cpp.
10209{
10211}
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 NPSMEFT6dtopquark & myNPSMEFT6dtopquark
◆ computeThValue()
| double a_Z_pole_bb::computeThValue |
( |
| ) |
|
|
virtual |
Implements ThObservable.
Definition at line 10213 of file NPSMEFT6dtopquark.cpp.
10214{
10215
10221
10222
10223
10226
10227
10228
10229
10230 if(flag_LHC_WG_Basis){
10231 if(flag_Quadratic){
10232 return a_Z_pole_bb + (0.1*((C_phiQm+C_phiQ3)/0.998)+0.1*(C_phiQ3/0.998)+0.5*(C_phib/0.998))/100;
10233
10234 }
10235 else{
10236 return a_Z_pole_bb + (0.1*((C_phiQm+C_phiQ3)/0.998)+0.1*(C_phiQ3/0.998)+0.5*(C_phib/0.998))/100;
10237 }
10238 }
10239
10240 else{
10241 if(flag_Quadratic){
10242 return a_Z_pole_bb + (0.1*(C_phiQ1/0.998)+0.1*(C_phiQ3/0.998)+0.5*(C_phib/0.998))/100;
10243 }
10244 else{
10245 return a_Z_pole_bb + (0.1*(C_phiQ1/0.998)+0.1*(C_phiQ3/0.998)+0.5*(C_phib/0.998))/100;
10246 }
10247 }
10248}
double getNPSMEFT6dtopquark_flag_Quadratic() const
double getNPSMEFT6dtopquark_C_phiQ3() const
double getNPSMEFT6dtopquark_C_phib() const
double getNPSMEFT6dtopquark_C_phiQm() const
double getNPSMEFT6dtopquark_flag_LHC_WG_Basis() const
double getNPSMEFT6dtopquark_C_phiQ1() 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: