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

#include <MVgamma.h>

+ Inheritance diagram for D0p_MVgamma:

Detailed Description

Definition at line 618 of file MVgamma.h.

Public Member Functions

double computeThValue ()
 The \(BR\) in \(M \to V \gamma\). More...
 
 D0p_MVgamma (const StandardModel &SM_i, QCD::meson meson_1, QCD::meson vector_1, QCD::meson meson_2, QCD::meson vector_2)
 Constructor. More...
 
- Public Member Functions inherited from BR_MVgamma
 BR_MVgamma (const StandardModel &SM_i, QCD::meson meson_i, QCD::meson vector_i)
 Constructor. More...
 
double computeBR_MVgamma (QCD::meson meson, QCD::meson vector)
 The \(BR\) in \(M \to V \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...
 

Private Attributes

QCD::meson meson1
 
QCD::meson meson2
 
QCD::meson vector1
 
QCD::meson vector2
 

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

◆ D0p_MVgamma()

D0p_MVgamma::D0p_MVgamma ( const StandardModel SM_i,
QCD::meson  meson_1,
QCD::meson  vector_1,
QCD::meson  meson_2,
QCD::meson  vector_2 
)

Constructor.

Parameters
[in]SM_ia reference to an object of type StandardModel
[in]meson_1initial meson of the decay
[in]meson_2initial meson of the decay
[in]vector_1final vector meson of the decay
[in]vector_2final vector meson of the decay

Definition at line 877 of file MVgamma.cpp.

878: BR_MVgamma(SM_i, meson_1, vector_1)
879{
880 meson1 = meson_1;
881 meson2 = meson_2;
882 vector1 = vector_1;
883 vector2 = vector_2;
884
887}
BR_MVgamma(const StandardModel &SM_i, QCD::meson meson_i, QCD::meson vector_i)
Constructor.
Definition: MVgamma.cpp:798
QCD::meson meson2
Definition: MVgamma.h:639
QCD::meson vector1
Definition: MVgamma.h:640
QCD::meson meson1
Definition: MVgamma.h:638
QCD::meson vector2
Definition: MVgamma.h:641
MVgamma & getMVgamma(QCD::meson meson_i, QCD::meson vector_i) const
Returns the initial and final state dependent object for .
Definition: Flavour.cpp:233
std::vector< std::string > initializeMVgammaParameters()
A method for initializing the parameters necessary for MVgamma.
Definition: MVgamma.cpp:45
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
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121

Member Function Documentation

◆ computeThValue()

double D0p_MVgamma::computeThValue ( )
virtual

The \(BR\) in \(M \to V \gamma\).

Returns
\(BR\)

Reimplemented from BR_MVgamma.

Definition at line 889 of file MVgamma.cpp.

890{
893}
double computeBR_MVgamma(QCD::meson meson, QCD::meson vector)
The in .
Definition: MVgamma.cpp:807

Member Data Documentation

◆ meson1

QCD::meson D0p_MVgamma::meson1
private

First initial meson type.

Definition at line 638 of file MVgamma.h.

◆ meson2

QCD::meson D0p_MVgamma::meson2
private

Second initial meson type.

Definition at line 639 of file MVgamma.h.

◆ vector1

QCD::meson D0p_MVgamma::vector1
private

First final vector meson type.

Definition at line 640 of file MVgamma.h.

◆ vector2

QCD::meson D0p_MVgamma::vector2
private

Second final vector meson type.

Definition at line 641 of file MVgamma.h.


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