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

CCBu12. More...

#include <CCBbounds.h>

+ Inheritance diagram for CCBu12:

Detailed Description

CCBu12.

Definition at line 93 of file CCBbounds.h.

Public Member Functions

 CCBu12 (const StandardModel &SM_i)
 CCBu12 constructor. More...
 
double computeThValue ()
 
- 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 SUSYmySUSY
 

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

◆ CCBu12()

CCBu12::CCBu12 ( const StandardModel SM_i)

CCBu12 constructor.

Definition at line 87 of file CCBbounds.cpp.

88: ThObservable(SM_i), mySUSY(static_cast<const SUSY&> (SM_i))
89{}
const SUSY & mySUSY
Definition: CCBbounds.h:107
A base class for SUSY models.
Definition: SUSY.h:33
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32

Member Function Documentation

◆ computeThValue()

double CCBu12::computeThValue ( )
virtual
Returns
\(CCBu12\)

Implements ThObservable.

Definition at line 91 of file CCBbounds.cpp.

92{
93 double mCHARM = mySUSY.getQuarks(QCD::CHARM).getMass();
94 double v2 = mySUSY.v2();
95 double mA = mySUSY.getMHptree();
96 double cosb = mySUSY.getCosb();
97 double MZ = mySUSY.getMz();
98 double sinb = mySUSY.getSinb();
99 double cos2b = cosb*cosb-sinb*sinb;
100 gslpp::complex MuH = mySUSY.getMuH();
101 gslpp::matrix<gslpp::complex> msQhat2( mySUSY.getMsQhat2() );
102 gslpp::matrix<gslpp::complex> msUhat2( mySUSY.getMsUhat2() );
103 gslpp::matrix<gslpp::complex> TUhat( mySUSY.getTUhat() );
104
105 double lambdau22 = mCHARM / v2 * sqrt(2.);
106 double mHusq = mA*mA * cosb*cosb + 0.5 * MZ*MZ * cos2b - MuH.abs2();
107
108 return lambdau22*lambdau22-TUhat(0,1).abs2()/(msQhat2(0,0).abs()+msUhat2(1,1).abs()+mHusq);
109}
const double & getMass() const
A get method to access the particle mass.
Definition: Particle.h:61
@ CHARM
Definition: QCD.h:326
const Particle & getQuarks(const QCD::quark q) const
A get method to access a quark as an object of the type Particle.
Definition: QCD.h:536
double v2() const
Definition: SUSY.cpp:384
gslpp::complex getMuH() const
Gets the parameter in the superpotential.
Definition: SUSY.h:167
const double getMHptree() const
Gets the charged-Higgs mass at tree-level.
Definition: SUSY.h:158
gslpp::matrix< gslpp::complex > getMsUhat2() const
Definition: SUSY.h:339
const double getCosb() const
Gets .
Definition: SUSY.h:217
gslpp::matrix< gslpp::complex > getMsQhat2() const
Definition: SUSY.h:334
const double getSinb() const
Gets .
Definition: SUSY.h:208
gslpp::matrix< gslpp::complex > getTUhat() const
Gets the trilinear-coupling matrix for up-type squarks.
Definition: SUSY.h:353
const double getMz() const
A get method to access the mass of the boson .

Member Data Documentation

◆ mySUSY

const SUSY& CCBu12::mySUSY
private

Definition at line 107 of file CCBbounds.h.


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