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

A class the effective GeneralTHDM couplings for EDM. More...

#include <GeneralTHDMEDMcouplings.h>

+ Inheritance diagram for GeneralTHDMEDMcouplings:

Detailed Description

A class the effective GeneralTHDM couplings for EDM.

Author
HEPfit Collaboration

Definition at line 24 of file GeneralTHDMEDMcouplings.h.

Public Member Functions

 GeneralTHDMEDMcouplings (const GeneralTHDM &GeneralTHDM_i)
 The default constructor. More...
 
virtual double kappa_b ()
 \( \kappa_b \) More...
 
virtual double kappa_t ()
 \( \kappa_t \) More...
 
virtual ~GeneralTHDMEDMcouplings ()
 The default destructor. More...
 
- Public Member Functions inherited from EffectiveEDMcouplings
 EffectiveEDMcouplings (const StandardModel &SM_i)
 The default constructor. More...
 
virtual ~EffectiveEDMcouplings ()
 The default destructor. More...
 

Constructor & Destructor Documentation

◆ GeneralTHDMEDMcouplings()

GeneralTHDMEDMcouplings::GeneralTHDMEDMcouplings ( const GeneralTHDM &  GeneralTHDM_i)

The default constructor.

Definition at line 11 of file GeneralTHDMEDMcouplings.cpp.

12: EffectiveEDMcouplings(GeneralTHDM_i)/*, myGeneralTHDM(GeneralTHDM_i)*/
13{}
EffectiveEDMcouplings(const StandardModel &SM_i)
The default constructor.

◆ ~GeneralTHDMEDMcouplings()

GeneralTHDMEDMcouplings::~GeneralTHDMEDMcouplings ( )
virtual

The default destructor.

Definition at line 15 of file GeneralTHDMEDMcouplings.cpp.

16{}

Member Function Documentation

◆ kappa_b()

double GeneralTHDMEDMcouplings::kappa_b ( )
virtual

\( \kappa_b \)

Returns
the value of \( \kappa_b \)

Reimplemented from EffectiveEDMcouplings.

Definition at line 23 of file GeneralTHDMEDMcouplings.cpp.

24{
25 return 0.;
26}

◆ kappa_t()

double GeneralTHDMEDMcouplings::kappa_t ( )
virtual

\( \kappa_t \)

Returns
the value of \( \kappa_t \)

Reimplemented from EffectiveEDMcouplings.

Definition at line 18 of file GeneralTHDMEDMcouplings.cpp.

19{
20 return 0.;
21}

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