A class for \(S_{J/\psi K}\). More...
#include <SJPsiK.h>
A class for \(S_{J/\psi K}\).
This class is used to compute the theoretical value of \(S_{J/\psi K}\).
Public Member Functions | |
| virtual double | computeThValue () |
| SJPsiK (const StandardModel &SM_i) | |
| Constructor. More... | |
Public Member Functions inherited from ThObservable | |
| double | getBinMax () |
| A get method to get the maximum value of the bin. More... | |
| double | getBinMin () |
| A get method to get the minimum value of the bin. More... | |
| const StandardModel & | getModel () |
| A get method to get the model. More... | |
| void | setBinMax (double max) |
| A set method to set the maximum value of the bin. More... | |
| void | setBinMin (double min) |
| A set method to set the minimum value of the bin. More... | |
| ThObservable (const StandardModel &SM_i) | |
| Constructor. More... | |
| ThObservable (const ThObservable &orig) | |
| The copy constructor. More... | |
| virtual | ~ThObservable () |
| The default destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ThObservable | |
| double | max |
| the bin maximum. More... | |
| double | min |
| The bin minimum. More... | |
| const StandardModel & | SM |
| A reference to an object of StandardMode class. More... | |
Private Member Functions inherited from AmpDB2 | |
| AmpDB2 (const StandardModel &SM_i) | |
| gslpp::complex | AmpBd (orders order) |
| gslpp::complex | AmpBs (orders order) |
|
inline |
Constructor.
| [in] | SM_i |
Definition at line 32 of file SJPsiK.h.
|
virtual |
Implements ThObservable.
Definition at line 10 of file SJPsiK.cpp.