a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
D0p_MVgamma Class Reference

#include <MVgamma.h>

+ Inheritance diagram for D0p_MVgamma:

Detailed Description

Definition at line 630 of file MVgamma.h.

Public Member Functions

double computeThValue ()
 The \(BR\) in \(M \to V \gamma\).
 
 D0p_MVgamma (const StandardModel &SM_i, QCD::meson meson_1, QCD::meson vector_1, QCD::meson meson_2, QCD::meson vector_2)
 Constructor.
 
- Public Member Functions inherited from BR_MVgamma
 BR_MVgamma (const StandardModel &SM_i, QCD::meson meson_i, QCD::meson vector_i)
 Constructor.
 
double computeBR_MVgamma (QCD::meson meson, QCD::meson vector)
 The \(BR\) in \(M \to V \gamma\).
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin.
 
double getBinMin ()
 A get method to get the minimum value of the bin.
 
const StandardModelgetModel ()
 A get method to get the model.
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable.
 
void setBinMax (double max)
 A set method to set the maximum value of the bin.
 
void setBinMin (double min)
 A set method to set the minimum value of the bin.
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable.
 
 ThObservable (const StandardModel &SM_i)
 Constructor.
 
 ThObservable (const ThObservable &orig)
 The copy constructor.
 
virtual ~ThObservable ()
 The default destructor.
 

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.
 
double min
 The bin minimum.
 
std::vector< std::string > parametersForObservable
 a vector of parameter namesfor the specific observable
 
const StandardModelSM
 A reference to an object of StandardMode class.
 

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 924 of file MVgamma.cpp.

925: BR_MVgamma(SM_i, meson_1, vector_1)
926{
927 meson1 = meson_1;
928 meson2 = meson_2;
929 vector1 = vector_1;
930 vector2 = vector_2;
931
934}
A class for the in decay.
Definition MVgamma.h:546
QCD::meson meson2
Definition MVgamma.h:651
QCD::meson vector1
Definition MVgamma.h:652
QCD::meson meson1
Definition MVgamma.h:650
QCD::meson vector2
Definition MVgamma.h:653
MVgamma & getMVgamma(QCD::meson meson_i, QCD::meson vector_i) const
Returns the initial and final state dependent object for .
Definition Flavour.cpp:234
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.
const StandardModel & SM
A reference to an object of StandardMode class.

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 936 of file MVgamma.cpp.

937{
940}
double computeBR_MVgamma(QCD::meson meson, QCD::meson vector)
The in .
Definition MVgamma.cpp:854

Member Data Documentation

◆ meson1

QCD::meson D0p_MVgamma::meson1
private

First initial meson type.

Definition at line 650 of file MVgamma.h.

◆ meson2

QCD::meson D0p_MVgamma::meson2
private

Second initial meson type.

Definition at line 651 of file MVgamma.h.

◆ vector1

QCD::meson D0p_MVgamma::vector1
private

First final vector meson type.

Definition at line 652 of file MVgamma.h.

◆ vector2

QCD::meson D0p_MVgamma::vector2
private

Second final vector meson type.

Definition at line 653 of file MVgamma.h.


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