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

#include <myObservables.h>

+ Inheritance diagram for C_3:

Detailed Description

Public Member Functions

 C_3 (const StandardModel &SM_i)
 Constructor. More...
 
 C_3 (const StandardModel &SM_i)
 Constructor. More...
 
double computeThValue ()
 
double computeThValue ()
 
- Public Member Functions inherited from myObservables
 myObservables (const StandardModel &SM_i)
 
 myObservables (const StandardModel &SM_i)
 
void updateParameters ()
 
void updateParameters ()
 
virtual ~myObservables ()
 
virtual ~myObservables ()
 
- 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

- Protected Attributes inherited from myObservables
double c1
 
double c2
 
double c3
 
double c4
 
double fact
 
double kfact
 
double sw2
 
- 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

◆ C_3() [1/2]

C_3::C_3 ( const StandardModel SM_i)

Constructor.

Examples
myObservables.cpp, and myObservables.h.

Definition at line 66 of file Doxygen/examples-src/myModel/src/myObservables.cpp.

68 : myObservables(SM_i)

◆ C_3() [2/2]

C_3::C_3 ( const StandardModel SM_i)

Constructor.

Member Function Documentation

◆ computeThValue() [1/2]

double C_3::computeThValue ( )
virtual
Returns
C_V

Implements ThObservable.

Examples
myObservables.cpp, and myObservables.h.

Definition at line 70 of file Doxygen/examples-src/myModel/src/myObservables.cpp.

72 {
74 
75  return (1./2. - 4./3.*sw2)/(2. * (sqrt(sw2) * sqrt(1. - sw2))) * c3;

◆ computeThValue() [2/2]

double C_3::computeThValue ( )
virtual
Returns
C_V

Implements ThObservable.


The documentation for this class was generated from the following files:
myObservables::myObservables
myObservables(const StandardModel &SM_i)
Definition: Doxygen/examples-src/myModel/src/myObservables.cpp:11
myObservables::sw2
double sw2
Definition: Doxygen/examples-src/myModel/src/myObservables.h:32
gslpp::sqrt
complex sqrt(const complex &z)
Definition: gslpp_complex.cpp:385
myObservables::c3
double c3
Definition: Doxygen/examples-src/myModel/src/myObservables.h:30
myObservables::updateParameters
void updateParameters()
Definition: Doxygen/examples-src/myModel/src/myObservables.cpp:21