ComPWA
Common Partial-Wave-Analysis Framework
|
#include <Functions.hpp>
Public Member Functions | |
MultAll (ParType out) | |
virtual | ~MultAll () |
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 107 of file Functions.hpp.
|
inline |
Definition at line 109 of file Functions.hpp.
|
inlinevirtual |
Definition at line 111 of file Functions.hpp.
|
virtual |
Strategy execution.
Implements ComPWA::FunctionTree::Strategy.
Definition at line 347 of file Functions.cpp.