ComPWA
Common Partial-Wave-Analysis Framework
|
Calculates the square root of input double values and double parameters. More...
#include <Functions.hpp>
Public Member Functions | |
AddAll (ParType out) | |
virtual | ~AddAll () |
virtual void | execute (ParameterList ¶s, std::shared_ptr< Parameter > &out) |
Add all values. 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 |
Calculates the square root of input double values and double parameters.
Complex parameters are currently not supported.
Definition at line 91 of file Functions.hpp.
|
inline |
Definition at line 93 of file Functions.hpp.
|
inlinevirtual |
Definition at line 95 of file Functions.hpp.
|
virtual |
Add all values.
Depending on the output type the summation is a little different:
Implements ComPWA::FunctionTree::Strategy.
Definition at line 107 of file Functions.cpp.