ComPWA
Common Partial-Wave-Analysis Framework
|
Classes | |
struct | InputInfo |
Typedefs | |
using | BreitWignerFunction = std::function< std::complex< double >(double, double, double, double, double, unsigned int, double, std::shared_ptr< FormFactor >)> |
Functions | |
std::complex< double > | relativisticBreitWigner (double mSq, double mR, double ma, double mb, double width, unsigned int L, double mesonRadius, std::shared_ptr< FormFactor > FormFactorFunctor) |
Relativistic Breit-Wigner model with barrier factors. More... | |
std::complex< double > | relativisticBreitWignerAnalyticCont (double mSq, double mR, double ma, double mb, double width, unsigned int L, double mesonRadius, std::shared_ptr< FormFactor > FormFactorFunctor) |
Relativistic Breit-Wigner model with barrier factors. More... | |
std::shared_ptr< ComPWA::FunctionTree::TreeNode > | createFunctionTree (InputInfo Params, std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double >>> InvMassSquared) |
using ComPWA::Physics::Dynamics::RelativisticBreitWigner::BreitWignerFunction = typedef std::function<std::complex<double>( double, double, double, double, double, unsigned int, double, std::shared_ptr<FormFactor>)> |
Definition at line 39 of file RelativisticBreitWigner.hpp.
std::shared_ptr< TreeNode > ComPWA::Physics::Dynamics::RelativisticBreitWigner::createFunctionTree | ( | RelativisticBreitWigner::InputInfo | Params, |
std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double >>> | InvMassSquared | ||
) |
Definition at line 17 of file RelativisticBreitWigner.cpp.
|
inline |
Relativistic Breit-Wigner model with barrier factors.
The dynamical function implemented here is taken from PDG2018 (Eq.48.22) for the one channel case. The dynamic reaction
are the coupling constants for production and decay and the barrier term is parameterized according to Eq.48.23:
This corresponds to the Blatt Weisskopf form factors B_L like
mSq | Invariant mass squared |
mR | Mass of the resonant state |
ma | Mass of daughter particle |
mb | Mass of daughter particle |
width | Decay width |
L | Orbital angular momentum between two daughters a and b |
mesonRadius | Meson Radius |
FormFactorFunctor | Form factor functor |
Definition at line 77 of file RelativisticBreitWigner.hpp.
|
inline |
Relativistic Breit-Wigner model with barrier factors.
The dynamical function implemented here is taken from PDG2018 (Eq.48.22) for the one channel case. The dynamic reaction
are the coupling constants for production and decay and the barrier term is parameterized according to Eq.48.23:
This corresponds to the Blatt Weisskopf form factors B_L like
mSq | Invariant mass squared |
mR | Mass of the resonant state |
ma | Mass of daughter particle |
mb | Mass of daughter particle |
width | Decay width |
L | Orbital angular momentum between two daughters a and b |
mesonRadius | Meson Radius |
FormFactorFunctor | Form factor functor |
Definition at line 145 of file RelativisticBreitWigner.hpp.