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

deltaRL_21_e. More...

#include <SFermiondeltas.h>

+ Inheritance diagram for deltaRL_21_e:

Detailed Description

deltaRL_21_e.

Definition at line 548 of file SFermiondeltas.h.

Public Member Functions

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

◆ deltaRL_21_e()

deltaRL_21_e::deltaRL_21_e ( const StandardModel SM_i)

deltaRL_21_e constructor.

Definition at line 250 of file SFermiondeltas.cpp.

251 : ThObservable(SM_i), mySUSY(static_cast<const SUSY&> (SM_i))
252 {}

Member Function Documentation

◆ computeThValue()

double deltaRL_21_e::computeThValue ( )
virtual
Returns
\(\delta_RL21e\)

Implements ThObservable.

Definition at line 254 of file SFermiondeltas.cpp.

255 {
259  double Me2average_12=sqrt(msLhat2(0,0)*msEhat2(1,1)).abs();
260  double v1 = mySUSY.v1();
261 
262  return TEhat(0,1).real()*v1/Me2average_12; //deltaRL_12_e
263 }

Member Data Documentation

◆ mySUSY

const SUSY& deltaRL_21_e::mySUSY
private

Definition at line 562 of file SFermiondeltas.h.


The documentation for this class was generated from the following files:
SUSY::getMsLhat2
gslpp::matrix< gslpp::complex > getMsLhat2() const
Definition: SUSY.h:404
gslpp::matrix< gslpp::complex >
ThObservable::ThObservable
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
SUSY::v1
double v1() const
Definition: SUSY.cpp:356
gslpp::complex::abs
double abs() const
Definition: gslpp_complex.cpp:81
gslpp::sqrt
complex sqrt(const complex &z)
Definition: gslpp_complex.cpp:385
SUSY::getTEhat
gslpp::matrix< gslpp::complex > getTEhat() const
Gets the trilinear-coupling matrix for charged sleptons.
Definition: SUSY.h:432
deltaRL_21_e::mySUSY
const SUSY & mySUSY
Definition: SFermiondeltas.h:562
SUSY::getMsEhat2
gslpp::matrix< gslpp::complex > getMsEhat2() const
Definition: SUSY.h:414