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

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

#include <BDtaunu.h>

+ Inheritance diagram for BDtaunu:

Detailed Description

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

Author
HEPfit Collaboration

We use the parametrized approach and the numerical values from [Lees:2013uzd].

Definition at line 39 of file BDtaunu.h.

Public Member Functions

 BDtaunu (const StandardModel &SM_i)
 Constructor of the BDtaunu class. More...
 
double computeThValue ()
 Empty function. 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...
 

Public Attributes

const THDMmyTHDM
 

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

◆ BDtaunu()

BDtaunu::BDtaunu ( const StandardModel SM_i)

Constructor of the BDtaunu class.

Definition at line 11 of file BDtaunu.cpp.

11 :
12
13 ThObservable(SM_i),
14 myTHDM(static_cast<const THDM*> (&SM_i))
15{
16}
const THDM * myTHDM
Definition: BDtaunu.h:57
A base class for symmetric Two-Higgs-Doublet models.
Definition: THDM.h:120
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32

◆ ~BDtaunu()

BDtaunu::~BDtaunu ( )
virtual

Destructor of the BDtaunu class.

Definition at line 18 of file BDtaunu.cpp.

19{}

Member Function Documentation

◆ computeThValue()

double BDtaunu::computeThValue ( )
virtual

Empty function.

Implements ThObservable.

Reimplemented in RBDtaunu, RBDstartaunu, obsBDtaunu_SM, obsBDtaunu_A, obsBDtaunu_B, obsBDstartaunu_SM, obsBDstartaunu_A, and obsBDstartaunu_B.

Definition at line 21 of file BDtaunu.cpp.

22{
23 std::string modelflag=myTHDM->getModelTypeflag();
24 if (modelflag != "type2") {
25 throw std::runtime_error("flag_model in BDtaunu::computeThValue() can only be \"type2\" at the moment");
26 }
27 return 0.;
28}
std::string getModelTypeflag() const
A method get the THDM model type.
Definition: THDM.h:242

Member Data Documentation

◆ myTHDM

const THDM* BDtaunu::myTHDM

Definition at line 57 of file BDtaunu.h.


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