ComPWA
Common Partial-Wave-Analysis Framework
|
#include <Coupling.hpp>
Public Member Functions | |
Coupling () | |
Coupling (double c, double massA, double massB) | |
Coupling (const ComPWA::ParticleList &partL, const boost::property_tree::ptree tr) | |
Public Attributes | |
std::shared_ptr< ComPWA::FunctionTree::FitParameter > | G |
std::shared_ptr< ComPWA::FunctionTree::FitParameter > | MassA |
std::shared_ptr< ComPWA::FunctionTree::FitParameter > | MassB |
Definition at line 63 of file Coupling.hpp.
|
inline |
Definition at line 65 of file Coupling.hpp.
|
inline |
Definition at line 66 of file Coupling.hpp.
|
inline |
Definition at line 71 of file Coupling.hpp.
std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::Coupling::G |
Definition at line 80 of file Coupling.hpp.
std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::Coupling::MassA |
Definition at line 83 of file Coupling.hpp.
std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::Coupling::MassB |
Definition at line 84 of file Coupling.hpp.