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

#include <TopQuarkObservables.h>

+ Inheritance diagram for sigma_tq_13_LO:

Detailed Description

Definition at line 969 of file TopQuarkObservables.h.

Public Member Functions

double computeThValue ()
 
double ewgc (const std::string name) const
 
double ewgc (const std::string name, int i, int j) const
 
double ewgc (const std::string name, int i, int j, int k, int l) const
 
 sigma_tq_13_LO (const StandardModel &SM_i)
 sigma_tq_13_LO 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 TopQuarkObservables mytopobs
 

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

◆ sigma_tq_13_LO()

sigma_tq_13_LO::sigma_tq_13_LO ( const StandardModel SM_i)

sigma_tq_13_LO constructor.

Definition at line 3960 of file TopQuarkObservables.cpp.

3961: ThObservable(SM_i), mytopobs(static_cast<const NPSMEFTd6General&> (SM))
3962{
3963 setParametersForObservable(make_vector<std::string>() << "SM_sigma_tq_13");
3964}
A model class for new physics in the form of the dimension-six effective Lagrangian.
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 StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
const TopQuarkObservables mytopobs

Member Function Documentation

◆ computeThValue()

double sigma_tq_13_LO::computeThValue ( )
virtual
Returns
The value of Test_direct

Implements ThObservable.

Definition at line 3966 of file TopQuarkObservables.cpp.

3967{
3968
3969 bool flag_Quadratic= false; //Needs to be properly defined
3970
3971 double sigma_tq_13_LO_madgraph = 186.321000; //pb?
3972 double sigma_tq_13_SM = SM.getOptionalParameter("SM_sigma_tq_13");
3973
3974 //This is the sum of tq and tbarq
3975
3976 if(flag_Quadratic){
3977 return 0.;
3978 }
3979 else{
3980
3981 //double total = sigma_tq_13_SM +(22.491500*ewgc("CHq3R",2,2)-4.598280*ewgc("CuWR",2,2)
3982 //-22.710600*ewgc("CHl3R",0,0)+-22.710600*ewgc("CHl3R",1,1)+0.018216*ewgc("CHudR",2,2)
3983 //+22.710300*ewgc("CllR",0,1,1,0))*(sigma_tq_13_SM/sigma_tq_13_LO_madgraph);
3984
3985
3986 double total = sigma_tq_13_SM +(
3987 -1.9061e+01*ewgc("Cqq1R",0,2,2,0) + -3.5053e+00*ewgc("Cqq1R",1,2,2,1) +
3988 -1.1436e+02*ewgc("Cqq3R",0,0,2,2) + 1.9073e+01*ewgc("Cqq3R",0,2,2,0) +
3989 -2.1032e+01*ewgc("Cqq3R",1,1,2,2) + -4.5965e+00*ewgc("CuWR",2,2)
3990 + 2.2606e+01*ewgc("CllR",0,1,1,0) + -2.2587e+01*ewgc("CHl3R",0,0) +
3991 -2.2587e+01*ewgc("CHl3R",1,1) + 2.2487e+01*ewgc("CHq3R",2,2)
3992 + 3.5065e+00*ewgc("Cqq3R",1,2,2,1)
3993 )*(sigma_tq_13_SM/sigma_tq_13_LO_madgraph);
3994
3995
3996
3997
3998 if (total < 0) return std::numeric_limits<double>::quiet_NaN();
3999
4000 return total;
4001
4002 }
4003
4004}
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
double ewgc(const std::string name) const

◆ ewgc() [1/3]

double sigma_tq_13_LO::ewgc ( const std::string  name) const
inline

Definition at line 985 of file TopQuarkObservables.h.

986 {
987 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name)*1000000;
988 }
double getSMEFTCoeffEW(const std::string name) const
const NPSMEFTd6General & GetmyNPSMEFTd6General() const

◆ ewgc() [2/3]

double sigma_tq_13_LO::ewgc ( const std::string  name,
int  i,
int  j 
) const
inline

Definition at line 990 of file TopQuarkObservables.h.

991 {
992 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name, i, j)*1000000;
993 }

◆ ewgc() [3/3]

double sigma_tq_13_LO::ewgc ( const std::string  name,
int  i,
int  j,
int  k,
int  l 
) const
inline

Definition at line 995 of file TopQuarkObservables.h.

996 {
997 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name, i, j, k, l)*1000000;
998 }

Member Data Documentation

◆ mytopobs

const TopQuarkObservables sigma_tq_13_LO::mytopobs
private

Definition at line 1002 of file TopQuarkObservables.h.


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