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

Template implementation of Parameter for simple values. More...

#include "FitParameter.hpp"
#include <iterator>
+ Include dependency graph for Value.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComPWA::FunctionTree::Value< T >
 

Namespaces

 ComPWA
 
 ComPWA::FunctionTree
 

Functions

template<class T >
std::ostream & ComPWA::FunctionTree::operator<< (std::ostream &stream, const std::vector< T > &values)
 
std::shared_ptr< Parameter > ComPWA::FunctionTree::ValueFactory (ParType t, std::string name="")
 
std::shared_ptr< Value< std::vector< std::complex< double > > > > ComPWA::FunctionTree::MComplex (std::string name, size_t s, std::complex< double > el=std::complex< double >(0., 0.))
 
std::shared_ptr< Value< std::vector< std::complex< double > > > > ComPWA::FunctionTree::MComplex (std::string name, std::vector< std::complex< double >> v)
 
std::shared_ptr< Value< std::vector< double > > > ComPWA::FunctionTree::MDouble (std::string name, size_t s, double el=0.)
 
std::shared_ptr< Value< std::vector< double > > > ComPWA::FunctionTree::MDouble (std::string name, std::vector< double > v)
 
std::shared_ptr< Value< std::vector< int > > > ComPWA::FunctionTree::MInteger (std::string name, size_t s, int el=0.)
 
std::shared_ptr< Value< std::vector< int > > > ComPWA::FunctionTree::MInteger (std::string name, std::vector< int > v)
 

Detailed Description

Template implementation of Parameter for simple values.

Definition in file Value.hpp.