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

A class for calculating the upper limit ratio for the process \( \mu \to e \gamma \). More...

#include <li_lj_gamma.h>

+ Inheritance diagram for Robs_mu_e_gamma:

Detailed Description

A class for calculating the upper limit ratio for the process \( \mu \to e \gamma \).

Author
HEPfit Collaboration

Definition at line 74 of file li_lj_gamma.h.

Public Member Functions

double computeThValue ()
 
 Robs_mu_e_gamma (const StandardModel &SM_i)
 Calculates the upper limit ratio of the process \( \mu \to e \gamma \). 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...
 

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

◆ Robs_mu_e_gamma()

Robs_mu_e_gamma::Robs_mu_e_gamma ( const StandardModel SM_i)

Calculates the upper limit ratio of the process \( \mu \to e \gamma \).

Definition at line 37 of file li_lj_gamma.cpp.

38: ThObservable(SM_i)
39{}
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32

Member Function Documentation

◆ computeThValue()

double Robs_mu_e_gamma::computeThValue ( )
virtual
Returns
\(R=1+(BR_{\text{theo}}-BR_{\text{obs,90\%}})/BR_{\text{exp,90\%}}\cdot \sqrt{2}\text{InvErf}(0.90)\)

Implements ThObservable.

Definition at line 41 of file li_lj_gamma.cpp.

42{
43 double alph = SM.getAle();
44 double mMU = SM.getLeptons(StandardModel::MU).getMass();
45 gslpp::vector<gslpp::complex> ** allcoeff_me = SM.getMyLeptonFlavour()->ComputeCoeffli_lj_gamma(1);
46 double BR_mu_e_gamma = (alph*pow(mMU,5) * ((*(allcoeff_me[LO])) * (*(allcoeff_me[LO])).conjugate()).abs() / (2.99598e-19) );
47 double BR_mu_e_gamma_obs=4.2e-13; //from 1605.05081v1 (TheMEG:2016wtm)
48 double BR_mu_e_gamma_exp=5.3e-13; //from 1605.05081v1 (TheMEG:2016wtm)
49 double ntos=1.64485362695147; //90% CL
50
51 return (1+(BR_mu_e_gamma-BR_mu_e_gamma_obs)/BR_mu_e_gamma_exp)*ntos;
52}
@ LO
Definition: OrderScheme.h:34
gslpp::vector< gslpp::complex > ** ComputeCoeffli_lj_gamma(int li_lj)
Computes the Wilson coefficient for the process .
Definition: LeptonFlavour.h:52
const double & getMass() const
A get method to access the particle mass.
Definition: Particle.h:61
@ MU
Definition: QCD.h:314
const Particle & getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
LeptonFlavour * getMyLeptonFlavour() const
const double getAle() const
A get method to retrieve the fine-structure constant .
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121

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