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

#include <MVgamma.h>

+ Inheritance diagram for R_MVgamma:

Detailed Description

Definition at line 459 of file MVgamma.h.

Public Member Functions

double computeThValue ()
 The \(BR\) in \(M \to V \gamma\). More...
 
 R_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

◆ R_MVgamma()

R_MVgamma::R_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 549 of file MVgamma.cpp.

553 : BR_MVgamma(SM_i, meson_1, vector_1)
554 {
555  meson1 = meson_1;
556  meson2 = meson_2;
557  vector1 = vector_1;
558  vector2 = vector_2;
559 

Member Function Documentation

◆ computeThValue()

double R_MVgamma::computeThValue ( )
virtual

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

Returns
\(BR\)

Reimplemented from BR_MVgamma.

Definition at line 561 of file MVgamma.cpp.

565 {

Member Data Documentation

◆ meson1

QCD::meson R_MVgamma::meson1
private

First initial meson type.

Definition at line 479 of file MVgamma.h.

◆ meson2

QCD::meson R_MVgamma::meson2
private

Second initial meson type.

Definition at line 480 of file MVgamma.h.

◆ vector1

QCD::meson R_MVgamma::vector1
private

First final vector meson type.

Definition at line 481 of file MVgamma.h.

◆ vector2

QCD::meson R_MVgamma::vector2
private

Second final vector meson type.

Definition at line 482 of file MVgamma.h.


The documentation for this class was generated from the following files:
R_MVgamma::meson2
QCD::meson meson2
Definition: MVgamma.h:480
R_MVgamma::meson1
QCD::meson meson1
Definition: MVgamma.h:479
BR_MVgamma::BR_MVgamma
BR_MVgamma(const StandardModel &SM_i, QCD::meson meson_i, QCD::meson vector_i)
Constructor.
Definition: MVgamma.cpp:487
R_MVgamma::vector1
QCD::meson vector1
Definition: MVgamma.h:481
R_MVgamma::vector2
QCD::meson vector2
Definition: MVgamma.h:482