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

#include <MPllObservables.h>

+ Inheritance diagram for DC9_hlambda:

Detailed Description

Definition at line 185 of file MPllObservables.h.

Public Member Functions

double computeThValue ()
 The binned observable \(_{\lambda}(q^2=1)\) in \(M \to P l^+l^-\). More...
 
 DC9_hlambda (const StandardModel &SM_i, QCD::meson meson_i, QCD::meson pseudoscalar_i, QCD::lepton lep_i)
 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

QCD::lepton lep
 
QCD::meson meson
 
QCD::meson pseudoscalar
 

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

◆ DC9_hlambda()

DC9_hlambda::DC9_hlambda ( const StandardModel SM_i,
QCD::meson  meson_i,
QCD::meson  pseudoscalar_i,
QCD::lepton  lep_i 
)

Constructor.

Parameters
[in]SM_ia reference to an object of type StandardModel
[in]meson_iinitial meson of the decay
[in]pseudoscalar_ifinal pseudoscalar meson of the decay
[in]lep_ifinal leptons of the decay

Definition at line 101 of file MPllObservables.cpp.

102: ThObservable(SM_i)
103{
104 lep = lep_i;
105 meson = meson_i;
106 pseudoscalar = pseudoscalar_i;
107
109}
QCD::meson meson
QCD::meson pseudoscalar
QCD::lepton lep
MPll & getMPll(QCD::meson meson_i, QCD::meson pseudoscalar_i, QCD::lepton lep_i) const
Returns the initial and final state dependent object for .
Definition: Flavour.cpp:282
std::vector< std::string > initializeMPllParameters()
A method for initializing the parameters necessary for MPll.
Definition: MPll.cpp:80
const Flavour & getFlavour() const
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

Member Function Documentation

◆ computeThValue()

double DC9_hlambda::computeThValue ( )
virtual

The binned observable \(_{\lambda}(q^2=1)\) in \(M \to P l^+l^-\).

Returns
\(_{\lambda}(q^2=1)\)

Implements ThObservable.

Definition at line 111 of file MPllObservables.cpp.

112{
113 double q2 = getBinMin();
114 double sixteenM_PI2 = 16.*M_PI*M_PI;
115 gslpp::complex hlambda = SM.getFlavour().getMPll(meson, pseudoscalar, lep).h_lambda(q2);
116 double MM = SM.getMesons(meson).getMass();
117 gslpp::complex VL = SM.getFlavour().getMPll(meson, pseudoscalar, lep).V_L(q2);
118 gslpp::complex result = - sixteenM_PI2 * hlambda * MM * MM / q2 / VL;
119 return result.abs();
120}
gslpp::complex h_lambda(double q2)
The non-pertubative ccbar contributions to the helicity amplitudes.
Definition: MPll.cpp:1281
gslpp::complex V_L(double q2)
The helicity form factor .
Definition: MPll.cpp:914
const double & getMass() const
A get method to access the particle mass.
Definition: Particle.h:61
const Meson & getMesons(const QCD::meson m) const
A get method to access a meson as an object of the type Meson.
Definition: QCD.h:526
double getBinMin()
A get method to get the minimum value of the bin.
Definition: ThObservable.h:82

Member Data Documentation

◆ lep

QCD::lepton DC9_hlambda::lep
private

Final leptons type.

Definition at line 204 of file MPllObservables.h.

◆ meson

QCD::meson DC9_hlambda::meson
private

Initial meson type.

Definition at line 205 of file MPllObservables.h.

◆ pseudoscalar

QCD::meson DC9_hlambda::pseudoscalar
private

Final pseudoscalar meson type.

Definition at line 206 of file MPllObservables.h.


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