![]() |
Belle II Software development
|
Implementation of
#include <EvtBToDstarlnuNP.h>
Public Member Functions | |
std::string | getName () override |
The function which returns the name of the model. | |
EvtDecayBase * | clone () override |
The function which makes a copy of the model. | |
void | decay (EvtParticle *p) override |
The method to calculate a decay amplitude. | |
void | init () override |
Initialization method. | |
void | initProbMax () override |
The method to evaluate the maximum amplitude. | |
Private Member Functions | |
double | CalcMaxProb () |
The method to evaluate the maximum decay amplitude. | |
void | CalcAmp (EvtParticle *, EvtAmp &) |
The method to evaluate the decay amplitude. | |
Private Attributes | |
EvtComplex | _Cvl |
Strength of the left handed part of the vector hadronic current. | |
EvtComplex | _Cvr |
Strength of the Right handed part of the vector hadronic current. | |
EvtComplex | _Csl |
(g_S - g_P) strength of pseudoscalar current | |
EvtComplex | _Csr |
(g_S + g_P) strength of pseudoscalar current with constraint _Csl = -_Csr | |
EvtComplex | _cT |
C_T – tensor current. | |
Implementation of
Based on the publication: Phys.Rev.D 107 (2023) 1, 015011; e-Print:2206.11283 [hep-ph]
Definition at line 22 of file EvtBToDstarlnuNP.h.
|
private |
The method to evaluate the decay amplitude.
Definition at line 273 of file EvtBToDstarlnuNP.cc.
|
private |
The method to evaluate the maximum decay amplitude.
Definition at line 396 of file EvtBToDstarlnuNP.cc.
|
override |
The function which makes a copy of the model.
Definition at line 30 of file EvtBToDstarlnuNP.cc.
|
override |
The method to calculate a decay amplitude.
Definition at line 35 of file EvtBToDstarlnuNP.cc.
|
override |
The function which returns the name of the model.
Definition at line 25 of file EvtBToDstarlnuNP.cc.
|
override |
Initialization method.
Definition at line 46 of file EvtBToDstarlnuNP.cc.
|
override |
The method to evaluate the maximum amplitude.
Definition at line 41 of file EvtBToDstarlnuNP.cc.
|
private |
(g_S - g_P) strength of pseudoscalar current
Definition at line 57 of file EvtBToDstarlnuNP.h.
|
private |
(g_S + g_P) strength of pseudoscalar current with constraint _Csl = -_Csr
Definition at line 60 of file EvtBToDstarlnuNP.h.
|
private |
C_T – tensor current.
Definition at line 63 of file EvtBToDstarlnuNP.h.
|
private |
Strength of the left handed part of the vector hadronic current.
Definition at line 51 of file EvtBToDstarlnuNP.h.
|
private |
Strength of the Right handed part of the vector hadronic current.
Definition at line 54 of file EvtBToDstarlnuNP.h.