deltaLL1_q.
More...
#include <SFermiondeltas.h>
deltaLL1_q.
Definition at line 20 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.
|
| |
◆ deltaLL1_q()
deltaLL1_q constructor.
Definition at line 10 of file SFermiondeltas.cpp.
12{}
A base class for SUSY models.
A class for a model prediction of an observable.
◆ computeThValue()
| double deltaLL1_q::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- \(\delta LL1_q\)
Implements ThObservable.
Definition at line 14 of file SFermiondeltas.cpp.
15{
17 double m1sq=msQhat2(0,0).abs();
18 double m2sq=msQhat2(1,1).abs();
19 return (m2sq-m1sq)/sqrt(m2sq*m1sq);
20}
gslpp::matrix< gslpp::complex > getMsQhat2() const
◆ mySUSY
| const SUSY& deltaLL1_q::mySUSY |
|
private |
The documentation for this class was generated from the following files: