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

#include <NPSMEFT6dtopquark.h>

+ Inheritance diagram for sigma_mumu_3TeV_bb:

Detailed Description

Definition at line 1479 of file NPSMEFT6dtopquark.h.

Public Member Functions

double computeThValue ()
 
 sigma_mumu_3TeV_bb (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

◆ sigma_mumu_3TeV_bb()

sigma_mumu_3TeV_bb::sigma_mumu_3TeV_bb ( const StandardModel SM_i)

Definition at line 5955 of file NPSMEFT6dtopquark.cpp.

5956: ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
5957{
5958 setParametersForObservable(make_vector<std::string>() << "SM_sigma_mumu_3TeV_bb");
5959}
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 sigma_mumu_3TeV_bb::computeThValue ( )
virtual

Implements ThObservable.

Definition at line 5961 of file NPSMEFT6dtopquark.cpp.

5962{
5963
5964 //WRITTEN IN FEMTO BARNS!!!
5965 double sigma_mumu_3TeV_bb_SM = SM.getOptionalParameter("SM_sigma_mumu_3TeV_bb");
5966 double sigma_mumu_VBF_3TeV_bb_madgraph = 0.753955;//fb
5967 double sigma_mumu_sch_3TeV_bb_madgraph = 10.155200;//fb
5968 double sigma_mumu_3TeV_bb_madgraph = sigma_mumu_VBF_3TeV_bb_madgraph + sigma_mumu_sch_3TeV_bb_madgraph;//fb
5977
5978 double C_bphi = 0;
5979
5980
5981 //bool flag_LHC_WG_Basis=myNPSMEFT6dtopquark.getNPSMEFT6dtopquark_flag_LHC_WG_Basis();
5983 //
5984 if(flag_Quadratic){
5985 double sigma_mumu_VBF_3TeV_bb_NP = 0.753955+0.077635*C_bB+4.121930*C_bB*C_bB+-0.041003*C_bW+2.844950*C_bW*C_bW+
5986 0.009871*C_phiQ3+0.086978*C_phiQ3*C_phiQ3+//0.000480*C_bphi+0.003749*C_bphi*C_bphi
5987 +-0.004980*C_phib+0.105823*C_phib*C_phib+0.202236*(C_phiQm + C_phiQ3)+0.106541*(C_phiQm + C_phiQ3)*(C_phiQm + C_phiQ3);
5988
5989 double sigma_mumu_sch_3TeV_bb_NP = +634.822000*C_ed+69725.400000*C_ed*C_ed+1497.570000*C_lqP
5990 +69725.500000*C_lqP*C_lqP+313.447000*C_ld+69722.600000*C_ld*C_ld+0.897097*C_phiQ3+
5991 0.030020*C_phiQ3*C_phiQ3+-0.097988*C_phib+0.030127*C_phib*C_phib+0.897097*(C_phiQm + C_phiQ3)
5992 +0.030020*(C_phiQm + C_phiQ3)*(C_phiQm + C_phiQ3);
5993
5994 return sigma_mumu_3TeV_bb_SM + (sigma_mumu_VBF_3TeV_bb_NP + sigma_mumu_sch_3TeV_bb_NP)*(sigma_mumu_3TeV_bb_SM/sigma_mumu_3TeV_bb_madgraph);
5995
5996 }
5997 else{
5998
5999 double sigma_mumu_VBF_3TeV_bb_NP = 0.077635*C_bB+
6000 -0.041003*C_bW+0.009871*C_phiQ3+0.000480*C_bphi
6001 +-0.004980*C_phib+0.202236*(C_phiQm + C_phiQ3);
6002
6003 double sigma_mumu_sch_3TeV_bb_NP = 634.822000*C_ed+
6004 1497.570000*C_lqP+313.447000*C_ld+0.897097*C_phiQ3+
6005 -0.097988*C_phib+0.897097*(C_phiQm + C_phiQ3);
6006
6007 return sigma_mumu_3TeV_bb_SM + (sigma_mumu_VBF_3TeV_bb_NP + sigma_mumu_sch_3TeV_bb_NP)*(sigma_mumu_3TeV_bb_SM/sigma_mumu_3TeV_bb_madgraph);
6008
6009
6010 }
6011
6012
6013}
double getNPSMEFT6dtopquark_flag_Quadratic() const
double getNPSMEFT6dtopquark_C_phiQ3() const
double getNPSMEFT6dtopquark_C_phib() const
double getNPSMEFT6dtopquark_C_bB() const
double getNPSMEFT6dtopquark_C_bW() const
double getNPSMEFT6dtopquark_C_lqP() const
double getNPSMEFT6dtopquark_C_phiQm() const
double getNPSMEFT6dtopquark_C_ld() const
double getNPSMEFT6dtopquark_C_ed() 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& sigma_mumu_3TeV_bb::myNPSMEFT6dtopquark
private

Definition at line 1488 of file NPSMEFT6dtopquark.h.


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