ComPWA
Common Partial-Wave-Analysis Framework
|
This file contains Functions implementing the Strategy interface so they can be used inside a node of the FuntionTree to calculate the node-value. More...
#include <complex>
#include <math.h>
#include <vector>
#include "Core/Exceptions.hpp"
#include "Core/FunctionTree/FitParameter.hpp"
#include "Core/FunctionTree/ParameterList.hpp"
Go to the source code of this file.
Classes | |
class | ComPWA::FunctionTree::Strategy |
Virtual base class for operations of FunctionTree nodes. More... | |
class | ComPWA::FunctionTree::Inverse |
Calculates the inverse of input double values and double parameters. More... | |
class | ComPWA::FunctionTree::SquareRoot |
Calculates the square root of input double values and double parameters. More... | |
class | ComPWA::FunctionTree::AddAll |
Calculates the square root of input double values and double parameters. More... | |
class | ComPWA::FunctionTree::MultAll |
class | ComPWA::FunctionTree::LogOf |
class | ComPWA::FunctionTree::Exp |
class | ComPWA::FunctionTree::Pow |
class | ComPWA::FunctionTree::Complexify |
class | ComPWA::FunctionTree::ComplexConjugate |
class | ComPWA::FunctionTree::AbsSquare |
Namespaces | |
ComPWA | |
ComPWA::FunctionTree | |
This file contains Functions implementing the Strategy interface so they can be used inside a node of the FuntionTree to calculate the node-value.
In addition to the simple functions provided here, the interface can also be used at other places to provide functions for the FunctionTree.
Definition in file Functions.hpp.