ComPWA
Common Partial-Wave-Analysis Framework
TreeNode.hpp File Reference

TreeNode class. More...

#include <complex>
#include <memory>
#include <string>
#include "Core/FunctionTree/Functions.hpp"
#include "Core/FunctionTree/ParObserver.hpp"
#include "Core/FunctionTree/ParameterList.hpp"
+ Include dependency graph for TreeNode.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComPWA::FunctionTree::TreeNode
 TreeNode is the basic building block of the FunctionTree. More...
 

Namespaces

 ComPWA
 
 ComPWA::FunctionTree
 

Functions

std::shared_ptr< TreeNode > ComPWA::FunctionTree::createLeaf (std::shared_ptr< Parameter > parameter)
 
template<typename T >
std::shared_ptr< TreeNode > ComPWA::FunctionTree::createLeaf (const T &value, std::string name="")
 helper function to create TreeNode leaves which are constants More...
 

Detailed Description

TreeNode class.

Definition in file TreeNode.hpp.