deltaRR2_e.
More...
#include <SFermiondeltas.h>
deltaRR2_e.
Definition at line 306 of file SFermiondeltas.h.
|
| double | max |
| | the bin maximum.
|
| |
| double | min |
| | The bin minimum.
|
| |
| std::vector< std::string > | parametersForObservable |
| | a vector of parameter namesfor the specific observable
|
| |
| const StandardModel & | SM |
| | A reference to an object of StandardMode class.
|
| |
◆ deltaRR2_e()
deltaRR2_e constructor.
Definition at line 166 of file SFermiondeltas.cpp.
168{}
A base class for SUSY models.
A class for a model prediction of an observable.
◆ computeThValue()
| double deltaRR2_e::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(\delta RR2_e\)
Implements ThObservable.
Definition at line 170 of file SFermiondeltas.cpp.
171{
173 double m1sq=msEhat2(0,0).abs();
174 double m3sq=msEhat2(2,2).abs();
175 return (m3sq-m1sq)/sqrt(m3sq*m1sq);
176}
gslpp::matrix< gslpp::complex > getMsEhat2() const
◆ mySUSY
| const SUSY& deltaRR2_e::mySUSY |
|
private |
The documentation for this class was generated from the following files: