|
ComPWA
Common Partial-Wave-Analysis Framework
|
#include <Flatte.hpp>
Public Attributes | |
| std::shared_ptr< ComPWA::FunctionTree::FitParameter > | G |
| Coupling to signal channel. More... | |
| std::vector< Coupling > | HiddenCouplings |
| Coupling parameters and final state masses for multiple hidden channels. 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 17 of file Flatte.hpp.
Inheritance diagram for ComPWA::Physics::Dynamics::Flatte::InputInfo:
Collaboration diagram for ComPWA::Physics::Dynamics::Flatte::InputInfo:| std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::Flatte::InputInfo::G |
Coupling to signal channel.
Definition at line 19 of file Flatte.hpp.
| std::vector<Coupling> ComPWA::Physics::Dynamics::Flatte::InputInfo::HiddenCouplings |
Coupling parameters and final state masses for multiple hidden channels.
Definition at line 21 of file Flatte.hpp.