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

#include <myObservables.h>

+ Inheritance diagram for C_4:

Detailed Description

Public Member Functions

 C_4 (const StandardModel &SM_i)
 Constructor. More...
 
 C_4 (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_4() [1/2]

C_4::C_4 ( const StandardModel SM_i)

Constructor.

Examples
myObservables.cpp, and myObservables.h.

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

79 : myObservables(SM_i)

◆ C_4() [2/2]

C_4::C_4 ( const StandardModel SM_i)

Constructor.

Member Function Documentation

◆ computeThValue() [1/2]

double C_4::computeThValue ( )
virtual
Returns
C_A

Implements ThObservable.

Examples
myObservables.cpp, and myObservables.h.

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

83 {
85 
86  return -1./2./(2. * (sqrt(sw2) * sqrt(1. - sw2))) * c4;

◆ computeThValue() [2/2]

double C_4::computeThValue ( )
virtual
Returns
C_A

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::c4
double c4
Definition: Doxygen/examples-src/myModel/src/myObservables.h:31
myObservables::updateParameters
void updateParameters()
Definition: Doxygen/examples-src/myModel/src/myObservables.cpp:21