deltaRR2_d.
More...
#include <SFermiondeltas.h>
deltaRR2_d.
Definition at line 174 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_d()
deltaRR2_d constructor.
Definition at line 94 of file SFermiondeltas.cpp.
96{}
A base class for SUSY models.
A class for a model prediction of an observable.
◆ computeThValue()
| double deltaRR2_d::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(\delta RR2_d\)
Implements ThObservable.
Definition at line 98 of file SFermiondeltas.cpp.
99{
101 double m1sq=msDhat2(0,0).abs();
102 double m3sq=msDhat2(2,2).abs();
103 return (m3sq-m1sq)/sqrt(m3sq*m1sq);
104}
gslpp::matrix< gslpp::complex > getMsDhat2() const
◆ mySUSY
| const SUSY& deltaRR2_d::mySUSY |
|
private |
The documentation for this class was generated from the following files: