Belle II Software development
|
The class provides routine to decay vector-> particle particle with B0 mixing, coherent B0B0-like mixing if any. More...
#include <EvtPHSPBMix.h>
Public Member Functions | |
EvtPHSPBBMix () | |
Default constructor. | |
virtual | ~EvtPHSPBBMix () |
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 Member Functions | |
void | prlp (int) const |
Number of real daughters. | |
EvtComplex | Amplitude (const double &t1, const double &t2, bool B1_is_B0, bool B2_is_B0) const |
Calculate amplitude. | |
Private Attributes | |
double | _freq {0} |
mixing frequency in hbar/mm | |
double | _C {0} |
C eigenvalue, 0= incoherent. | |
bool | _BBpipi {0} |
Is BBpipi? | |
bool | _print_info {false} |
Print evtgeninfo? | |
The class provides routine to decay vector-> particle particle with B0 mixing, coherent B0B0-like mixing if any.
Definition at line 36 of file EvtPHSPBMix.h.
|
inline |
|
virtual |
|
private |
Calculate amplitude.
Definition at line 323 of file EvtPHSPBMix.cc.
EvtDecayBase * clone | ( | ) |
void decay | ( | EvtParticle * | p | ) |
Decay function.
Definition at line 230 of file EvtPHSPBMix.cc.
std::string getName | ( | ) |
void init | ( | ) |
Init function.
Definition at line 60 of file EvtPHSPBMix.cc.
void initProbMax | ( | ) |
Init maximal prob.
function
Definition at line 218 of file EvtPHSPBMix.cc.
int nRealDaughters | ( | ) |
Number of real daughters.
Definition at line 203 of file EvtPHSPBMix.cc.
|
private |
Number of real daughters.
Definition at line 225 of file EvtPHSPBMix.cc.
|
private |
Is BBpipi?
Definition at line 79 of file EvtPHSPBMix.h.
|
private |
C eigenvalue, 0= incoherent.
Definition at line 76 of file EvtPHSPBMix.h.
|
private |
mixing frequency in hbar/mm
Definition at line 73 of file EvtPHSPBMix.h.
|
private |
Print evtgeninfo?
Definition at line 82 of file EvtPHSPBMix.h.