|
ComPWA
Common Partial-Wave-Analysis Framework
|
#include <FormFactor.hpp>
Public Member Functions | |
| FormFactorStrategy (std::shared_ptr< FormFactor > FF) | |
| virtual void | execute (ComPWA::FunctionTree::ParameterList ¶s, std::shared_ptr< ComPWA::FunctionTree::Parameter > &out) |
Public Member Functions inherited from ComPWA::FunctionTree::Strategy | |
| Strategy (ParType out, std::string name) | |
| virtual | ~Strategy ()=default |
| virtual const ParType | OutType () const |
| Return parameter type. More... | |
| virtual void | execute (ParameterList ¶s, std::shared_ptr< Parameter > &out)=0 |
| Strategy execution. More... | |
| std::string | str () const |
Private Attributes | |
| std::shared_ptr< FormFactor > | FormFactorFunctor |
Additional Inherited Members | |
Protected Attributes inherited from ComPWA::FunctionTree::Strategy | |
| ParType | checkType |
| const std::string | Name |
Definition at line 181 of file FormFactor.hpp.
Inheritance diagram for ComPWA::Physics::Dynamics::FormFactorStrategy:
Collaboration diagram for ComPWA::Physics::Dynamics::FormFactorStrategy:
|
inline |
Definition at line 183 of file FormFactor.hpp.
|
virtual |
Definition at line 42 of file FormFactor.cpp.
|
private |
Definition at line 192 of file FormFactor.hpp.