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

ParameterList class. More...

#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/serialization/vector.hpp>
#include "Core/Exceptions.hpp"
#include "Core/FunctionTree/FitParameter.hpp"
#include "Core/FunctionTree/Value.hpp"
#include "Core/Logging.hpp"
#include <boost/version.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/unordered_map.hpp>
#include <typeinfo>
+ Include dependency graph for ParameterList.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComPWA::FunctionTree::ParameterList
 This class provides a list of parameters and values of different types. More...
 

Namespaces

 ComPWA
 
 ComPWA::Data
 
 ComPWA::FunctionTree
 

Functions

std::shared_ptr< FitParameter > ComPWA::FunctionTree::FindParameter (std::string name, const ParameterList &v)
 Search ParameterList for a FitParameter with name. More...
 
std::shared_ptr< FitParameter > ComPWA::FunctionTree::FindParameter (std::string name, std::vector< std::shared_ptr< FitParameter >> &v)
 Search list for a FitParameter with name. More...
 
std::shared_ptr< Value< std::vector< double > > > ComPWA::FunctionTree::findMDoubleValue (const std::string &name, const ParameterList &list)
 

Detailed Description

ParameterList class.

Definition in file ParameterList.hpp.