1 #ifndef CORE_FUNCTIONTREEINTENSITY_HPP_ 2 #define CORE_FUNCTIONTREEINTENSITY_HPP_ 13 namespace FunctionTree {
27 void updateParametersFrom(
const std::vector<double> ¶ms);
28 std::vector<ComPWA::Parameter> getParameters()
const;
30 std::tuple<std::shared_ptr<ComPWA::FunctionTree::TreeNode>,
34 std::string print(
int level)
const;
39 std::shared_ptr<TreeNode>
Tree;
void updateDataContainers(ParameterList Data, const ComPWA::DataMap &data)
std::unordered_map< std::string, std::vector< double > > DataMap
std::shared_ptr< TreeNode > Tree
This class provides a list of parameters and values of different types.
Interface template for a general Function of the form OutputType Function(InputTypes) The concept clo...