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

entang_D_threshold More...

#include <NPSMEFT6dtopquark.h>

+ Inheritance diagram for entang_Dn_boosted:

Detailed Description

entang_D_threshold

Definition at line 1394 of file NPSMEFT6dtopquark.h.

Public Member Functions

double computeThValue ()
 
 entang_Dn_boosted (const StandardModel &SM_i)
 entang_Dn_boosted 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_Dn_boosted()

entang_Dn_boosted::entang_Dn_boosted ( const StandardModel SM_i)

entang_Dn_boosted constructor.

Definition at line 5540 of file NPSMEFT6dtopquark.cpp.

5541: ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
5542{
5543 setParametersForObservable(make_vector<std::string>() << "SM_entang_Dn_boosted");
5544}
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_Dn_boosted::computeThValue ( )
virtual
Returns
The value of entang_Dn_boosted

Implements ThObservable.

Definition at line 5546 of file NPSMEFT6dtopquark.cpp.

5547{
5548
5549 double entang_Dn_boosted_SM = SM.getOptionalParameter("SM_entang_Dn_boosted");
5550 double entang_Dn_boosted_madgraph = -0.5873;//This is actually the best SM prediction
5551
5567
5568
5570 //
5571 if(flag_Quadratic){
5572 return entang_Dn_boosted_SM + (-0.00324*C_tG + 0.11502*C_tG*C_tG + -0.0019*C_Qd1 +
5573 0.01701*C_Qd1*C_Qd1 + -0.02474*C_Qd8 + 0.00494*C_Qd8*C_Qd8 + 0.01159*C_Qq11 +
5574 0.03676*C_Qq11*C_Qq11 + -0.00447*C_Qq31 + 0.04024*C_Qq31*C_Qq31 + -0.02589*C_Qq18 +
5575 0.01057*C_Qq18*C_Qq18 + -0.01194*C_Qq38 + 0.00976*C_Qq38*C_Qq38 + 0.00041*C_Qu1 +
5576 0.03365*C_Qu1*C_Qu1 + -0.01233*C_Qu8 + 0.00434*C_Qu8*C_Qu8 + -0.0068*C_td1 +
5577 0.01915*C_td1*C_td1 + -0.02005*C_td8 + 0.01168*C_td8*C_td8 + 0.00458*C_tq1 +
5578 0.0354*C_tq1*C_tq1 + -0.02202*C_tq8 + 0.01814*C_tq8*C_tq8 + 0.00614*C_tu1 +
5579 0.0362*C_tu1*C_tu1 + -0.00861*C_tu8 + 0.01378*C_tu8*C_tu8)
5580 *entang_Dn_boosted_SM/entang_Dn_boosted_madgraph;
5581
5582 }
5583 else{
5584
5585 return entang_Dn_boosted_SM + (-0.00324*C_tG + -0.0019*C_Qd1 + -0.02474*C_Qd8 +
5586 0.01159*C_Qq11 + -0.00447*C_Qq31 + -0.02589*C_Qq18 + -0.01194*C_Qq38 +
5587 0.00041*C_Qu1 + -0.01233*C_Qu8 + -0.0068*C_td1 + -0.02005*C_td8 +
5588 0.00458*C_tq1 + -0.02202*C_tq8 + 0.00614*C_tu1 + -0.00861*C_tu8)
5589 *entang_Dn_boosted_SM/entang_Dn_boosted_madgraph;
5590
5591 }
5592}
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_Dn_boosted::myNPSMEFT6dtopquark
private

Definition at line 1410 of file NPSMEFT6dtopquark.h.


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