ATLAS Offline Software
|
The class provides the form factors for orbitally excited semileptonic decays. More...
#include <EvtHQET3.h>
Public Member Functions | |
EvtHQET3 () | |
Default constructor. More... | |
virtual | ~EvtHQET3 () |
virtual destructor More... | |
std::string | getName () |
Returns name of module. More... | |
EvtDecayBase * | clone () |
Clones module. More... | |
void | decay (EvtParticle *p) |
Creates a decay. More... | |
void | initProbMax () |
Sets maximal probab. More... | |
void | init () |
Initializes module. More... | |
Private Attributes | |
EvtSemiLeptonicFF * | m_hqetffmodel |
Pointers needed for FFs. More... | |
EvtSemiLeptonicAmp * | m_calcamp |
Pointers needed to calculate amplitude. More... | |
The class provides the form factors for orbitally excited semileptonic decays.
Definition at line 22 of file EvtHQET3.h.
EvtHQET3::EvtHQET3 | ( | ) |
Default constructor.
|
virtual |
virtual destructor
EvtDecayBase* EvtHQET3::clone | ( | ) |
Clones module.
void EvtHQET3::decay | ( | EvtParticle * | p | ) |
Creates a decay.
std::string EvtHQET3::getName | ( | ) |
Returns name of module.
void EvtHQET3::init | ( | ) |
Initializes module.
void EvtHQET3::initProbMax | ( | ) |
Sets maximal probab.
|
private |
Pointers needed to calculate amplitude.
Definition at line 53 of file EvtHQET3.h.
|
private |
Pointers needed for FFs.
Definition at line 50 of file EvtHQET3.h.