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

A class for \(B \to D^* \tau \nu\) decays in the THDM. More...

#include <BDtaunu.h>

+ Inheritance diagram for RBDstartaunu:

Detailed Description

A class for \(B \to D^* \tau \nu\) decays in the THDM.

Author
HEPfit Collaboration

Definition at line 95 of file BDtaunu.h.

Public Member Functions

double computeThValue ()
 Calculates the ratio of the branching fractions of \(B \to D^* \tau \nu\) and \(B \to D^* \ell \nu\) decays. More...
 
 RBDstartaunu (const StandardModel &SM_i)
 Constructor of the RBDstartaunu class. More...
 
- Public Member Functions inherited from BDtaunu
 BDtaunu (const StandardModel &SM_i)
 Constructor of the BDtaunu class. More...
 
virtual ~BDtaunu ()
 Destructor of the BDtaunu class. 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

- Public Attributes inherited from BDtaunu
const THDMmyTHDM
 
- 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

◆ RBDstartaunu()

RBDstartaunu::RBDstartaunu ( const StandardModel SM_i)

Constructor of the RBDstartaunu class.

Definition at line 44 of file BDtaunu.cpp.

45: BDtaunu(SM_i)
46{}
BDtaunu(const StandardModel &SM_i)
Constructor of the BDtaunu class.
Definition: BDtaunu.cpp:11

Member Function Documentation

◆ computeThValue()

double RBDstartaunu::computeThValue ( )
virtual

Calculates the ratio of the branching fractions of \(B \to D^* \tau \nu\) and \(B \to D^* \ell \nu\) decays.

Reimplemented from BDtaunu.

Definition at line 48 of file BDtaunu.cpp.

49{
50 double RBDstartaunu_SM=myTHDM->getBDstartaunu_SM();
51 double ADstar=myTHDM->getBDstartaunu_A();
52 double BDstar=myTHDM->getBDstartaunu_B();
53 double mHp2=myTHDM->getmHp2();
54 double tanb=myTHDM->gettanb();
55 return RBDstartaunu_SM + ( ADstar + BDstar * tanb*tanb/(mHp2) ) * tanb*tanb/(mHp2);
56}
const THDM * myTHDM
Definition: BDtaunu.h:57
double gettanb() const
A method get .
Definition: THDM.h:283
double getBDstartaunu_B() const
A method get the coefficient B.
Definition: THDM.h:539
double getBDstartaunu_A() const
A method get the coefficient A.
Definition: THDM.h:531
double getmHp2() const
A method get the squared charged Higgs mass.
Definition: THDM.h:457
double getBDstartaunu_SM() const
A method get the SM expectation.
Definition: THDM.h:523

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