ComPWA
Common Partial-Wave-Analysis Framework
|
#include <RelativisticBreitWigner.hpp>
Public Attributes | |
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 18 of file RelativisticBreitWigner.hpp.
std::pair<std::shared_ptr<ComPWA::FunctionTree::Value<std::vector<double> > >, std::shared_ptr<ComPWA::FunctionTree::Value<std::vector<double> > > > ComPWA::Physics::Dynamics::InputInfo::DaughterInvariantMasses |
Invariant Masses of daughter particles.
Definition at line 25 of file RelativisticBreitWigner.hpp.
std::shared_ptr<FormFactor> ComPWA::Physics::Dynamics::InputInfo::FormFactorFunctor |
Form factor function object.
Definition at line 32 of file RelativisticBreitWigner.hpp.
unsigned int ComPWA::Physics::Dynamics::InputInfo::L |
Orbital Angular Momentum between two daughters in Resonance decay.
Definition at line 21 of file RelativisticBreitWigner.hpp.
std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::InputInfo::Mass |
Resonance mass.
Definition at line 27 of file RelativisticBreitWigner.hpp.
std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::InputInfo::MesonRadius |
Meson radius of resonant state.
Definition at line 30 of file RelativisticBreitWigner.hpp.
std::string ComPWA::Physics::Dynamics::InputInfo::Type |
Definition at line 19 of file RelativisticBreitWigner.hpp.