deltaLL2_q.
More...
#include <SFermiondeltas.h>
deltaLL2_q.
Definition at line 42 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.
|
| |
◆ deltaLL2_q()
deltaLL2_q constructor.
Definition at line 22 of file SFermiondeltas.cpp.
24{}
A base class for SUSY models.
A class for a model prediction of an observable.
◆ computeThValue()
| double deltaLL2_q::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(\delta LL2_q\)
Implements ThObservable.
Definition at line 26 of file SFermiondeltas.cpp.
27{
29 double m1sq=msQhat2(0,0).abs();
30 double m3sq=msQhat2(2,2).abs();
31 return (m3sq-m1sq)/sqrt(m3sq*m1sq);
32}
gslpp::matrix< gslpp::complex > getMsQhat2() const
◆ mySUSY
| const SUSY& deltaLL2_q::mySUSY |
|
private |
The documentation for this class was generated from the following files: