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

A class for calculating the decay rate of the process \( \mu \to e \) conversion in Titanium Nuclei. More...

#include <mueconversion.h>

+ Inheritance diagram for mueconversion_Ti:

Detailed Description

A class for calculating the decay rate of the process \( \mu \to e \) conversion in Titanium Nuclei.

Author
HEPfit Collaboration

The mueconversion_Ti class calculates the decay rate of the process \( \mu \to e \) conversion in Titanium Nuclei in the model.

Definition at line 43 of file mueconversion.h.

Public Member Functions

double computeThValue ()
 
 mueconversion_Ti (const StandardModel &SM_i)
 Calculates the value of the process \( \mu \to e \) conversion in Titanium Nuclei. 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

◆ mueconversion_Ti()

mueconversion_Ti::mueconversion_Ti ( const StandardModel SM_i)

Calculates the value of the process \( \mu \to e \) conversion in Titanium Nuclei.

Returns
returns the value of \( \mu \to e \) conversion rate in Titanium Nuclei

Definition at line 20 of file mueconversion.cpp.

21: ThObservable(SM_i)
22{}
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32

Member Function Documentation

◆ computeThValue()

double mueconversion_Ti::computeThValue ( )
virtual
Returns
returns the value of \( \mu \to e \) conversion rate in Titanium Nuclei

Implements ThObservable.

Definition at line 24 of file mueconversion.cpp.

25{
26 double alph = SM.getAle();
27// double mE = mySM.getLeptons(StandardModel::ELECTRON).getMass();
28 double mMU = SM.getLeptons(StandardModel::MU).getMass();
29// double GammaMU = 2.99598e-19;
30 gslpp::vector<gslpp::complex> ** allcoeff_mueconv = SM.getMyLeptonFlavour()->ComputeCoeffmueconversion();
31 double ZTi=22.0;
32 double NTi=26.0;
33 double Zeff=17.6;
34 double Fq=0.54;
35 double Gammamue_Ti = 4.0*pow(alph,5)*pow(Zeff,4)/ZTi*Fq*Fq*pow(mMU,5)
36 *((ZTi*((*(allcoeff_mueconv[LO]))(1)-(*(allcoeff_mueconv[LO]))(2))
37 -(2.0*ZTi+NTi)*(*(allcoeff_mueconv[LO]))(5)
38 -(ZTi+2.0*NTi)*(*(allcoeff_mueconv[LO]))(7)).abs2()
39 +(ZTi*((*(allcoeff_mueconv[LO]))(0)-(*(allcoeff_mueconv[LO]))(3))
40 -(2.0*ZTi+NTi)*(*(allcoeff_mueconv[LO]))(4)
41 -(ZTi+2.0*NTi)*(*(allcoeff_mueconv[LO]))(6)).abs2());
42
43 return Gammamue_Ti;
44}
@ LO
Definition: OrderScheme.h:34
gslpp::vector< gslpp::complex > ** ComputeCoeffmueconversion()
Computes the Wilson coefficient for the process conversion in Nuclei.
Definition: LeptonFlavour.h:89
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: