Belle II Software development
|
BCL Form Factors. More...
#include <EvtBCLFF.h>
Public Member Functions | |
EvtBCLFF (int numarg, double *arglist) | |
constructor | |
void | getscalarff (EvtId parent, EvtId daughter, double t, double, double *fpf, double *f0f) |
Scalar FF's. | |
void | getvectorff (EvtId parent, EvtId daughter, double t, double, double *a1f, double *a2f, double *vf, double *a0f) |
Vector FF's. | |
void | gettensorff (EvtId parent, EvtId daughter, double t, double, double *hf, double *kf, double *bp, double *bm) |
Not Implemented. | |
void | getbaryonff (EvtId, EvtId, double, double, double *, double *, double *, double *) |
Not Implemented. | |
void | getdiracff (EvtId, EvtId, double, double, double *, double *, double *, double *, double *, double *) |
Not Implemented. | |
void | getraritaff (EvtId, EvtId, double, double, double *, double *, double *, double *, double *, double *, double *, double *) |
Not Implemented. | |
Private Attributes | |
int | m_numBCLFFCoefficients |
Total number of parameters passed to the model. | |
double | m_BCLFFCoefficients [19] |
Parameters passed to the model; BCL expansion coefficients. | |
Static Private Attributes | |
static constexpr double | m_resonance0Minus = 5.279 |
Mass of the 0- resonance for the parametrization of the vector FF. | |
static constexpr double | m_resonance1Minus = 5.325 |
Mass of the 1- resonance for the parametrization of the vector FF. | |
static constexpr double | m_resonance1Plus = 5.724 |
Mass of the 1+ resonance for the parametrization of the vector FF. | |
BCL Form Factors.
Definition at line 21 of file EvtBCLFF.h.
|
private |
Parameters passed to the model; BCL expansion coefficients.
Definition at line 78 of file EvtBCLFF.h.
|
private |
Total number of parameters passed to the model.
Definition at line 76 of file EvtBCLFF.h.
|
staticconstexprprivate |
Mass of the 0- resonance for the parametrization of the vector FF.
Definition at line 81 of file EvtBCLFF.h.
|
staticconstexprprivate |
Mass of the 1- resonance for the parametrization of the vector FF.
Definition at line 83 of file EvtBCLFF.h.
|
staticconstexprprivate |
Mass of the 1+ resonance for the parametrization of the vector FF.
Definition at line 85 of file EvtBCLFF.h.