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

#include <TopQuarkObservables.h>

+ Inheritance diagram for sigma_tb_8_LO:

Detailed Description

Definition at line 782 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_tb_8_LO (const StandardModel &SM_i)
 s-channel production of top quarks at 8 TeV 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_tb_8_LO()

sigma_tb_8_LO::sigma_tb_8_LO ( const StandardModel SM_i)

s-channel production of top quarks at 8 TeV constructor.

Definition at line 3780 of file TopQuarkObservables.cpp.

3781: ThObservable(SM_i), mytopobs(static_cast<const NPSMEFTd6General&> (SM))
3782{
3783 setParametersForObservable(make_vector<std::string>() << "SM_sigma_tb_8");
3784}
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_tb_8_LO::computeThValue ( )
virtual
Returns
The value of Test_direct

Implements ThObservable.

Definition at line 3786 of file TopQuarkObservables.cpp.

3787{
3788
3789 bool flag_Quadratic= false; //Needs to be properly defined
3790
3791 double sigma_tb_8_LO_madgraph = 4.142840; //pb?
3792 double sigma_tb_8_SM = SM.getOptionalParameter("SM_sigma_tb_8");
3793
3794
3795
3796 if(flag_Quadratic){
3797 return 0.;
3798 }
3799 else{
3800 double total = sigma_tb_8_SM + (0.502537*ewgc("CHq3R",2,2)-1.915120*ewgc("CuWR",2,2)
3801 +-0.504792*ewgc("CHl3R",0,0)+-0.504792*ewgc("CHl3R",1,1)+-0.014073*ewgc("CHudR",2,2)+0.505185*ewgc("CllR",0,1,1,0)
3802 +2.585980*ewgc("Cqq1R",0,2,2,0)+0.179945*ewgc("Cqq1R",1,2,2,1)+15.532200*ewgc("Cqq3R",0,0,2,2)
3803 +-2.597130*ewgc("Cqq3R",0,2,2,0)+1.080470*ewgc("Cqq3R",1,1,2,2)+-0.179831*ewgc("Cqq3R",1,2,2,1)
3804 )*(sigma_tb_8_SM/sigma_tb_8_LO_madgraph);
3805
3806 if (total < 0) return std::numeric_limits<double>::quiet_NaN();
3807
3808 return total;
3809
3810 }
3811
3812}
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_tb_8_LO::ewgc ( const std::string  name) const
inline

Definition at line 798 of file TopQuarkObservables.h.

799 {
800 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name)*1000000;
801 }
double getSMEFTCoeffEW(const std::string name) const
const NPSMEFTd6General & GetmyNPSMEFTd6General() const

◆ ewgc() [2/3]

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

Definition at line 803 of file TopQuarkObservables.h.

804 {
805 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name, i, j)*1000000;
806 }

◆ ewgc() [3/3]

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

Definition at line 808 of file TopQuarkObservables.h.

809 {
810 return mytopobs.GetmyNPSMEFTd6General().getSMEFTCoeffEW(name, i, j, k, l)*1000000;
811 }

Member Data Documentation

◆ mytopobs

const TopQuarkObservables sigma_tb_8_LO::mytopobs
private

Definition at line 815 of file TopQuarkObservables.h.


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