ComPWA
Common Partial-Wave-Analysis Framework
|
#include <Flatte.hpp>
Public Member Functions | |
FlatteStrategy (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 132 of file Flatte.hpp.
|
inline |
Definition at line 134 of file Flatte.hpp.
|
virtual |
Definition at line 54 of file Flatte.cpp.
|
private |
Definition at line 142 of file Flatte.hpp.