![]() |
Belle II Software development
|
The class provides the form factors for orbitally excited semileptonic decays. More...
#include <EvtHNLScalarL.h>
Public Member Functions | |
| EvtHNLScalarL () | |
| Default constructor. | |
| virtual | ~EvtHNLScalarL () |
| 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. | |
Static Private Attributes | |
| static constexpr double | m_ProbMax = 10000.0 |
| Maximum probability used for accept-reject generation. | |
The class provides the form factors for orbitally excited semileptonic decays.
Definition at line 17 of file EvtHNLScalarL.h.
| EvtHNLScalarL | ( | ) |
|
virtual |
| EvtDecayBase * clone | ( | ) |
| void decay | ( | EvtParticle * | p | ) |
Creates a decay.
Definition at line 57 of file EvtHNLScalarL.cc.
| std::string getName | ( | ) |
Returns name of module.
Definition at line 26 of file EvtHNLScalarL.cc.
| void init | ( | ) |
Initializes module.
Definition at line 39 of file EvtHNLScalarL.cc.
| void initProbMax | ( | ) |
Sets maximal probab.
Definition at line 51 of file EvtHNLScalarL.cc.
|
staticconstexprprivate |
Maximum probability used for accept-reject generation.
Definition at line 45 of file EvtHNLScalarL.h.