deltaLL3_q.
More...
#include <SFermiondeltas.h>
deltaLL3_q.
Definition at line 64 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.
|
| |
◆ deltaLL3_q()
deltaLL3_q constructor.
Definition at line 34 of file SFermiondeltas.cpp.
36{}
A base class for SUSY models.
A class for a model prediction of an observable.
◆ computeThValue()
| double deltaLL3_q::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(\delta LL3_q\)
Implements ThObservable.
Definition at line 38 of file SFermiondeltas.cpp.
39{
41 double m2sq=msQhat2(1,1).abs();
42 double m3sq=msQhat2(2,2).abs();
43 return (m3sq-m2sq)/sqrt(m3sq*m2sq);
44}
gslpp::matrix< gslpp::complex > getMsQhat2() const
◆ mySUSY
| const SUSY& deltaLL3_q::mySUSY |
|
private |
The documentation for this class was generated from the following files: