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

entang_D_threshold More...

#include <NPSMEFT6dtopquark.h>

+ Inheritance diagram for entang_D_threshold:

Detailed Description

entang_D_threshold

Definition at line 1368 of file NPSMEFT6dtopquark.h.

Public Member Functions

double computeThValue ()
 
 entang_D_threshold (const StandardModel &SM_i)
 entang_D_threshold constructor. More...
 
- 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

◆ entang_D_threshold()

entang_D_threshold::entang_D_threshold ( const StandardModel SM_i)

entang_D_threshold constructor.

Definition at line 5484 of file NPSMEFT6dtopquark.cpp.

5485: ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
5486{
5487 setParametersForObservable(make_vector<std::string>() << "SM_entang_D_threshold");
5488}
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 entang_D_threshold::computeThValue ( )
virtual
Returns
The value of entang_D_threshold

Implements ThObservable.

Definition at line 5490 of file NPSMEFT6dtopquark.cpp.

5491{
5492
5493 double entang_D_threshold_SM = SM.getOptionalParameter("SM_entang_D_threshold");
5494 double entang_D_threshold_madgraph = -0.467;//This is actually the best SM prediction
5495
5511
5512
5514 //
5515 if(flag_Quadratic){
5516 return entang_D_threshold_SM + (-0.12093*C_tG + 0.03404*C_tG*C_tG + -0.00346*C_Qd1 +
5517 0.00164*C_Qd1*C_Qd1 + 0.00294*C_Qd8 + 0.00114*C_Qd8*C_Qd8 + 0.00121*C_Qq11 +
5518 0.00156*C_Qq11*C_Qq11 + -0.00095*C_Qq31 + -0.00044*C_Qq31*C_Qq31 + 0.00534*C_Qq18 +
5519 -0.00074*C_Qq18*C_Qq18 + -0.00153*C_Qq38 + 9e-05*C_Qq38*C_Qq38 + -0.00014*C_Qu1 +
5520 0.00041*C_Qu1*C_Qu1 + -0.00156*C_Qu8 + 0.00031*C_Qu8*C_Qu8 + -0.00217*C_td1 +
5521 -0.00186*C_td1*C_td1 + 0.00669*C_td8 + 0.00143*C_td8*C_td8 + -7e-05*C_tq1 +
5522 0.00019*C_tq1*C_tq1 + 0.00393*C_tq8 + 0.00042*C_tq8*C_tq8 + -0.00413*C_tu1 +
5523 -0.00234*C_tu1*C_tu1 + 0.0036*C_tu8 + -0.00157*C_tu8*C_tu8)
5524 *entang_D_threshold_SM/entang_D_threshold_madgraph;
5525
5526 }
5527 else{
5528
5529 return entang_D_threshold_SM + (-0.12093*C_tG + -0.00346*C_Qd1 + 0.00294*C_Qd8 +
5530 0.00121*C_Qq11 + -0.00095*C_Qq31 + 0.00534*C_Qq18 + -0.00153*C_Qq38 +
5531 -0.00014*C_Qu1 + -0.00156*C_Qu8 + -0.00217*C_td1 + 0.00669*C_td8 +
5532 -7e-05*C_tq1 + 0.00393*C_tq8 + -0.00413*C_tu1 + 0.0036*C_tu8)
5533 *entang_D_threshold_SM/entang_D_threshold_madgraph;
5534
5535 }
5536}
double getNPSMEFT6dtopquark_flag_Quadratic() const
double getNPSMEFT6dtopquark_C_Qd1() const
double getNPSMEFT6dtopquark_C_Qq38() const
double getNPSMEFT6dtopquark_C_Qq31() const
double getNPSMEFT6dtopquark_C_Qq18() const
double getNPSMEFT6dtopquark_C_tq1() const
double getNPSMEFT6dtopquark_C_tG() const
double getNPSMEFT6dtopquark_C_Qu1() const
double getNPSMEFT6dtopquark_C_tu8() const
double getNPSMEFT6dtopquark_C_Qu8() const
double getNPSMEFT6dtopquark_C_td8() const
double getNPSMEFT6dtopquark_C_Qd8() const
double getNPSMEFT6dtopquark_C_tq8() const
double getNPSMEFT6dtopquark_C_Qq11() const
double getNPSMEFT6dtopquark_C_td1() const
double getNPSMEFT6dtopquark_C_tu1() 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& entang_D_threshold::myNPSMEFT6dtopquark
private

Definition at line 1384 of file NPSMEFT6dtopquark.h.


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