ComPWA
Common Partial-Wave-Analysis Framework
|
#include <Functions.hpp>
Public Member Functions | |
Complexify (ParType out) | |
virtual | ~Complexify () |
virtual void | execute (ParameterList ¶s, std::shared_ptr< Parameter > &out) |
Strategy execution. More... | |
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... | |
std::string | str () const |
Additional Inherited Members | |
Protected Attributes inherited from ComPWA::FunctionTree::Strategy | |
ParType | checkType |
const std::string | Name |
Definition at line 145 of file Functions.hpp.
|
inline |
Definition at line 147 of file Functions.hpp.
|
inlinevirtual |
Definition at line 149 of file Functions.hpp.
|
virtual |
Strategy execution.
Implements ComPWA::FunctionTree::Strategy.
Definition at line 798 of file Functions.cpp.