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

logdeltaRL_23_e. More...

#include <SFermiondeltas.h>

+ Inheritance diagram for logdeltaRL_23_e:

Detailed Description

logdeltaRL_23_e.

Definition at line 636 of file SFermiondeltas.h.

Public Member Functions

double computeThValue ()
 
 logdeltaRL_23_e (const StandardModel &SM_i)
 logdeltaRL_23_e 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

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

◆ logdeltaRL_23_e()

logdeltaRL_23_e::logdeltaRL_23_e ( const StandardModel SM_i)

logdeltaRL_23_e constructor.

Definition at line 340 of file SFermiondeltas.cpp.

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

Member Function Documentation

◆ computeThValue()

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

Implements ThObservable.

Definition at line 344 of file SFermiondeltas.cpp.

345{
346 gslpp::matrix<gslpp::complex> TEhat = mySUSY.getTEhat();
347 gslpp::matrix<gslpp::complex> msLhat2( mySUSY.getMsLhat2() );
348 gslpp::matrix<gslpp::complex> msEhat2( mySUSY.getMsEhat2() );
349 double Me2average_32=sqrt(msLhat2(2,2)*msEhat2(1,1)).abs();
350 double v1 = mySUSY.v1();
351
352 return log10(TEhat(2,1).abs()*v1/Me2average_32); //logdeltaRL_23_e
353}
gslpp::matrix< gslpp::complex > getMsLhat2() const
Definition: SUSY.h:426
gslpp::matrix< gslpp::complex > getTEhat() const
Gets the trilinear-coupling matrix for charged sleptons.
Definition: SUSY.h:454
gslpp::matrix< gslpp::complex > getMsEhat2() const
Definition: SUSY.h:436
double v1() const
Definition: SUSY.cpp:379

Member Data Documentation

◆ mySUSY

const SUSY& logdeltaRL_23_e::mySUSY
private

Definition at line 650 of file SFermiondeltas.h.


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