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

#include <WilsonCoefficientObservables.h>

+ Inheritance diagram for WC_epspOeps:

Detailed Description

Definition at line 115 of file WilsonCoefficientObservables.h.

Public Member Functions

double computeThValue ()
 The Wilson coefficients of eps' / eps. More...
 
 WC_epspOeps (const StandardModel &SM_i, unsigned int part_i, double mu_z)
 Constructor. 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

gslpp::vector< gslpp::complex > ** allcoeffv
 
gslpp::vector< gslpp::complex > ** allcoeffz
 
double mu
 
const StandardModelmySM
 
unsigned int part
 

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

◆ WC_epspOeps()

WC_epspOeps::WC_epspOeps ( const StandardModel SM_i,
unsigned int  part_i,
double  mu_z 
)

Constructor.

Parameters
[in]SM_ia reference to an object of type StandardModel
[in]part_ian unsigned integer used as toggle for real, imaginary, absolute or argument value.
[in]mu_zscale for the Wilson coeff

Definition at line 75 of file WilsonCoefficientObservables.cpp.

76: ThObservable(SM_i), mySM(SM_i)
77{
78 part = part_i;
79 mu = mu_z;
80}
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
const StandardModel & mySM

Member Function Documentation

◆ computeThValue()

double WC_epspOeps::computeThValue ( )
virtual

The Wilson coefficients of eps' / eps.

Returns
\(WC_epspOeps\)

Implements ThObservable.

Definition at line 82 of file WilsonCoefficientObservables.cpp.

83{
86 gslpp::vector<gslpp::complex> allcoeff_z = (*allcoeffz[LO]) + (*allcoeffz[LO_QED]) + (*allcoeffz[NLO]) + (*allcoeffz[NLO_QED11]);
87 gslpp::vector<gslpp::complex> allcoeff_y = (*allcoeffv[LO]) + (*allcoeffv[LO_QED]) + (*allcoeffv[NLO]) + (*allcoeffv[NLO_QED11]);
88 allcoeff_z.assign(0,allcoeff_y(0));
89 allcoeff_z.assign(1,allcoeff_y(1));
90 for(int i = 2; i<10; i++){
91 allcoeff_y.assign(i,allcoeff_y(i)-allcoeff_z(i));
92 }
93 // Table 5 of 1909.05610
94 if (part == 0) return allcoeff_z(0).real(); // z1
95 if (part == 1) return allcoeff_z(1).real(); // z2
96 if (part == 2) return allcoeff_y(2).real(); // y3
97 if (part == 3) return allcoeff_y(3).real(); // y4
98 if (part == 4) return allcoeff_y(4).real(); // y5
99 if (part == 5) return allcoeff_y(5).real(); // y6
100 if (part == 6) return allcoeff_y(6).real(); // y7
101 if (part == 7) return allcoeff_y(7).real(); // y8
102 if (part == 8) return allcoeff_y(8).real(); // y9
103 if (part == 9) return allcoeff_y(9).real(); // y10
104 else throw std::runtime_error("WC_epspOeps: part specification can only go from 0 to 9");
105}
@ LO
Definition: OrderScheme.h:34
@ NLO
Definition: OrderScheme.h:35
@ NDR
Definition: OrderScheme.h:21
@ NLO_QED11
Definition: OrderScheme.h:59
@ LO_QED
Definition: OrderScheme.h:58
gslpp::vector< gslpp::complex > ** ComputeCoeffDS1PPv(double mu, schemes scheme=NDR) const
Definition: Flavour.cpp:126
gslpp::vector< gslpp::complex > ** ComputeCoeffDS1PPz(double muc, schemes scheme=NDR) const
Definition: Flavour.cpp:131
const Flavour & getFlavour() const
gslpp::vector< gslpp::complex > ** allcoeffv
gslpp::vector< gslpp::complex > ** allcoeffz

Member Data Documentation

◆ allcoeffv

gslpp::vector<gslpp::complex>** WC_epspOeps::allcoeffv
private

vector that contains the Wilson coeffients v

Definition at line 135 of file WilsonCoefficientObservables.h.

◆ allcoeffz

gslpp::vector<gslpp::complex>** WC_epspOeps::allcoeffz
private

vector that contains the Wilson coeffients z

Definition at line 136 of file WilsonCoefficientObservables.h.

◆ mu

double WC_epspOeps::mu
private

The scale for the Wilson coefficient.

Definition at line 134 of file WilsonCoefficientObservables.h.

◆ mySM

const StandardModel& WC_epspOeps::mySM
private

Definition at line 133 of file WilsonCoefficientObservables.h.

◆ part

unsigned int WC_epspOeps::part
private

toggle for real, imaginary, absolute or argument value

Definition at line 137 of file WilsonCoefficientObservables.h.


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