ComPWA
Common Partial-Wave-Analysis Framework
|
#include <RelativisticBreitWigner.hpp>
Public Attributes | |
std::shared_ptr< ComPWA::FunctionTree::FitParameter > | Width |
Decay width of resonant state. More... | |
Public Attributes inherited from ComPWA::Physics::Dynamics::InputInfo | |
std::string | Type |
unsigned int | L |
Orbital Angular Momentum between two daughters in Resonance decay. More... | |
std::pair< std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double > > >, std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double > > > > | DaughterInvariantMasses |
Invariant Masses of daughter particles. More... | |
std::shared_ptr< ComPWA::FunctionTree::FitParameter > | Mass |
Resonance mass. More... | |
std::shared_ptr< ComPWA::FunctionTree::FitParameter > | MesonRadius |
Meson radius of resonant state. More... | |
std::shared_ptr< FormFactor > | FormFactorFunctor |
Form factor function object. More... | |
Definition at line 41 of file RelativisticBreitWigner.hpp.
std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::RelativisticBreitWigner::InputInfo::Width |
Decay width of resonant state.
Definition at line 43 of file RelativisticBreitWigner.hpp.