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

#include <NPSMEFT6dtopquark.h>

+ Inheritance diagram for sigmattbarLHC13:

Detailed Description

Definition at line 813 of file NPSMEFT6dtopquark.h.

Public Member Functions

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

◆ sigmattbarLHC13()

sigmattbarLHC13::sigmattbarLHC13 ( const StandardModel SM_i)

Definition at line 930 of file NPSMEFT6dtopquark.cpp.

931: ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
932{
933 setParametersForObservable(make_vector<std::string>() << "SM_ttbar_LHC13" );
934}
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 sigmattbarLHC13::computeThValue ( )
virtual

Implements ThObservable.

Definition at line 936 of file NPSMEFT6dtopquark.cpp.

937{
938 double SM_ttbar_LHC13 = SM.getOptionalParameter("SM_ttbar_LHC13");
941 double xttbarLHC13_madgraph_LO = 453100;//fb
942 double xttbarLHC13_madgraph_NLO = 661300;//fb
951
952
953
954 if(flag_LHC_WG_Basis){
955 if(flag_Quadratic){
956 return SM_ttbar_LHC13+ (3.950*mC_tu8+2.719*mC_td8+1.007*mC_tu8*mC_tu8+0.558*mC_td8*mC_td8 + 7.100600*C_Qq18 + 7.107300*C_tq8 + 1.438000*C_Qq38 + 4.261800*C_Qu8 + 2.904600*C_Qd8)*(1000*SM_ttbar_LHC13/xttbarLHC13_madgraph_LO)+(213.4*C_tG+31.2*C_tG*C_tG)*(SM_ttbar_LHC13/xttbarLHC13_madgraph_NLO);
957 }
958 else{
959 return SM_ttbar_LHC13+ (3.950*mC_tu8+2.719*mC_td8 + 7.100600*C_Qq18 + 7.107300*C_tq8 + 1.438000*C_Qq38 + 4.261800*C_Qu8 + 2.904600*C_Qd8)*(SM_ttbar_LHC13/xttbarLHC13_madgraph_LO)+(213.4*C_tG)*(1000*SM_ttbar_LHC13/xttbarLHC13_madgraph_NLO);
960 }
961 }
962
963 else{
964 if(flag_Quadratic){
965 return SM_ttbar_LHC13+ (3.950*mC_tu8+2.719*mC_td8+1.007*mC_tu8*mC_tu8+0.558*mC_td8*mC_td8)*(1000*SM_ttbar_LHC13/xttbarLHC13_madgraph_LO)+(213.4*C_tG+31.2*C_tG*C_tG)*(SM_ttbar_LHC13/xttbarLHC13_madgraph_NLO);
966 }
967 else{
968 return SM_ttbar_LHC13+ (3.950*mC_tu8+2.719*mC_td8)*(SM_ttbar_LHC13/xttbarLHC13_madgraph_LO)+(213.4*C_tG)*(1000*SM_ttbar_LHC13/xttbarLHC13_madgraph_NLO);
969 }
970
971 }
972
973
974}
double getNPSMEFT6dtopquark_flag_Quadratic() const
double getNPSMEFT6dtopquark_C_Qq38() const
double getNPSMEFT6dtopquark_C_Qq18() const
double getNPSMEFT6dtopquark_C_tG() 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_flag_LHC_WG_Basis() 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& sigmattbarLHC13::myNPSMEFT6dtopquark
private

Definition at line 822 of file NPSMEFT6dtopquark.h.


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