![]() |
Belle II Software release-09-00-03
|
The class provides the form factors for orbitally excited semileptonic decays. More...
#include <EvtHQET3.h>


Public Member Functions | |
| EvtHQET3 () | |
| Default constructor. | |
| virtual | ~EvtHQET3 () |
| virtual destructor | |
| std::string | getName () |
| Returns name of module. | |
| EvtDecayBase * | clone () |
| Clones module. | |
| void | decay (EvtParticle *p) |
| Creates a decay. | |
| void | initProbMax () |
| Sets maximal probab. | |
| void | init () |
| Initializes module. | |
Private Attributes | |
| EvtSemiLeptonicFF * | hqetffmodel |
| Pointers needed for FFs. | |
| EvtSemiLeptonicAmp * | calcamp |
| Pointers needed to calculate amplitude. | |
The class provides the form factors for orbitally excited semileptonic decays.
Definition at line 19 of file EvtHQET3.h.
| EvtHQET3 | ( | ) |
Default constructor.
Definition at line 28 of file EvtHQET3.cc.
|
virtual |
virtual destructor
Definition at line 33 of file EvtHQET3.cc.
| EvtDecayBase * clone | ( | ) |
| void decay | ( | EvtParticle * | p | ) |
Creates a decay.
Definition at line 58 of file EvtHQET3.cc.
| std::string getName | ( | ) |
| void init | ( | ) |
Initializes module.
Definition at line 101 of file EvtHQET3.cc.
| void initProbMax | ( | ) |
Sets maximal probab.
Definition at line 66 of file EvtHQET3.cc.
|
private |
Pointers needed to calculate amplitude.
Definition at line 50 of file EvtHQET3.h.
|
private |
Pointers needed for FFs.
Definition at line 47 of file EvtHQET3.h.