|
ComPWA
Common Partial-Wave-Analysis Framework
|
#include <string>#include <unordered_map>#include <vector>
Include dependency graph for Function.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ComPWA::Parameter |
| class | ComPWA::Function< OutputType, InputTypes > |
| Interface template for a general Function of the form OutputType Function(InputTypes) The concept closely follows the mathematical definition of a function/mapping. More... | |
Namespaces | |
| ComPWA | |
Typedefs | |
| using | ComPWA::DataMap = std::unordered_map< std::string, std::vector< double > > |
| using | ComPWA::Intensity = Function< std::vector< double >, DataMap > |
| An Intensity is just a Function that takes a list of data vectors and returns a list of intensities (double) More... | |