ATLAS Offline Software
|
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. More... | |
virtual | ~EvtPHSPBMix () |
Default destructor. More... | |
std::string | getName () |
Get function Name More... | |
EvtDecayBase * | clone () |
Clone the decay More... | |
void | decay (EvtParticle *p) |
Decay function. More... | |
void | init () |
Init function. More... | |
void | initProbMax () |
Init maximal prob. More... | |
int | nRealDaughters () |
Number of real daughters. More... | |
Private Attributes | |
double | m_freq {0} |
mixing frequency in hbar/mm More... | |
The class provides routine to decay vector-> particle particle with B0 mixing, handles states with only one neutral B.
Definition at line 86 of file EvtPHSPBMix.h.
|
inline |
|
virtual |
Default destructor.
EvtDecayBase* EvtPHSPBMix::clone | ( | ) |
Clone the decay
void EvtPHSPBMix::decay | ( | EvtParticle * | p | ) |
Decay function.
std::string EvtPHSPBMix::getName | ( | ) |
Get function Name
void EvtPHSPBMix::init | ( | ) |
Init function.
void EvtPHSPBMix::initProbMax | ( | ) |
Init maximal prob.
function
int EvtPHSPBMix::nRealDaughters | ( | ) |
Number of real daughters.
|
private |
mixing frequency in hbar/mm
Definition at line 117 of file EvtPHSPBMix.h.