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

CCBe11. More...

#include <CCBbounds.h>

+ Inheritance diagram for CCBe11:

Detailed Description

CCBe11.

Definition at line 291 of file CCBbounds.h.

Public Member Functions

 CCBe11 (const StandardModel &SM_i)
 CCBe11 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

◆ CCBe11()

CCBe11::CCBe11 ( const StandardModel SM_i)

CCBe11 constructor.

Definition at line 303 of file CCBbounds.cpp.

304: ThObservable(SM_i), mySUSY(static_cast<const SUSY&> (SM_i))
305{}
const SUSY & mySUSY
Definition: CCBbounds.h:305
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 CCBe11::computeThValue ( )
virtual
Returns
\(CCBe11\)

Implements ThObservable.

Definition at line 307 of file CCBbounds.cpp.

308{
310 double v1 = mySUSY.v1();
311 double mA = mySUSY.getMHptree();
312 double cosb = mySUSY.getCosb();
313 double MZ = mySUSY.getMz();
314 double sinb = mySUSY.getSinb();
315 double cos2b = cosb*cosb-sinb*sinb;
316 gslpp::complex MuH = mySUSY.getMuH();
317 gslpp::matrix<gslpp::complex> msLhat2( mySUSY.getMsLhat2() );
318 gslpp::matrix<gslpp::complex> msEhat2( mySUSY.getMsEhat2() );
319 gslpp::matrix<gslpp::complex> TEhat( mySUSY.getTEhat() );
320
321 double lambdal11 = mE / v1 * sqrt(2.);
322 double mHdsq = mA*mA * sinb*sinb - 0.5 * MZ*MZ * cos2b - MuH.abs2();
323
324 return lambdal11*lambdal11-TEhat(0,0).abs2()/(msLhat2(0,0).abs()+msEhat2(0,0).abs()+mHdsq);
325}
const double & getMass() const
A get method to access the particle mass.
Definition: Particle.h:61
@ ELECTRON
Definition: QCD.h:312
gslpp::matrix< gslpp::complex > getMsLhat2() const
Definition: SUSY.h:426
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 > getTEhat() const
Gets the trilinear-coupling matrix for charged sleptons.
Definition: SUSY.h:454
const double getCosb() const
Gets .
Definition: SUSY.h:217
const double getSinb() const
Gets .
Definition: SUSY.h:208
gslpp::matrix< gslpp::complex > getMsEhat2() const
Definition: SUSY.h:436
double v1() const
Definition: SUSY.cpp:379
const Particle & getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
const double getMz() const
A get method to access the mass of the boson .

Member Data Documentation

◆ mySUSY

const SUSY& CCBe11::mySUSY
private

Definition at line 305 of file CCBbounds.h.


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