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

#include <NPSMEFT6dtopquark.h>

+ Inheritance diagram for sigma_mumu_10TeV_bb:

Detailed Description

Definition at line 1565 of file NPSMEFT6dtopquark.h.

Public Member Functions

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

sigma_mumu_10TeV_bb::sigma_mumu_10TeV_bb ( const StandardModel SM_i)

Definition at line 6298 of file NPSMEFT6dtopquark.cpp.

6299: ThObservable(SM_i),myNPSMEFT6dtopquark(static_cast<const NPSMEFT6dtopquark&> (SM_i))
6300{
6301 setParametersForObservable(make_vector<std::string>() << "SM_sigma_mumu_10TeV_bb");
6302}
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_10TeV_bb::computeThValue ( )
virtual

Implements ThObservable.

Definition at line 6304 of file NPSMEFT6dtopquark.cpp.

6305{
6306
6307 //WRITTEN IN FEMTO BARNS!!!
6308 double sigma_mumu_10TeV_bb_SM = SM.getOptionalParameter("SM_sigma_mumu_10TeV_bb");
6309 double sigma_mumu_VBF_10TeV_bb_madgraph = 3.383220;//fb
6310 double sigma_mumu_sch_10TeV_bb_madgraph = 0.913030;//fb
6311 double sigma_mumu_10TeV_bb_madgraph = sigma_mumu_VBF_10TeV_bb_madgraph + sigma_mumu_sch_10TeV_bb_madgraph;//fb
6320
6321 double C_bphi = 0;
6322
6323 //bool flag_LHC_WG_Basis=myNPSMEFT6dtopquark.getNPSMEFT6dtopquark_flag_LHC_WG_Basis();
6325 //
6326 if(flag_Quadratic){
6327 double sigma_mumu_VBF_10TeV_bb_NP = +-1.021790*C_bB+85.573800*C_bB*C_bB+
6328 -0.738307*C_bW+83.137200*C_bW*C_bW+0.213586*C_phiQ3+2.371940*C_phiQ3*C_phiQ3+
6329 0.002960*C_bphi+0.052864*C_bphi*C_bphi+
6330 -0.033040*C_phib+2.558190*C_phib*C_phib+1.644800*(C_phiQm + C_phiQ3)+
6331 2.558890*(C_phiQm + C_phiQ3)*(C_phiQm + C_phiQ3);
6332
6333 double sigma_mumu_sch_10TeV_bb_NP = +568.500000*C_ed+774764.000000*C_ed*C_ed+
6334 1428.520000*C_lqP+774764.000000*C_lqP*C_lqP+267.750000*C_ld+774698.000000*C_ld*C_ld+
6335 0.080614*C_phiQ3+0.002692*C_phiQ3*C_phiQ3+-0.008836*C_phib+0.002719*C_phib*C_phib+
6336 0.080614*(C_phiQm + C_phiQ3)+0.002692*(C_phiQm + C_phiQ3)*(C_phiQm + C_phiQ3);
6337
6338 return sigma_mumu_10TeV_bb_SM + (sigma_mumu_VBF_10TeV_bb_NP + sigma_mumu_sch_10TeV_bb_NP)*(sigma_mumu_10TeV_bb_SM/sigma_mumu_10TeV_bb_madgraph);
6339
6340 }
6341 else{
6342
6343 double sigma_mumu_VBF_10TeV_bb_NP = +-1.021790*C_bB+
6344 -0.738307*C_bW+0.213586*C_phiQ3+0.002960*C_bphi+
6345 -0.033040*C_phib+1.644800*(C_phiQm + C_phiQ3);
6346
6347 double sigma_mumu_sch_10TeV_bb_NP = +568.500000*C_ed+1428.520000*C_lqP+
6348 267.750000*C_ld+0.080614*C_phiQ3+-0.008836*C_phib+0.080614*(C_phiQm + C_phiQ3);
6349
6350 return sigma_mumu_10TeV_bb_SM + (sigma_mumu_VBF_10TeV_bb_NP + sigma_mumu_sch_10TeV_bb_NP)*(sigma_mumu_10TeV_bb_SM/sigma_mumu_10TeV_bb_madgraph);
6351
6352
6353 }
6354
6355
6356}
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_10TeV_bb::myNPSMEFT6dtopquark
private

Definition at line 1574 of file NPSMEFT6dtopquark.h.


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