deltaRR2_u.
More...
#include <SFermiondeltas.h>
deltaRR2_u.
Definition at line 108 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_u()
deltaRR2_u constructor.
Definition at line 58 of file SFermiondeltas.cpp.
60{}
A base class for SUSY models.
A class for a model prediction of an observable.
◆ computeThValue()
| double deltaRR2_u::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(\delta RR2_u\)
Implements ThObservable.
Definition at line 62 of file SFermiondeltas.cpp.
63{
65 double m1sq=msUhat2(0,0).abs();
66 double m3sq=msUhat2(2,2).abs();
67 return (m3sq-m1sq)/sqrt(m3sq*m1sq);
68}
gslpp::matrix< gslpp::complex > getMsUhat2() const
◆ mySUSY
| const SUSY& deltaRR2_u::mySUSY |
|
private |
The documentation for this class was generated from the following files: