a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
a_1500_bb_eP_0_eM_P80 Class Reference

#include <NPSMEFT6dtopquark.h>

+ Inheritance diagram for a_1500_bb_eP_0_eM_P80:

Detailed Description

Definition at line 2276 of file NPSMEFT6dtopquark.h.

Public Member Functions

 a_1500_bb_eP_0_eM_P80 (const StandardModel &SM_i)
 
double computeThValue ()
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin. More...
 
double getBinMin ()
 A get method to get the minimum value of the bin. More...
 
const StandardModelgetModel ()
 A get method to get the model. More...
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable. More...
 
void setBinMax (double max)
 A set method to set the maximum value of the bin. More...
 
void setBinMin (double min)
 A set method to set the minimum value of the bin. More...
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable. More...
 
 ThObservable (const StandardModel &SM_i)
 Constructor. More...
 
 ThObservable (const ThObservable &orig)
 The copy constructor. More...
 
virtual ~ThObservable ()
 The default destructor. More...
 

Private Attributes

const NPSMEFT6dtopquarkmyNPSMEFT6dtopquark
 

Additional Inherited Members

- Protected Attributes inherited from ThObservable
double max
 the bin maximum. More...
 
double min
 The bin minimum. More...
 
std::vector< std::string > parametersForObservable
 a vector of parameter namesfor the specific observable More...
 
const StandardModelSM
 A reference to an object of StandardMode class. More...
 

Constructor & Destructor Documentation

◆ a_1500_bb_eP_0_eM_P80()

a_1500_bb_eP_0_eM_P80::a_1500_bb_eP_0_eM_P80 ( const StandardModel SM_i)

Definition at line 9109 of file NPSMEFT6dtopquark.cpp.

9110: ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
9111{
9112 setParametersForObservable(make_vector<std::string>() << "SM_a_1500_bb_eP_0_eM_P80");
9113}
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
Definition: ThObservable.h:109
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
const NPSMEFT6dtopquark & myNPSMEFT6dtopquark

Member Function Documentation

◆ computeThValue()

double a_1500_bb_eP_0_eM_P80::computeThValue ( )
virtual

Implements ThObservable.

Definition at line 9115 of file NPSMEFT6dtopquark.cpp.

9116{
9117
9118 //double a_1400_bb_eP_0_eM_P80 = 51.8; //in percentage
9119 //double a_1500_bb_eP_0_eM_P80 = 0.5283
9120 double asym_SM = SM.getOptionalParameter("SM_a_1500_bb_eP_0_eM_P80");
9121
9129 double clq1 = (clqP + clqM)/2.0;
9130 double clq3 = (clqP - clqM)/2.0;
9131
9132
9133
9134
9136 //bool flag_Quadratic=myNPSMEFT6dtopquark.getNPSMEFT6dtopquark_flag_Quadratic();
9137
9138
9139 double cHQ1;
9140 if(flag_LHC_WG_Basis){
9142 cHQ1 = cHQ3 + cHQm;
9143 }
9144 else{
9146 }
9147
9148
9149 //We provide these values at linear order
9150 double SM_pos = 15.0157003;
9151 double NP_pos = 996.0566886*ceb + -70.8619634*ceQ + -1.6207960*cHb +
9152 0.6387019*cHQ1 + 0.6387019*cHQ3 + 7.8897679*clb + 261.3672417*clq1 + 261.3672417*clq3;
9153
9154 double SM_neg = 4.6344997;
9155 double NP_neg = 141.3633100*ceb + -501.2580366*ceQ + -0.1292040*cHb +
9156 0.9256181*cHQ1 + 0.9256181*cHQ3 + 55.2882321*clb + 37.9807583*clq1 + 37.9807583*clq3;
9157
9158 double NP_num = NP_pos-NP_neg;
9159 double NP_deno = NP_pos+NP_pos;
9160
9161 //double SM_num = SM_pos-SM_neg;
9162 double SM_deno = SM_pos+SM_neg;
9163
9164
9165 return asym_SM + (NP_num - asym_SM*NP_deno)/SM_deno;
9166}
double getNPSMEFT6dtopquark_C_eq() const
double getNPSMEFT6dtopquark_C_phiQ3() const
double getNPSMEFT6dtopquark_C_lqM() const
double getNPSMEFT6dtopquark_C_phib() const
double getNPSMEFT6dtopquark_C_lqP() const
double getNPSMEFT6dtopquark_C_phiQm() const
double getNPSMEFT6dtopquark_C_ld() const
double getNPSMEFT6dtopquark_C_ed() 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.
Definition: QCD.h:450
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121

Member Data Documentation

◆ myNPSMEFT6dtopquark

const NPSMEFT6dtopquark& a_1500_bb_eP_0_eM_P80::myNPSMEFT6dtopquark
private

Definition at line 2285 of file NPSMEFT6dtopquark.h.


The documentation for this class was generated from the following files: