ComPWA
Common Partial-Wave-Analysis Framework
|
#include <Functions.hpp>
Public Member Functions | |
Pow (ParType out, int power_) | |
virtual | ~Pow () |
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 |
Private Attributes | |
int | power |
Additional Inherited Members | |
Protected Attributes inherited from ComPWA::FunctionTree::Strategy | |
ParType | checkType |
const std::string | Name |
Definition at line 134 of file Functions.hpp.
|
inline |
Definition at line 138 of file Functions.hpp.
|
inlinevirtual |
Definition at line 140 of file Functions.hpp.
|
virtual |
Strategy execution.
Implements ComPWA::FunctionTree::Strategy.
Definition at line 714 of file Functions.cpp.
|
private |
Definition at line 135 of file Functions.hpp.