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

#include <FlavourWilsonCoefficient_DF2_Observables.h>

+ Inheritance diagram for FlavourWilsonCoefficient_DF2_CBs:

Detailed Description

Definition at line 100 of file FlavourWilsonCoefficient_DF2_Observables.h.

Public Member Functions

double computeThValue ()
 
 FlavourWilsonCoefficient_DF2_CBs (const StandardModel &SM_i, const int ind, const int absarg)
 
- 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

const int absa
 
const int index
 
const FlavourWilsonCoefficient_DF2myFlavourWilsonCoefficient_DF2
 

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

◆ FlavourWilsonCoefficient_DF2_CBs()

FlavourWilsonCoefficient_DF2_CBs::FlavourWilsonCoefficient_DF2_CBs ( const StandardModel SM_i,
const int  ind,
const int  absarg 
)
inline

Definition at line 102 of file FlavourWilsonCoefficient_DF2_Observables.h.

103 : ThObservable(SM_i), index(ind), absa(absarg), myFlavourWilsonCoefficient_DF2(static_cast<const FlavourWilsonCoefficient_DF2*> (&SM_i))
104 {
106 throw std::runtime_error("\nERROR: The Delta F=2 Wilson Coefficients are only defined in a FlavourWilsonCoefficient_DF2 model. Please check your observables list.\n");
107 };
const FlavourWilsonCoefficient_DF2 * myFlavourWilsonCoefficient_DF2
Model for NP contributions to using modification to the Wilson coefficients.
bool isModelFWC_DF2() const
Definition: Model.h:190
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32

Member Function Documentation

◆ computeThValue()

double FlavourWilsonCoefficient_DF2_CBs::computeThValue ( )
inlinevirtual

Implements ThObservable.

Definition at line 109 of file FlavourWilsonCoefficient_DF2_Observables.h.

110 {
111 if (absa == 0)
112 return ((myFlavourWilsonCoefficient_DF2->getC_bs()(index)).abs());
113 else if (absa == 1)
114 return ((myFlavourWilsonCoefficient_DF2->getC_bs()(index)).arg()/M_PI*180.);
115 else
116 throw std::runtime_error("\nERROR: the type of observable for FlavourWilsonCoefficient_DF2_CBs must be either 0 (abs) or 1 (arg)\n");
117 };
gslpp::vector< gslpp::complex > getC_bs() const

Member Data Documentation

◆ absa

const int FlavourWilsonCoefficient_DF2_CBs::absa
private

Definition at line 121 of file FlavourWilsonCoefficient_DF2_Observables.h.

◆ index

const int FlavourWilsonCoefficient_DF2_CBs::index
private

Definition at line 121 of file FlavourWilsonCoefficient_DF2_Observables.h.

◆ myFlavourWilsonCoefficient_DF2

const FlavourWilsonCoefficient_DF2* FlavourWilsonCoefficient_DF2_CBs::myFlavourWilsonCoefficient_DF2
private

Definition at line 122 of file FlavourWilsonCoefficient_DF2_Observables.h.


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