Belle II Software development
|
The class provides routine to decay vector-> particle particle with B0 mixing, handles states with only one neutral B. More...
#include <EvtPHSPBMix.h>
Public Member Functions | |
EvtPHSPBMix () | |
Default constructor. | |
virtual | ~EvtPHSPBMix () |
Default destructor. | |
std::string | getName () |
Get function Name | |
EvtDecayBase * | clone () |
Clone the decay | |
void | decay (EvtParticle *p) |
Decay function. | |
void | init () |
Init function. | |
void | initProbMax () |
Init maximal prob. | |
int | nRealDaughters () |
Number of real daughters. | |
Private Attributes | |
double | _freq {0} |
mixing frequency in hbar/mm | |
bool | _print_info {false} |
Print evtgeninfo? | |
The class provides routine to decay vector-> particle particle with B0 mixing, handles states with only one neutral B.
Definition at line 88 of file EvtPHSPBMix.h.
|
inline |
|
virtual |
EvtDecayBase * clone | ( | ) |
void decay | ( | EvtParticle * | p | ) |
Decay function.
Definition at line 456 of file EvtPHSPBMix.cc.
std::string getName | ( | ) |
void init | ( | ) |
Init function.
Definition at line 378 of file EvtPHSPBMix.cc.
void initProbMax | ( | ) |
Init maximal prob.
function
Definition at line 449 of file EvtPHSPBMix.cc.
int nRealDaughters | ( | ) |
Number of real daughters.
Definition at line 444 of file EvtPHSPBMix.cc.
|
private |
mixing frequency in hbar/mm
Definition at line 119 of file EvtPHSPBMix.h.
|
private |
Print evtgeninfo?
Definition at line 122 of file EvtPHSPBMix.h.